releases.shpreview

Go SDK

$npx -y @buildinternet/releases show launchdarkly-go-sdk
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases9Avg3/moVersionsv7.14.2 → v7.14.6
Aug 20, 2024

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

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)
Jul 25, 2024

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)
Jun 26, 2024

7.5.0 (2024-06-26)

Features

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

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)
Apr 11, 2024
ldotel: v1.0.0

1.0.0 (2024-04-11)

Features

7.4.0 (2024-04-10)

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

Features

Apr 3, 2024

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

Mar 27, 2024

6.2.0 (2024-03-27)

Features

  • deps: bump supported Go versions to 1.22 and 1.21 (d026f6a)
Mar 25, 2024

7.2.0 (2024-03-25)

Features

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

7.1.1 (2024-03-14)

Bug Fixes

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

7.1.0 (2024-03-14)

Features

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

7.0.1 (2024-03-01)

Bug Fixes

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

[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.

[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!)
Apr 13, 2023

[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.
Mar 2, 2023

[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.
Feb 27, 2023

[6.0.2] - 2023-02-27

Changed:

  • Bumped golang/x/crypto and golang/x/sys to v0.1.0
Jan 17, 2023

[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.

[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.
Latest
v7.14.6
Tracking Since
Apr 29, 2019
Last checked Apr 20, 2026