Skip to content

Bump launchdarkly-server-sdk from 7.6.1 to 9.17.0 - #555

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/launchdarkly-server-sdk-9.17.0
Closed

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/launchdarkly-server-sdk-9.17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

Bumps launchdarkly-server-sdk from 7.6.1 to 9.17.0.

Release notes

Sourced from launchdarkly-server-sdk's releases.

v9.17.0

9.17.0 (2026-08-28)

Features

  • Add async big segment store manager and async Redis adapter (#462) (aa492d2)
  • Add async DynamoDB persistent feature store (#490) (cb010df)
  • Add async event processor (ec7c113)
  • Add async event processor (#472) (ec7c113)
  • Add async FDv1 polling data source and feature requester (#475) (cca37a8)
  • Add async FDv1 streaming and data source status tracking (#464) (4bf7067)
  • Add async FDv2 data sources (#485) (5da1515)
  • Add async FDv2 data system (#486) (6a70132)
  • Add async hook, plugin, and flag tracker (#463) (686a70a)
  • Add async migration support (#470) (577d51e)
  • Add async persistent feature store foundation and Redis adapter (f9c76ee)
  • Add AsyncConfig for the async SDK client (#471) (0587a78)
  • Add AsyncLDClient with FDv1 data system and public API (#480) (fd041a5)
  • Add Config.with_wrapper_information (#501) (8a98583)
  • Add environment ID support for hooks. (#484) (49e809f)
  • Add read-only store views and async persistence foundation for the data system (#503) (0eb61fa)

Bug Fixes

  • Allow tombstones without a key property (#502) (5f44e61)
  • Escape attribute names reported in redactedAttributes (#505) (90059cb)
  • Prevent a persistent-store outage from throwing in the sync FDv2 evaluation (#506) (467da53)
  • Return empty prerequisites for a flag that fails to evaluate in all_flags_state (#483) (73e9b07)

This PR was generated with Release Please. See documentation.

v9.16.1

9.16.1 (2026-07-24)

Bug Fixes

  • Bump python-eventsource to 1.7.1 to correct pool ownership when closing connections (25c2b8d)
  • Correct data source error reporting (25c2b8d)
  • Remove dead BUILTINS constant (#461) (eb0ecfd)

Documentation

  • clarify is_initialized() semantics (SDK-2641) (#454) (bab14db)

... (truncated)

Changelog

Sourced from launchdarkly-server-sdk's changelog.

9.17.0 (2026-08-28)

Features

  • Add async big segment store manager and async Redis adapter (#462) (aa492d2)
  • Add async DynamoDB persistent feature store (#490) (cb010df)
  • Add async event processor (ec7c113)
  • Add async event processor (#472) (ec7c113)
  • Add async FDv1 polling data source and feature requester (#475) (cca37a8)
  • Add async FDv1 streaming and data source status tracking (#464) (4bf7067)
  • Add async FDv2 data sources (#485) (5da1515)
  • Add async FDv2 data system (#486) (6a70132)
  • Add async hook, plugin, and flag tracker (#463) (686a70a)
  • Add async migration support (#470) (577d51e)
  • Add async persistent feature store foundation and Redis adapter (f9c76ee)
  • Add AsyncConfig for the async SDK client (#471) (0587a78)
  • Add AsyncLDClient with FDv1 data system and public API (#480) (fd041a5)
  • Add Config.with_wrapper_information (#501) (8a98583)
  • Add environment ID support for hooks. (#484) (49e809f)
  • Add read-only store views and async persistence foundation for the data system (#503) (0eb61fa)

Bug Fixes

  • Allow tombstones without a key property (#502) (5f44e61)
  • Escape attribute names reported in redactedAttributes (#505) (90059cb)
  • Prevent a persistent-store outage from throwing in the sync FDv2 evaluation (#506) (467da53)
  • Return empty prerequisites for a flag that fails to evaluate in all_flags_state (#483) (73e9b07)

9.16.1 (2026-07-24)

Bug Fixes

  • Bump python-eventsource to 1.7.1 to correct pool ownership when closing connections (25c2b8d)
  • Correct data source error reporting (25c2b8d)
  • Remove dead BUILTINS constant (#461) (eb0ecfd)

Documentation

  • clarify is_initialized() semantics (SDK-2641) (#454) (bab14db)

9.16.0 (2026-06-08)

Features

  • Drop persistent-store cache after FDv2 in-memory store init (#426) (563b87a)

... (truncated)

Commits
  • 5e261ac chore(main): release 9.17.0 (#468)
  • 4a54e51 chore: Add an async support section to the README (#510)
  • 0932672 chore: Run the async contract tests in CI and wire the service for FDv2 (#507)
  • cb010df feat: Add async DynamoDB persistent feature store (#490)
  • 766af7d chore: Make the async big-segment store status query awaitable (#509)
  • e772499 chore: Make the FDv2 feature-store client wrappers internal (#508)
  • 467da53 fix: Prevent a persistent-store outage from throwing in the sync FDv2 evaluat...
  • 6a70132 feat: Add async FDv2 data system (#486)
  • 5f44e61 fix: Allow tombstones without a key property (#502)
  • 3d8600d chore: Track the latest v3 contract test release instead of a pinned alpha (#...
  • Additional commits viewable in compare view

@dependabot
dependabot Bot force-pushed the dependabot/pip/dev/launchdarkly-server-sdk-9.17.0 branch 2 times, most recently from d05d97d to ea0b09b Compare September 23, 2026 07:27
Bumps [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) from 7.6.1 to 9.17.0.
- [Release notes](https://github.com/launchdarkly/python-server-sdk/releases)
- [Changelog](https://github.com/launchdarkly/python-server-sdk/blob/main/CHANGELOG.md)
- [Commits](launchdarkly/python-server-sdk@7.6.1...9.17.0)

---
updated-dependencies:
- dependency-name: launchdarkly-server-sdk
  dependency-version: 9.17.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/dev/launchdarkly-server-sdk-9.17.0 branch from ea0b09b to fb63091 Compare September 23, 2026 08:32
@dependabot @github

dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like launchdarkly-server-sdk is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 25, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/dev/launchdarkly-server-sdk-9.17.0 branch September 25, 2026 14:40
@cursor

cursor Bot commented Sep 25, 2026

Copy link
Copy Markdown

Superseded by #570 (requirements prune): launchdarkly-server-sdk was removed. Already closed — noting for the record. Wave 2 delete-dead-code will remove features.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants