v7.2.0
- Introduced a new local dictionary override factory method:
Where the
FlagOverrides LocalDictionary(IDictionary<string, object> dictionary, bool watchChanges, OverrideBehaviour overrideBehaviour)
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.