Skip to content

v8.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 23:06
4b72066

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)