Skip to content

Commit 92f3575

Browse files
Releasing version 1.0.1
1 parent d200c7b commit 92f3575

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.0.1] - 2021-06-14
6+
### Fixed:
7+
- Fixed the OAUTH_URI environment variable not being respected by the bridge.
8+
59
## [1.0.0] - 2021-06-08
610
### Fixed:
711
- Fixed rollout bucketing behavior when targeting a user attribute that does not exist.

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.0.0"
31+
SDK_VERSION = "1.0.1"
3232
USER_AGENT = "ApexServerClient/" + SDK_VERSION
3333
HTTP_TIMEOUT = 30 * time.Second
3434
)

0 commit comments

Comments
 (0)