Skip to content

Commit dbaebf8

Browse files
chore(v7): release 7.14.5 (#341)
🤖 I have created a release *beep* *boop* --- ## [7.14.5](v7.14.4...v7.14.5) (2026-01-16) ### Bug Fixes * Remove disable streaming warning ([#340](#340)) ([6fc5062](6fc5062)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Releases v7.14.5 with a bug fix and version bumps. > > - Update `CHANGELOG.md` for 7.14.5, noting bug fix: remove disable streaming warning > - Bump SDK version from `7.14.4` to `7.14.5` in `.release-please-manifest.json` and `internal/version.go` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0c8ca32. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6fc5062 commit dbaebf8

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.4...v7.14.5) (2026-01-16)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove disable streaming warning ([#340](https://github.com/launchdarkly/go-server-sdk/issues/340)) ([6fc5062](https://github.com/launchdarkly/go-server-sdk/commit/6fc5062cad480b6b431dd14f08ae55bef9a1501d))
11+
512
## [7.14.4](https://github.com/launchdarkly/go-server-sdk/compare/v7.14.3...v7.14.4) (2025-12-15)
613

714

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

0 commit comments

Comments
 (0)