Skip to content

Commit f8fe399

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.1.1
1 parent 88897ae commit f8fe399

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.1.1] - 2022-05-31
6+
### Changed:
7+
- Updated some error message strings to be more specific.
8+
9+
### Fixed:
10+
- Fixed nil pointer crash when invalid PEM is used as private key (`OAUTH_JWT_KEY`).
11+
512
## [1.1.0] - 2021-07-20
613
### Added:
714
- The SDK now supports the ability to control the proportion of traffic allocation to an experiment. This works in conjunction with a new platform feature now available to early access customers.

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

0 commit comments

Comments
 (0)