Skip to content

Commit

Permalink
merge from public after release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jan 15, 2020
2 parents 583bd91 + 0ed56e4 commit d10a5c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the LaunchDarkly Relay will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [5.9.4] - 2020-01-15
### Fixed:
- For connections from JavaScript browser SDK versions 2.16.1 and above, Relay now supports CORS requests that include new request headers sent by those SDK versions.
- When forwarding events, Relay now specifies a uniquely identifiable request header when sending events to LaunchDarkly to ensure that events are only processed once, even if Relay sends them two times due to a failed initial attempt.

## [5.9.3] - 2020-01-14
### Fixed:
- When running Relay as a systemd service, the `ld-relay.service` file incorrectly specified the process start-up type as `forking`. Relay does not fork; the correct type is `simple`.
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is the package version
const Version = "5.9.3"
const Version = "5.9.4"

0 comments on commit d10a5c1

Please sign in to comment.