Skip to content

Releases: launchdarkly/go-server-sdk

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!)

v6.1.0

13 Apr 20:08
Compare
Choose a tag to compare

[6.1.0] - 2023-04-13

Added:

  • Support for Payload Filtering in streaming and polling modes. Payload Filtering is a beta feature that allows SDKs to download a subset of environment data, rather than full environments. Please contact your account executive for more information.

v6.0.3

02 Mar 00:19
Compare
Choose a tag to compare

[6.0.3] - 2023-03-01

Changed:

  • Bumped go-sdk-events to v2.0.1
  • Bumped go-server-sdk-evaluation to v2.0.2

Fixed:

  • Bumped go-sdk-common to v3.0.1. This fixes a bug within the easyJSON unmarshaller when an unexpected privateAttributes or redactedAttributes was encountered in a Context _meta attribute.

v6.0.2

27 Feb 19:44
Compare
Choose a tag to compare

[6.0.2] - 2023-02-27

Changed:

  • Bumped golang/x/crypto and golang/x/sys to v0.1.0

v6.0.1

17 Jan 19:41
Compare
Choose a tag to compare

[6.0.1] - 2023-01-17

Fixed:

  • If the application configured custom base URIs that did not have a valid URI syntax, the SDK could panic at startup time. It will now simply log an error and be unable to connect to LaunchDarkly.
  • Fixed shared test logic that is used by the database integration packages.

v5.10.1

17 Jan 19:12
Compare
Choose a tag to compare

[5.10.1] - 2023-01-17

Fixed:

  • If the application configured custom base URIs that did not have a valid URI syntax, the SDK could panic at startup time. It will now simply log an error and be unable to connect to LaunchDarkly.
  • Fixed shared test logic that is used by the database integration packages.