Skip to content

Commit

Permalink
chore(main): release 9.1.0 (#233)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent 48291ec commit e390b10
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.0.1"
".": "9.1.0"
}
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [9.1.0](https://github.com/launchdarkly/python-server-sdk/compare/9.0.1...9.1.0) (2023-12-20)


### Features

* 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))
* 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))
* 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))
* 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))


### Bug Fixes

* **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))
* **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))
* 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))

## [9.0.1] - 2023-10-27
### Fixed:
- Replace deprecated `utcfromtimestamp` usage.
Expand Down Expand Up @@ -567,4 +584,3 @@ from a [separate integration test suite](https://github.com/launchdarkly/python-

### Removed
- Twisted support has temporarily been removed.

0 comments on commit e390b10

Please sign in to comment.