Skip to content

Commit 1e5973d

Browse files
chore(main): release 9.1.0
1 parent 48291ec commit 1e5973d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.0.1"
2+
".": "9.1.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [9.1.0](https://github.com/launchdarkly/python-server-sdk/compare/9.0.1...9.1.0) (2023-12-20)
6+
7+
8+
### Features
9+
10+
* Add data source status provider support ([#228](https://github.com/launchdarkly/python-server-sdk/issues/228)) ([f733d07](https://github.com/launchdarkly/python-server-sdk/commit/f733d07efc660357ae09afbf9c9fa32fe7712a77))
11+
* Add support for data store status monitoring ([#252](https://github.com/launchdarkly/python-server-sdk/issues/252)) ([57ca6ac](https://github.com/launchdarkly/python-server-sdk/commit/57ca6aca204798969da3c4c64d50847fa8d12713))
12+
* Introduce flag change tracker api ([#229](https://github.com/launchdarkly/python-server-sdk/issues/229)) ([4df1762](https://github.com/launchdarkly/python-server-sdk/commit/4df17627e0853e8e78f05e7a3cd30e241ca58e5e))
13+
* Replace internal es implementation with launchdarkly-eventsource package ([#254](https://github.com/launchdarkly/python-server-sdk/issues/254)) ([99aafd5](https://github.com/launchdarkly/python-server-sdk/commit/99aafd5fafbdc15aafe464b434056fba4f3235d1))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** Bump jsonpickle to fix CVE-2020-22083 ([#234](https://github.com/launchdarkly/python-server-sdk/issues/234)) ([6280fe8](https://github.com/launchdarkly/python-server-sdk/commit/6280fe8ce29b25397f0a4970fc8059b0be04ffea))
19+
* **deps:** Bump pyyaml to fix CVE-2020-1747 ([#236](https://github.com/launchdarkly/python-server-sdk/issues/236)) ([48291ec](https://github.com/launchdarkly/python-server-sdk/commit/48291ecb4fa97387b39672b2145dad436ec71e32))
20+
* Fix data store availability status check ([#237](https://github.com/launchdarkly/python-server-sdk/issues/237)) ([81e2910](https://github.com/launchdarkly/python-server-sdk/commit/81e29106c43b0ab815099f9ecf8c57245c7c9638))
21+
522
## [9.0.1] - 2023-10-27
623
### Fixed:
724
- Replace deprecated `utcfromtimestamp` usage.
@@ -567,4 +584,3 @@ from a [separate integration test suite](https://github.com/launchdarkly/python-
567584

568585
### Removed
569586
- Twisted support has temporarily been removed.
570-

0 commit comments

Comments
 (0)