Skip to content

Commit fb75f67

Browse files
chore(v7): release 7.14.6 (#344)
🤖 I have created a release *beep* *boop* --- ## [7.14.6](v7.14.5...v7.14.6) (2026-02-26) ### Bug Fixes * Expand data system config to allow for list of synchronizers ([#343](#343)) ([0956ce9](0956ce9)) * improves fallback behavior when using custom data system configuration ([#348](#348)) ([4f5b1e9](4f5b1e9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1eccfbe commit fb75f67

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "7.14.5",
2+
".": "7.14.6",
33
"ldotel": "1.3.1",
44
"ldai": "0.8.1",
55
"ldmiddleware": "0.1.0"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [7.14.6](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.5...v7.14.6) (2026-02-26)
6+
7+
8+
### Bug Fixes
9+
10+
* Expand data system config to allow for list of synchronizers ([#343](https://github.com/launchdarkly/go-server-sdk/issues/343)) ([0956ce9](https://github.com/launchdarkly/go-server-sdk/commit/0956ce9202c9796f19670a94a11785bca59b4acd))
11+
* improves fallback behavior when using custom data system configuration ([#348](https://github.com/launchdarkly/go-server-sdk/issues/348)) ([4f5b1e9](https://github.com/launchdarkly/go-server-sdk/commit/4f5b1e9be34446547072263d940384a8bce7b10e))
12+
513
## [7.14.5](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.4...v7.14.5) (2026-01-16)
614

715

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 = "7.14.5" // {{ x-release-please-version }}
4+
const SDKVersion = "7.14.6" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)