Skip to content

v7.2.0

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 11 Jan 11:21
· 39 commits to master since this release
a31fcfa
  • Introduced a new local dictionary override factory method:
    FlagOverrides LocalDictionary(IDictionary<string, object> dictionary, bool watchChanges, OverrideBehaviour overrideBehaviour)
    Where the watchChanges parameter indicates whether the SDK should rebuild the overrides upon each read to keep track of the source dictionary's changes.
  • Fix config fetcher-related error logging to include exception in the log if any.