Skip to content

v8.0.0

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 26 Jul 08:54
· 7 commits to v8 since this release

Added

  • Ready() function. It returns a channel that closes when the SDK reaches the ready state.
    • When the polling mode is Manual or Lazy, the SDK is considered ready right after instantiation.
    • When the polling mode is AutoPoll, the SDK is considered ready when the first initial HTTP request is finished.

Changed

  • Standardized config cache key generation algorithm and cache payload format to allow shared caches to be used by SDKs of different platforms.

Removed

  • GetVariationID() / GetVariationIDs() methods. Alternative: Get[Type]ValueDetails() / GetAllValueDetails().
  • ChangeNotify callback function. Alternative: Hooks.OnConfigChanged.