You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)