Skip to content

Releases: configcat/android-sdk

v7.2.0

06 Sep 20:43
b2cb43e
Compare
Choose a tag to compare
  • Make SettingType enum public and use it in Setting as the type of the type field.

v7.1.0

08 Aug 10:23
Compare
Choose a tag to compare

Added

  • Contents of #18 (Consumer ProGuard rules, android manifest)

Fixed

v7.0.3

23 Jun 15:54
Compare
Choose a tag to compare
  • Bump okhttp version due to security report

v7.0.2

23 Jun 15:19
Compare
Choose a tag to compare
  • Bump okhttp version due to security report

v7.0.1

23 Jun 15:03
7e6b03c
Compare
Choose a tag to compare
  • Use a const version string for X-ConfigCat-UserAgent

v7.0.0

28 Feb 21:15
Compare
Choose a tag to compare

Fixed

  • During an ongoing fetch, all additional fetch requests will subscribe to the ongoing fetch's CompletableFuture.
  • JSON deserialization happens only when the actual JSON differs from the cached one in memory.
  • The evaluation logs are staying on info level but they are now combined into a single log entry.

Added

  • A new logLevel() configuration option was added, to let the user change the SDK's verbosity.
  • A getAllValues() function was added that evaluates all flags & settings in a Map<String, Object>.
  • New flagOverrides() builder option to support the reading of flags & settings from a Map<String, Object>.

Breaking Changes

  • Fixed the names of the Polling modes: e.g: PollingModes.AutoPoll() -> PollingModes.autoPoll().
  • maxWaitTimeForSyncCallsInSeconds was replaced with maxInitWaitTimeInSeconds in case of auto poll to give a maximum amount of wait time for the first config JSON fetch. When it's reached without a result, the latest cached value will be returned.

v6.0.4

11 Jan 11:21
Compare
Choose a tag to compare
  • Moved every dependency to consumer classpath.

v6.0.3

10 Jan 15:51
Compare
Choose a tag to compare

Fixed

  • Added okhttp to consumer classpath. It was not accessible for consumers to override the internal HTTP client.

v6.0.2

06 Jan 13:51
Compare
Choose a tag to compare
  • Bump okhttp version to 3.12.13 due to security report.
  • Bump gson version to 2.8.9 due to security report.

v6.0.1

14 Jan 20:43
Compare
Choose a tag to compare
  • Fixed: The HTTP response body is now properly closed after each request.