Skip to content

Commit 5855999

Browse files
committed
prepare 0.8.1 release
Signed-off-by: Lance Drane <[email protected]>
1 parent 09d78f5 commit 5855999

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Changelog
22

3+
We follow [Common Changelog](https://common-changelog.org/) formatting for this document.
4+
35
## Unreleased
46

7+
## [0.8.1] - 2025-02-10
8+
9+
### Changed
10+
11+
- Events associated with Services are now considered to be persistent ([commit](https://github.com/INTERSECT-SDK/python-sdk/commit/b57d72022f8fc8fb1c25e7985eaf4e18ed2d1904)). If your microservice loses INTERSECT connection and later regains it, it will now handle any events which occurred while disconnected from INTERSECT.
12+
13+
### Added
14+
15+
- Added ability for services to listen for events from other services ([issue](https://github.com/INTERSECT-SDK/python-sdk/issues/20)) ([commit](https://github.com/INTERSECT-SDK/python-sdk/commit/b57d72022f8fc8fb1c25e7985eaf4e18ed2d1904)) .
16+
517
## [0.8.0] - 2024-09-10
618

719
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
@@ -37,5 +49,6 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
3749

3850
- **Breaking:** Added service-to-service request/response mechanism ([!9](https://github.com/INTERSECT-SDK/python-sdk/pull/9)) .
3951

40-
[0.8.0]: https://github.com/Level/level/releases/tag/0.8.0
41-
[0.7.0]: https://github.com/Level/level/releases/tag/0.7.0
52+
[0.8.1]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.8.1
53+
[0.8.0]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.8.0
54+
[0.7.0]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.7.0

src/intersect_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from ._internal.version import strip_version_metadata
99

1010
# may include build metadata
11-
__version__ = '0.8.0'
11+
__version__ = '0.8.1'
1212

1313
version_string = strip_version_metadata(__version__)
1414
"""

0 commit comments

Comments
 (0)