Releases: launchdarkly/go-server-sdk
Releases · launchdarkly/go-server-sdk
v7.1.1
v7.1.0
v7.0.1
v7.0.0
[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
andTrackMigrationOp
methods onLDClient
.
Changed:
LDClientEvaluations
interface now has aMigrationVariation
method.LDClientEvents
interface now hasTrackMigrationOp
method.
v6.1.1
v6.1.0
[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
[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
[6.0.2] - 2023-02-27
Changed:
- Bumped golang/x/crypto and golang/x/sys to v0.1.0
v6.0.1
[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
[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.