Skip to content

Commit 378fadc

Browse files
chore(v7): release 7.14.2 (#331)
🤖 I have created a release *beep* *boop* --- ## [7.14.2](v7.14.1...v7.14.2) (2025-12-02) ### Bug Fixes * Add `ChangeSet.Collections` to help reduce relay memory usage ([#332](#332)) ([ca33a3c](ca33a3c)) * align fdv2 intializer to spec ([#330](#330)) ([68599fa](68599fa)) * Update changeset builder to support chaining calls ([#333](#333)) ([69e269b](69e269b)) --- 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 69e269b commit 378fadc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.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.1",
2+
".": "7.14.2",
33
"ldotel": "1.3.0",
44
"ldai": "0.7.2",
55
"ldmiddleware": "0.1.0"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.2](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.1...v7.14.2) (2025-12-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Add `ChangeSet.Collections` to help reduce relay memory usage ([#332](https://github.com/launchdarkly/go-server-sdk/issues/332)) ([ca33a3c](https://github.com/launchdarkly/go-server-sdk/commit/ca33a3c641020c430b95233cc62d15437c4abd9f))
11+
* align fdv2 intializer to spec ([#330](https://github.com/launchdarkly/go-server-sdk/issues/330)) ([68599fa](https://github.com/launchdarkly/go-server-sdk/commit/68599fafe567a29ac540727c07b45bf24d4e3949))
12+
* Update changeset builder to support chaining calls ([#333](https://github.com/launchdarkly/go-server-sdk/issues/333)) ([69e269b](https://github.com/launchdarkly/go-server-sdk/commit/69e269b44410401b4e4df4fac2b36969ae67a094))
13+
514
## [7.14.1](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.0...v7.14.1) (2025-11-21)
615

716

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

0 commit comments

Comments
 (0)