Skip to content

Commit 5793cf9

Browse files
chore(v8): release 8.15.0 (#543)
🤖 I have created a release *beep* *boop* --- ## [8.15.0](v8.14.0...v8.15.0) (2025-11-13) ### Features * Add HTTP client transport configuration options ([#545](#545)) ([cab095a](cab095a)) ### Bug Fixes * **deps:** bump supported Go versions to 1.25.3 and 1.24.9 ([#541](#541)) ([1f37eac](1f37eac)) * **deps:** bump supported Go versions to 1.25.4 and 1.24.10 ([#548](#548)) ([91cf12f](91cf12f)) --- 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] > Prepare v8.15.0 release with HTTP client transport config options and updated supported Go versions. > > - **Release 8.15.0** > - **Features**: Add HTTP client transport configuration options. > - **Bug fixes**: Update supported Go versions to `1.25.4` and `1.24.10` (also `1.25.3`/`1.24.9`). > - **Versioning** > - Bump `Version` to `8.15.0` in `relay/version/version.go`. > - Update `.release-please-manifest.json`. > - **Docs** > - Add `8.15.0` section to `CHANGELOG.md`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fcf825c. 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 91cf12f commit 5793cf9

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.14.0"
2+
".": "8.15.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.15.0](https://github.com/launchdarkly/ld-relay/compare/v8.14.0...v8.15.0) (2025-11-13)
6+
7+
8+
### Features
9+
10+
* Add HTTP client transport configuration options ([#545](https://github.com/launchdarkly/ld-relay/issues/545)) ([cab095a](https://github.com/launchdarkly/ld-relay/commit/cab095aebbae0f24ab3c76e049163177cebaa272))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump supported Go versions to 1.25.3 and 1.24.9 ([#541](https://github.com/launchdarkly/ld-relay/issues/541)) ([1f37eac](https://github.com/launchdarkly/ld-relay/commit/1f37eac501b1ca9994b3ca26a6128b70365035de))
16+
* **deps:** bump supported Go versions to 1.25.4 and 1.24.10 ([#548](https://github.com/launchdarkly/ld-relay/issues/548)) ([91cf12f](https://github.com/launchdarkly/ld-relay/commit/91cf12fa2facd3f754aeb13d731373e4552ef812))
17+
518
## [8.14.0](https://github.com/launchdarkly/ld-relay/compare/v8.13.3...v8.14.0) (2025-10-22)
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.14.0" // {{ x-release-please-version }}
5+
const Version = "8.15.0" // {{ x-release-please-version }}

0 commit comments

Comments
 (0)