v7.1.0
- Add new evaluation methods
GetAllValueDetails
/GetAllValueDetailsAsync
. - Fix logging in
ConfigServiceBase.SetOnline
. - Correct behavior of
GetAllXXX
methods soFlagEvaluated
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 (treatsProjectConfig
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.