Skip to content

Releases: launchdarkly/ld-relay

v6.8.0

17 Mar 22:32
Compare
Choose a tag to compare

[6.8.0] - 2023-03-17

Changed:

  • Updated goreleaser to v1.16.1: release artifact names now follow goreleaser's standard ConventionalFileName template. Additionally, the deb and rpm packages now install ld-relay to /usr/bin instead of /usr/local/bin.
  • Updated Alpine image to use Go 1.20.2.
  • Updated CI tests to use Go 1.20.2 and Go 1.19.7.

v7.2.1

07 Mar 18:18
Compare
Choose a tag to compare

[7.2.1] - 2023-03-07

Changed:

  • Updated Alpine image to use Go 1.20.1.
  • CI tests now execute for Go 1.20.1 and Go 1.19.6; removed Go 1.18.

v6.7.18

07 Mar 00:06
Compare
Choose a tag to compare

[6.7.18] - 2023-03-06

Changed:

  • Updated Alpine image to use Go 1.20.1.
  • CI tests now execute for Go 1.20.1 and Go 1.19.6; removed Go 1.17 and 1.18.

Fixed:

v7.2.0

21 Feb 22:20
Compare
Choose a tag to compare

[7.2.0] - 2023-02-21

Changed:

  • Updated goreleaser to v1.15.2: release artifact names now follow goreleaser's standard ConventionalFileName template. Additionally, the deb and rpm packages now install ld-relay to /usr/bin instead of /usr/local/bin.

Fixed:

  • Updated golang.org/x/net to v0.7.0 to address CVE-2022-41723.
  • Fixed typo in docs/metrics.md.

v7.1.0

11 Feb 00:13
Compare
Choose a tag to compare

[7.1.0] - 2023-02-10

Added:

  • Added ability to specify Redis username via config file or environment variable.

v7.0.3

06 Feb 20:50
Compare
Choose a tag to compare

[7.0.3] - 2023-02-06

Fixed:

  • Fixed Go module path to match the major version number, which was preventing installation using Go tooling. (Thanks, @macro1).

v7.0.2

19 Jan 20:56
Compare
Choose a tag to compare

[7.0.2] - 2023-01-19

Fixed:

  • Removed logging of "Big Segment store status query" error messages in a situation where the Relay Proxy has not been able to synchronize Big Segment data with LaunchDarkly. These messages were redundant since there is already a different and clearer error being logged for the synchronization failure.

v6.7.17

17 Jan 23:53
Compare
Choose a tag to compare

[6.7.17] - 2023-01-17

Fixed:

  • Removed logging of "Big Segment store status query" error messages in a situation where the Relay Proxy has not been able to synchronize Big Segment data with LaunchDarkly. These messages were redundant since there is already a different and clearer error being logged for the synchronization failure.

v6.7.16

06 Jan 22:09
Compare
Choose a tag to compare

[6.7.16] - 2023-01-06

The 6.7.15 release was incomplete and has been skipped.

Changed:

  • It is no longer possible to build the Relay Proxy from source code in Go 1.16, or to import it as a module in a Go 1.16 project. This is because the security patch described below is not possible for Go 1.16. Although LaunchDarkly tries to maintain compatibility with old platform versions within the same major version of a LaunchDarkly product, maintaining support for Relay Proxy 6.x requires that we patch security vulnerabilities for the most common use cases; building Relay from source code with an EOL Go version is an uncommon use case.
  • Updated Alpine to 3.16.3 in the published Docker image.

Fixed:

v7.0.1

29 Dec 20:30
Compare
Choose a tag to compare

[7.0.1] - 2022-12-29

Changed:

  • Updated Alpine to 3.16.3 in the published Docker image.

Fixed:

  • Updated Go to 1.19.4 in the published Docker image and executables, to address CVE-2022-41717. (#210)