Releases: launchdarkly/ld-relay
Releases · launchdarkly/ld-relay
v8.8.0
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
v8.7.1
v7.6.1
v8.7.0
Test release, ignore
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