Releases: launchdarkly/ld-relay
Releases · launchdarkly/ld-relay
v6.8.0
[6.8.0] - 2023-03-17
Changed:
- Updated goreleaser to
v1.16.1
: release artifact names now follow goreleaser's standardConventionalFileName
template. Additionally, the deb and rpm packages now installld-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
[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
[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:
- Bumped golang.org/x/net to 0.7.0 to address CVE-2022-41723.
v7.2.0
[7.2.0] - 2023-02-21
Changed:
- Updated goreleaser to
v1.15.2
: release artifact names now follow goreleaser's standardConventionalFileName
template. Additionally, the deb and rpm packages now installld-relay
to/usr/bin
instead of/usr/local/bin
.
Fixed:
- Updated
golang.org/x/net
tov0.7.0
to address CVE-2022-41723. - Fixed typo in
docs/metrics.md
.
v7.1.0
[7.1.0] - 2023-02-10
Added:
- Added ability to specify Redis username via config file or environment variable.
v7.0.3
v7.0.2
[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
[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
[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:
- Updated Go networking code to address CVE-2022-41717. (#210)
v7.0.1
[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)