Skip to content

Releases: launchdarkly/go-server-sdk

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

ldotel: v1.0.0

11 Apr 16:43
e2f582e
Compare
Choose a tag to compare

1.0.0 (2024-04-11)

Features

v7.3.0

03 Apr 21:00
f22113e
Compare
Choose a tag to compare

7.3.0 (2024-04-03)

This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing.

Features

v6.2.0

27 Mar 22:34
35698f4
Compare
Choose a tag to compare

6.2.0 (2024-03-27)

Features

  • deps: bump supported Go versions to 1.22 and 1.21 (d026f6a)

v7.2.0

25 Mar 22:54
038ca41
Compare
Choose a tag to compare

7.2.0 (2024-03-25)

Features

  • deps: bump supported Go versions to 1.22 and 1.21 (#114) (0ac6d4d)