Skip to content

v7.1.0

Compare
Choose a tag to compare
@adams85 adams85 released this 16 Dec 12:07
· 41 commits to master since this release
1601361
  • Add new evaluation methods GetAllValueDetails/GetAllValueDetailsAsync.
  • Fix logging in ConfigServiceBase.SetOnline.
  • Correct behavior of GetAllXXX methods so FlagEvaluated event is also raised in case of error.
  • Correct reporting of "Config JSON is not present" errors and log them with error level also in the case of GetAllXXX methods.
  • Change implementation of HttpConfigFetcher.FetchAsync to execute only one fetch operation at a time.
  • Make ProjectConfig equality comparison consistent with other SDKs (treats ProjectConfig instances with the same ETag equal regardless of actual content).
  • Make HTTP response handling consistent with other SDKs.
  • Make HttpConfigFetcher-related error message consistent with other SDKs.

Breaking changes:

  • Remove BeforeClientDispose hook.