Skip to content

Commit 2b55c7e

Browse files
chore(main): release 1.5.0 (#52)
🤖 I have created a release *beep* *boop* --- ## [1.5.0](1.4.1...1.5.0) (2026-05-26) ### Features * add X-LaunchDarkly-Instance-Id header (SDK-2352) ([#51](#51)) ([5eb7561](5eb7561)) --- 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 5eb7561 commit 2b55c7e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

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

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 Apex server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.5.0](https://github.com/launchdarkly/apex-server-sdk/compare/1.4.1...1.5.0) (2026-05-26)
6+
7+
8+
### Features
9+
10+
* add X-LaunchDarkly-Instance-Id header (SDK-2352) ([#51](https://github.com/launchdarkly/apex-server-sdk/issues/51)) ([5eb7561](https://github.com/launchdarkly/apex-server-sdk/commit/5eb7561927b1ddf3ed87f580691c9d20d685c582))
11+
512
## [1.4.1](https://github.com/launchdarkly/apex-server-sdk/compare/1.4.0...1.4.1) (2025-08-07)
613

714

bridge/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
LD_EVENTS_URI = "https://events.launchdarkly.com"
3131
OAUTH_URI = "https://login.salesforce.com/services/oauth2/token"
3232
POLL_INTERVAL = 30 * time.Second
33-
SDK_VERSION = "1.4.1" // x-release-please-version
33+
SDK_VERSION = "1.5.0" // x-release-please-version
3434
USER_AGENT = "ApexServerClient/" + SDK_VERSION
3535
HTTP_TIMEOUT = 30 * time.Second
3636
// INSTANCE_ID_HEADER is the HTTP header used to identify this bridge instance for

0 commit comments

Comments
 (0)