FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(main): release 9.16.1 by github-actions[bot] · Pull Request #449 · launchdarkly/python-server-sdk · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (1) .md  (2) .py  (1) .toml  (1) All 4 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion .release-please-manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.16.0"
".": "9.16.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [9.16.1](https://github.com/launchdarkly/python-server-sdk/compare/9.16.0...9.16.1) (2026-07-24)


### Bug Fixes

* Bump python-eventsource to 1.7.1 to correct pool ownership when closing connections ([25c2b8d](https://github.com/launchdarkly/python-server-sdk/commit/25c2b8d9f0ede9b147276e6c69f8942964f66649))
* Correct data source error reporting ([25c2b8d](https://github.com/launchdarkly/python-server-sdk/commit/25c2b8d9f0ede9b147276e6c69f8942964f66649))
* Remove dead __BUILTINS__ constant ([#461](https://github.com/launchdarkly/python-server-sdk/issues/461)) ([eb0ecfd](https://github.com/launchdarkly/python-server-sdk/commit/eb0ecfde07e42de3844e2de581cbf01adbf8070c))


### Documentation

* clarify is_initialized() semantics (SDK-2641) ([#454](https://github.com/launchdarkly/python-server-sdk/issues/454)) ([bab14db](https://github.com/launchdarkly/python-server-sdk/commit/bab14db35c448346e3469a996bdd1de361268d56))

## [9.16.0](https://github.com/launchdarkly/python-server-sdk/compare/9.15.1...9.16.0) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion PROVENANCE.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
SDK_VERSION=9.16.0
SDK_VERSION=9.16.1
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "9.16.0" # x-release-please-version
VERSION = "9.16.1" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "launchdarkly-server-sdk"
version = "9.16.0"
version = "9.16.1"
description = "LaunchDarkly SDK for Python"
authors = [
{name = "LaunchDarkly", email = "dev@launchdarkly.com"}
Expand Down
Loading

Back | FazBrowse Home | New Git URL