Skip to content

Releases: launchdarkly/python-server-sdk

v9.7.2

01 Oct 18:09
e95d324

Choose a tag to compare

9.7.2 (2024-10-01)

Bug Fixes

  • Set explicit names for each spawned thread (#311) (9c7777c)
  • Shutdown diagnostic thread if enabled (#312) (cde6cfb)

v9.7.1

26 Aug 18:46
ec74ff8

Choose a tag to compare

9.7.1 (2024-08-26)

Bug Fixes

  • Skip empty hosts when processing NO_PROXY variable (#309) (82d8117)

v9.7.0

21 Aug 13:48
67cd411

Choose a tag to compare

9.7.0 (2024-08-20)

Features

  • Add option to omit anonymous users from index and identify events (#306) (8f13ffe)

v9.6.0

19 Aug 14:43
ee80f9a

Choose a tag to compare

9.6.0 (2024-08-19)

Features

  • NO_PROXY environment variable can be used to override HTTP(S)_PROXY values (#301) (d0913ee)

v9.5.0

25 Jul 18:37
bd3b2f8

Choose a tag to compare

9.5.0 (2024-07-25)

This release introduces the ability to enable compression of event payloads. When enabled, the SDK will compress events before sending them to the LaunchDarkly servers. This can reduce the bandwidth required to send events, which can be useful in high-traffic environments to reduce egress traffic costs.

Important

Relay Proxy users MUST upgrade to version 8.9 or higher prior to enabling this option to prevent loss of event data.

However, enabling this feature is NOT required when using the Relay Proxy as it will manage compression automatically.

Features

  • Add option to enable event payload compression (#300) (87c56c9)

Bug Fixes

  • Log warning if client init timeout is considered high (#295) (08514fe)

Documentation

v9.4.0

29 Apr 17:29
49641f0

Choose a tag to compare

9.4.0 (2024-04-29)

Features

v9.3.1

05 Apr 14:25
b0916bc

Choose a tag to compare

9.3.1 (2024-04-04)

Bug Fixes

v9.3.0

14 Mar 17:32
37af292

Choose a tag to compare

9.3.0 (2024-03-14)

Features

  • Inline contexts for all evaluation events (#245) (8b5429b)
  • Redact anonymous attributes within feature events (#246) (4022ee2)

v9.2.2

07 Mar 17:36
c7b42a2

Choose a tag to compare

9.2.2 (2024-03-07)

Bug Fixes

  • Correct typehint on Config.update_processor_class (#274) (d386f9c), closes #273

v9.2.1

01 Mar 20:16
bffe2bb

Choose a tag to compare

9.2.1 (2024-03-01)

Bug Fixes

Documentation

  • Add example output for PROVENANCE.md #268 (43cf5bf)
  • Fix version generation in PROVENANCE file (#272) (7dd887e)