Skip to content

Releases: launchdarkly/ld-relay

v8.8.2

16 Jul 17:43
3e16771
Compare
Choose a tag to compare

8.8.2 (2024-07-15)

Bug Fixes

  • redact password in logs if specified as part of URL (#413) (0471d51)

v8.8.1

12 Jul 22:48
c8ccaae
Compare
Choose a tag to compare

8.8.1 (2024-07-10)

Bug Fixes

  • deps: bump supported Go versions to 1.22.5 and 1.21.12 (#411) (02c0a7e)

v7.6.2

12 Jul 22:47
0e84d7c
Compare
Choose a tag to compare

7.6.2 (2024-07-10)

Bug Fixes

  • deps: bump supported Go versions to 1.22.5 and 1.21.12 (#412) (ec47b7c)

v8.8.0

25 Jun 23:06
4b72066
Compare
Choose a tag to compare

8.8.0 (2024-06-25)

Features

  • offline mode key rotation (#408) (b3f03a4)
    • Note: Relay was previously unable to support rotated SDK keys with deprecation periods when operating in Offline Mode. This functionality is now present and should be equivalent with rotation behavior using AutoConfig.
  • periodic key revocation (#401) (92033e9)
    • Note: rotated SDK keys that have a deprecation period are now checked for expiration on an interval by Relay. Previously, deprecated keys would be revoked precisely on their expiration date. The default monitoring interval is 1 minute and is configurable down to 100ms. This affects key rotation in Offline and AutoConfig mode.

Bug Fixes

  • offline mode would spam logs when file changes (#406) (3c12e10)

v8.7.1

24 Jun 18:12
3e6eb78
Compare
Choose a tag to compare

8.7.1 (2024-06-21)

Bug Fixes

  • deps: update Dockerfiles from alpine:3.20.0 to alpine:3.20.1 (#402) (f70a5df)

v7.6.1

24 Jun 18:12
bc5fec0
Compare
Choose a tag to compare

7.6.1 (2024-06-21)

Bug Fixes

  • deps: update Dockerfiles from alpine:3.20.0 to alpine:3.20.1 (#403) (e910f8b)

v8.7.0

17 Jun 16:09
e50f7b0
Compare
Choose a tag to compare

8.7.0 (2024-06-17)

Note: Binaries were not uploaded to Github for this release, although Docker images are available as usual. There are no changes to Relay in this version.

Features

  • publish -alpine suffixed Docker images (#396) (2d7cecd)

Test release, ignore

14 Jun 21:20
Compare
Choose a tag to compare
Test release, ignore Pre-release
Pre-release

This is a test release, it is not officially supported in any way. Please disregard.

This enables cache busting on upstream Relay streaming connections by appending a ?cacheBust=random-uuid-value query parameter to the streaming endpoint URL.

[Main]
cacheBust = true

Or, as an environment variable, CACHE_BUST=true

v8.6.0

10 Jun 23:49
2061d0a
Compare
Choose a tag to compare

8.6.0 (2024-06-10)

Features

  • publish distroless debian12 image (fe0155f)

v7.6.0

10 Jun 23:06
9165356
Compare
Choose a tag to compare

7.6.0 (2024-06-10)

Features

  • replace offline-mode filewatcher with polling [backport from v8] (#390) (6a44f83)