Skip to content

Commit 318e513

Browse files
chore(v8): release 8.16.0 (#554)
🤖 I have created a release *beep* *boop* --- ## [8.16.0](v8.15.0...v8.16.0) (2025-11-21) ### Features * Support jitter for client/mobile ping stream connections ([#551](#551)) ([ab1b945](ab1b945)) ### Bug Fixes * Bump github.com/launchdarkly/go-server-sdk/v7 from v7.14.0 -&gt; v7.14.1 ([#553](#553)) ([ea8df17](ea8df17)) * Bump minimum go to 1.24 ([#552](#552)) ([7f622ac](7f622ac)) --- 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] > Release 8.16.0 adding jitter for client/mobile ping streams and updating dependencies/minimum Go; bump version and changelog. > > - **Release 8.16.0** > - **Feature**: Support jitter for client/mobile ping stream connections. > - **Bug fixes**: > - Bump `github.com/launchdarkly/go-server-sdk/v7` to `v7.14.1`. > - Raise minimum Go to `1.24`. > - **Versioning**: > - Update `relay/version/version.go` `Version` to `"8.16.0"`. > - Update `.release-please-manifest.json` to `"8.16.0"`. > - **Docs**: > - Add `8.16.0` notes to `CHANGELOG.md`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 261b2a0. 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 ab1b945 commit 318e513

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.15.0"
2+
".": "8.16.0"
33
}

CHANGELOG.md

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

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

5+
## [8.16.0](https://github.com/launchdarkly/ld-relay/compare/v8.15.0...v8.16.0) (2025-11-21)
6+
7+
8+
### Features
9+
10+
* Support jitter for client/mobile ping stream connections ([#551](https://github.com/launchdarkly/ld-relay/issues/551)) ([ab1b945](https://github.com/launchdarkly/ld-relay/commit/ab1b945c8e9a3f851b448bdb283baddf8a6ede6a))
11+
12+
13+
### Bug Fixes
14+
15+
* Bump github.com/launchdarkly/go-server-sdk/v7 from v7.14.0 -&gt; v7.14.1 ([#553](https://github.com/launchdarkly/ld-relay/issues/553)) ([ea8df17](https://github.com/launchdarkly/ld-relay/commit/ea8df1743d14651028d5821763b6e88451d659f9))
16+
* Bump minimum go to 1.24 ([#552](https://github.com/launchdarkly/ld-relay/issues/552)) ([7f622ac](https://github.com/launchdarkly/ld-relay/commit/7f622acb7aea99c6a2c4e42b03448bec14460440))
17+
518
## [8.15.0](https://github.com/launchdarkly/ld-relay/compare/v8.14.0...v8.15.0) (2025-11-13)
619

720

relay/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package version
33

44
// Version is the package version
5-
const Version = "8.15.0" // {{ x-release-please-version }}
5+
const Version = "8.16.0" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)