Skip to content

Commit e31600c

Browse files
chore(v8): release 8.14.0 (#535)
🤖 I have created a release *beep* *boop* --- ## [8.14.0](v8.13.3...v8.14.0) (2025-10-22) ### Features * Add SDK wrapper metric tagging ([#542](#542)) ([ab5a69b](ab5a69b)) ### Bug Fixes * **deps:** bump supported Go versions to 1.25.0 and 1.24.6 ([#533](#533)) ([8b70264](8b70264)) * **deps:** bump supported Go versions to 1.25.1 and 1.24.7 ([#536](#536)) ([fba0368](fba0368)) * **deps:** bump supported Go versions to 1.25.2 and 1.24.8 ([#537](#537)) ([8f50322](8f50322)) * **deps:** update Dockerfiles from 3.22.1 to alpine:3.22.2 ([#539](#539)) ([c686a36](c686a36)) --- 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.14.0 adding SDK wrapper metric tagging and updating supported Go/Alpine versions; bump version strings and changelog. > > - **Release 8.14.0** > - Add feature: SDK wrapper metric tagging. > - Update dependencies/runtime: > - Supported Go versions bumped to 1.25.0/1.24.6, 1.25.1/1.24.7, and 1.25.2/1.24.8. > - Dockerfiles updated to `alpine:3.22.2`. > - **Versioning** > - Bump version to `8.14.0` in `.release-please-manifest.json` and `relay/version/version.go`. > - **Docs** > - Append `8.14.0` entry to `CHANGELOG.md` summarizing the above. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1462a57. 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 ab5a69b commit e31600c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.13.3"
2+
".": "8.14.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.14.0](https://github.com/launchdarkly/ld-relay/compare/v8.13.3...v8.14.0) (2025-10-22)
6+
7+
8+
### Features
9+
10+
* Add SDK wrapper metric tagging ([#542](https://github.com/launchdarkly/ld-relay/issues/542)) ([ab5a69b](https://github.com/launchdarkly/ld-relay/commit/ab5a69ba1add404189224939d4e936b436ddf1de))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump supported Go versions to 1.25.0 and 1.24.6 ([#533](https://github.com/launchdarkly/ld-relay/issues/533)) ([8b70264](https://github.com/launchdarkly/ld-relay/commit/8b70264e30e5ccd92b988ca6e20fede2bf3613c3))
16+
* **deps:** bump supported Go versions to 1.25.1 and 1.24.7 ([#536](https://github.com/launchdarkly/ld-relay/issues/536)) ([fba0368](https://github.com/launchdarkly/ld-relay/commit/fba0368063cf642f9da455fcaa6d4ce1e2d7fb3f))
17+
* **deps:** bump supported Go versions to 1.25.2 and 1.24.8 ([#537](https://github.com/launchdarkly/ld-relay/issues/537)) ([8f50322](https://github.com/launchdarkly/ld-relay/commit/8f50322c35ba7db9b4ac891331019c5b0bd3251f))
18+
* **deps:** update Dockerfiles from 3.22.1 to alpine:3.22.2 ([#539](https://github.com/launchdarkly/ld-relay/issues/539)) ([c686a36](https://github.com/launchdarkly/ld-relay/commit/c686a36292e44e40a89cf738a32884979f439967))
19+
520
## [8.13.3](https://github.com/launchdarkly/ld-relay/compare/v8.13.2...v8.13.3) (2025-08-14)
621

722

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.13.3" // {{ x-release-please-version }}
5+
const Version = "8.14.0" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)