Skip to content

Commit e390b10

Browse files
chore(main): release 9.1.0 (#233)
🤖 I have created a release *beep* *boop* --- ## [9.1.0](9.0.1...9.1.0) (2023-12-20) ### Features * Add data source status provider support ([#228](#228)) ([f733d07](f733d07)) * Add support for data store status monitoring ([#252](#252)) ([57ca6ac](57ca6ac)) * Introduce flag change tracker api ([#229](#229)) ([4df1762](4df1762)) * Replace internal es implementation with launchdarkly-eventsource package ([#254](#254)) ([99aafd5](99aafd5)) ### Bug Fixes * **deps:** Bump jsonpickle to fix CVE-2020-22083 ([#234](#234)) ([6280fe8](6280fe8)) * **deps:** Bump pyyaml to fix CVE-2020-1747 ([#236](#236)) ([48291ec](48291ec)) * Fix data store availability status check ([#237](#237)) ([81e2910](81e2910)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48291ec commit e390b10

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)