Skip to content

Releases: launchdarkly/go-server-sdk

v7.7.0

23 Oct 18:56
d9d524d
Compare
Choose a tag to compare

7.7.0 (2024-10-22)

Features

  • add support for client-side prerequisite events (#201) (d9804ec)

v7.6.2

28 Aug 18:38
5c8ad30
Compare
Choose a tag to compare

7.6.2 (2024-08-28)

Bug Fixes

  • deps: bump evaluation module to v3.0.1 (#181) (b63cf6c)

ldotel: v1.0.2

28 Aug 19:06
bc63105
Compare
Choose a tag to compare

1.0.2 (2024-08-28)

Bug Fixes

  • ldotel: bump go-server-sdk to v7.6.2 (#183) (cdd19cb)

v7.6.1

20 Aug 19:01
5e573d6
Compare
Choose a tag to compare

7.6.1 (2024-08-20)

Note: this released relaxed the Go build requirement to 1.18.

Bug Fixes

  • add support for testing minimum Go version (c0707a3)

v6.2.1

20 Aug 18:59
a072bf5
Compare
Choose a tag to compare

6.2.1 (2024-08-20)

Note: this released relaxed the Go build requirement to 1.18.

Bug Fixes

  • add support for testing minimum Go version (#172) (37483bc)

ldotel: v1.0.1

20 Aug 18:59
8b05a3a
Compare
Choose a tag to compare

1.0.1 (2024-08-20)

Note: this released relaxed the Go build requirement to 1.18.

Bug Fixes

  • add support for testing minimum Go version (c0707a3)

v7.6.0

25 Jul 17:01
6704925
Compare
Choose a tag to compare

7.6.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 compression for event payloads (#161) (4301a12)

v7.5.0

26 Jun 18:06
840237b
Compare
Choose a tag to compare

7.5.0 (2024-06-26)

Features

  • Optionally omit anonymous contexts from index and identify events. (#158) (b2d304a)

v7.4.1

04 Jun 18:05
ec3ddbe
Compare
Choose a tag to compare

7.4.1 (2024-06-04)

Bug Fixes

  • add warning log message if client init duration is longer than recommended (60s) (68e3440)
  • align high timeout log msg with spec (#150) (606d224)
  • resolve data race in Broadcasters system (#153) (68cb1a4)

v7.4.0

11 Apr 16:21
1de719b
Compare
Choose a tag to compare

7.4.0 (2024-04-10)

This release contains no functional changes. It is a product of structural changes to the repository.

Features