Skip to content

Commit 76e2ce4

Browse files
chore(main): release 9.17.0
1 parent 49e809f commit 76e2ce4

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

.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.16.1"
2+
".": "9.17.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.17.0](https://github.com/launchdarkly/python-server-sdk/compare/9.16.1...9.17.0) (2026-08-13)
6+
7+
8+
### Features
9+
10+
* Add async big segment store manager and async Redis adapter ([#462](https://github.com/launchdarkly/python-server-sdk/issues/462)) ([aa492d2](https://github.com/launchdarkly/python-server-sdk/commit/aa492d230252efd26256540cb35e86022b9342f7))
11+
* Add async event processor ([ec7c113](https://github.com/launchdarkly/python-server-sdk/commit/ec7c1137e9c64b3a010baac83e3b6aebd9db8df6))
12+
* Add async event processor ([#472](https://github.com/launchdarkly/python-server-sdk/issues/472)) ([ec7c113](https://github.com/launchdarkly/python-server-sdk/commit/ec7c1137e9c64b3a010baac83e3b6aebd9db8df6))
13+
* Add async FDv1 polling data source and feature requester ([#475](https://github.com/launchdarkly/python-server-sdk/issues/475)) ([cca37a8](https://github.com/launchdarkly/python-server-sdk/commit/cca37a86fff49adb69144e046b4f9a9c47d473bd))
14+
* Add async FDv1 streaming and data source status tracking ([#464](https://github.com/launchdarkly/python-server-sdk/issues/464)) ([4bf7067](https://github.com/launchdarkly/python-server-sdk/commit/4bf7067e1d084df0eaa04cceefb95a79821ca966))
15+
* Add async hook, plugin, and flag tracker ([#463](https://github.com/launchdarkly/python-server-sdk/issues/463)) ([686a70a](https://github.com/launchdarkly/python-server-sdk/commit/686a70a13e60a61ab6bd84b85f5753d91dad9960))
16+
* Add async migration support ([#470](https://github.com/launchdarkly/python-server-sdk/issues/470)) ([577d51e](https://github.com/launchdarkly/python-server-sdk/commit/577d51e1092a64d0053725503f50ad0183dc2ad7))
17+
* Add async persistent feature store foundation and Redis adapter ([f9c76ee](https://github.com/launchdarkly/python-server-sdk/commit/f9c76ee071683f8753a9802bcfef19ae0efa1715))
18+
* Add AsyncConfig for the async SDK client ([#471](https://github.com/launchdarkly/python-server-sdk/issues/471)) ([0587a78](https://github.com/launchdarkly/python-server-sdk/commit/0587a780c8bb0697ca6a9ecf1d161b51eeba204f))
19+
* Add AsyncLDClient with FDv1 data system and public API ([#480](https://github.com/launchdarkly/python-server-sdk/issues/480)) ([fd041a5](https://github.com/launchdarkly/python-server-sdk/commit/fd041a5587cf263080d1b14eeb3ac925b80599d8))
20+
* Add environment ID support for hooks. ([#484](https://github.com/launchdarkly/python-server-sdk/issues/484)) ([49e809f](https://github.com/launchdarkly/python-server-sdk/commit/49e809fda444fd1136fb6c20c549c787c106f56d))
21+
22+
23+
### Bug Fixes
24+
25+
* Return empty prerequisites for a flag that fails to evaluate in all_flags_state ([#483](https://github.com/launchdarkly/python-server-sdk/issues/483)) ([73e9b07](https://github.com/launchdarkly/python-server-sdk/commit/73e9b078043d5dd495288de4860d56211f67fad2))
26+
527
## [9.16.1](https://github.com/launchdarkly/python-server-sdk/compare/9.16.0...9.16.1) (2026-07-24)
628

729

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=9.16.1
12+
SDK_VERSION=9.17.0
1313
```
1414
<!-- x-release-please-end -->
1515

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "9.16.1" # x-release-please-version
1+
VERSION = "9.17.0" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "launchdarkly-server-sdk"
3-
version = "9.16.1"
3+
version = "9.17.0"
44
description = "LaunchDarkly SDK for Python"
55
authors = [
66
{name = "LaunchDarkly", email = "dev@launchdarkly.com"}

0 commit comments

Comments
 (0)