This beta release is being made available for testing and user feedback, due to the large number of changes from Go SDK 4.x. Features are still subject to change in the final 5.0.0 release. API documentation for this version is at https://pkg.go.dev/gopkg.in/launchdarkly/go-server-sdk.v5@v5.0.0-beta.3 and https://pkg.go.dev/gopkg.in/launchdarkly/go-sdk-common.v2@v2.0.0-beta.3.
Changes from the previous beta release:
ldredis, lddynamodb, and ldconsul packages are no longer in this repository. They have been moved to separate projects: http://github.com/launchdarkly/go-server-sdk-redis, http://github.com/launchdarkly/go-server-sdk-dynamodb, http://github.com/launchdarkly/go-server-sdk-consul. This removes the transitive dependencies on Redigo, AWS, etc.--which would otherwise be loaded for all Go modules that reference the SDK, even if you do not reference the subpackages that use them-- and also allows fixes or new features to be released for those integrations without requiring a new SDK release.Fetched April 11, 2026