Skip to content

Commit da7e356

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.10.1
1 parent c5bef81 commit da7e356

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.10.1] - 2023-01-17
6+
### Fixed:
7+
- 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.
8+
- Fixed shared test logic that is used by the database integration packages.
9+
510
## [5.10.0] - 2022-07-05
611
### Added:
712
- `ldtestdata.FlagBuilder.VariationForAll` and `VariationForAllIndex`: new names for the deprecated methods listed below.

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
4-
const SDKVersion = "5.10.0"
4+
const SDKVersion = "5.10.1"

0 commit comments

Comments
 (0)