Skip to content

Releases: launchdarkly/go-server-sdk

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)

v7.1.1

14 Mar 17:36
d3a5167
Compare
Choose a tag to compare

7.1.1 (2024-03-14)

Bug Fixes

  • do not emit error when RelayProxyEndpointsWithoutEvents is used (#110) (0551bf1)

v7.1.0

14 Mar 13:57
ab722f4
Compare
Choose a tag to compare

7.1.0 (2024-03-14)

Features

  • Inline contexts for all evaluation events (#111) (0fad2bb)
  • Redact anonymous attributes within feature events (0fad2bb)

v7.0.1

04 Mar 22:47
4af62a4
Compare
Choose a tag to compare

7.0.1 (2024-03-01)

Bug Fixes

  • deps: bump golang.org/x/crypto from 0.1.0 to 0.17.0 (5d26f59)

v7.0.0

11 Oct 20:39
Compare
Choose a tag to compare

[7.0.0] - 2023-10-11

The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.

Added:

  • New Migrator type which provides an out-of-the-box configurable migration framework.
  • For more advanced use cases, added new MigrationVariation and TrackMigrationOp methods on LDClient.

Changed:

  • LDClientEvaluations interface now has a MigrationVariation method.
  • LDClientEvents interface now has TrackMigrationOp method.

v6.1.1

11 Oct 19:05
Compare
Choose a tag to compare

[6.1.1] - 2023-10-11

Fixed:

  • Event payloads receiving an HTTP 413 status code will no longer prevent subsequent event payloads from being attempted.
  • Readme Get started hyperlink destination. (Thanks, christgf!)