ConfigCat SDK for Elixir. 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
Security update: certifi 2.14.0 => 2.15.0 hackney 1.23.0 => 1.25.0 httpoison 2.2.2 => 2.2.3 mimerl 1.3.0 => 1.4.0 unicode_util_compat 0…
Security update: certifi 2.12.0 => 2.14.0 hackney 1.20.1 => 1.23.0 httpoison 2.2.1 => 2.2.2
Support Httpoision 2
ConfigFetcher accepts ETag in a case-insensitive manner to handle http/2 lowercase header keys.
### New features and improvements: - Add support for the new Config JSON v6 format: update the config model and implement new features in setting eva…
### Breaking Changes - Timeouts: `connect_timeout` and `read_timeout` options renamed to `connect_timeout_milliseconds` and `read_timeout_millisecond…
Fix: - The evaluation logs were moved back from info level to debug level.
- `connect_timeout` and `read_timeout` options were added to be able to configure HTTP timeout parameters. - A `get_all_values()` function was added …