Skip to content

Releases: launchdarkly/python-server-sdk

v9.8.1

23 Dec 16:35
5d27941
Compare
Choose a tag to compare

9.8.1 (2024-12-23)

Bug Fixes

v9.8.0

16 Oct 17:17
99610a7
Compare
Choose a tag to compare

9.8.0 (2024-10-16)

Features

  • Add support for client-side prerequisite events (#314) (3025af4)

v9.7.2

01 Oct 18:09
e95d324
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

9.4.0 (2024-04-29)

Features

v9.3.1

05 Apr 14:25
b0916bc
Compare
Choose a tag to compare

9.3.1 (2024-04-04)

Bug Fixes

v9.3.0

14 Mar 17:32
37af292
Compare
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)