Skip to content

Releases: launchdarkly/python-server-sdk

8.2.0

17 Oct 16:29

Choose a tag to compare

[8.2.0] - 2023-10-17

Deprecated:

  • Creating an LDContext using the legacy user format has been deprecated and will be removed in the next major release. To learn more, read the Contexts documentation.
  • Providing client methods track, identify, variation, variation_detail, all_flags_state, and secure_mode_hash with a context dictionary is deprecated. In the next major release, a Context will be required.

8.1.7

05 Oct 16:54

Choose a tag to compare

[8.1.7] - 2023-10-05

Changed:

  • Loosened urllib3 requirement to <3

8.1.6

06 Sep 17:51

Choose a tag to compare

[8.1.6] - 2023-09-06

Changed:

  • Recoverable errors are logged as a warning not an error. (Thanks, fritzdj!)

8.1.5

15 Aug 13:04

Choose a tag to compare

[8.1.5] - 2023-08-15

Changed:

  • Loosened the requirements on the semver package. (Thanks, hauntsaninja!)

8.1.4

01 Jun 19:38

Choose a tag to compare

[8.1.4] - 2023-06-01

Fixed:

  • Password will be redacted from redis URL prior to logging.

8.1.3

03 May 20:07

Choose a tag to compare

[8.1.3] - 2023-05-03

Fixed:

  • Updated usage of HTTPResponse.getheader to remove deprecation warning from upstream urllib3 package. (Thanks, mnito!)

8.1.2

01 May 16:54

Choose a tag to compare

[8.1.2] - 2023-05-01

Fixed:

  • Pinned urllib3 dependency to <2. (Thanks, prpnmac!)

8.1.1

10 Feb 20:59

Choose a tag to compare

[8.1.1] - 2023-02-10

Fixed:

  • Fixed indexing error raised by calling all_flags_state while using the TestData data source.

7.6.1

07 Feb 18:48

Choose a tag to compare

[7.6.1] - 2023-02-07

Fixed:

  • Fixed indexing error raised by calling all_flags_state while using the TestData data source.

8.1.0

31 Jan 17:36

Choose a tag to compare

[8.1.0] - 2023-01-31

Added:

  • Introduced support for an application config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.