Skip to content

Commit c8bfcc2

Browse files
chore(main): release 1.4.0 (#28)
🤖 I have created a release *beep* *boop* --- ## [1.4.0](1.3.0...1.4.0) (2025-04-02) ### Features * Add caching data store and batching event sink ([#25](#25)) ([6bee005](6bee005)) --- 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 02f8776 commit c8bfcc2

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.3.0"
2+
".": "1.4.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.4.0](https://github.com/launchdarkly/apex-server-sdk/compare/1.3.0...1.4.0) (2025-04-14)
6+
7+
8+
### Features
9+
10+
* Add caching data store and batching event sink ([#25](https://github.com/launchdarkly/apex-server-sdk/issues/25)) ([6bee005](https://github.com/launchdarkly/apex-server-sdk/commit/6bee0050d5ee3197641792b466e11d79b1c77b71))
11+
512
## [1.3.0] - 2024-01-23
613
### Added:
714
- Added additional unit tests to meet 75% minimum coverage required by Salesforce. Thanks, @estebanefi!

bridge/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
LD_EVENTS_URI = "https://events.launchdarkly.com"
2929
OAUTH_URI = "https://login.salesforce.com/services/oauth2/token"
3030
POLL_INTERVAL = 30 * time.Second
31-
SDK_VERSION = "1.3.0" // x-release-please-version
31+
SDK_VERSION = "1.4.0" // x-release-please-version
3232
USER_AGENT = "ApexServerClient/" + SDK_VERSION
3333
HTTP_TIMEOUT = 30 * time.Second
3434
)

0 commit comments

Comments
 (0)