ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
Base API URL: https://api.configcat.com If you prefer the swagger documentation, you can find it here: Swagger UI. The p
Bug fixes: * Fix `NullReferenceException` bug when accessing client instance during client initialization. (#116) * Catch potential exceptions in `C…
Bug fixes: * Correct custom base URL detection and make it consistent with other SDKs. (#113) * Fix a regression that breaks config fetching in Unit…
Improvements: * Improve handling of the race condition between `FetchAsync` and `Dispose` in `HttpClientConfigFetcher`. Also, prepare `DefaultConfigF…
Improvements: * Include the SDK Key in log message of error 1100 ("Your SDK Key seems to be wrong...") (#108 ) * Mask SDK Key (keep only the last 6 …
Security fixes: * Upgrade vulnerable version of System.Text.Json to patched version (see also https://github.com/dotnet/announcements/issues/329). Af…
Bug fixes: * Check cache expiration in every poll iteration, not just the first one in Auto Polling mode to reduce network traffic when the SDK uses …
New features: * Provide a new, more convenient way (`ConfigCatClientOptions.LogFilter`) for consumers to specify custom log event filter logic. (#95)…
New features and improvements: * Add methods ("snapshot API") which make it possible to synchronously evaluate feature flags/settings without block w…