Releases: Unleash/unleash-android-proxy-sdk
Releases · Unleash/unleash-android-proxy-sdk
v1.0.0
Breaking Changes
- Metrics Enabled by Default: The SDK has shifted its default behavior to automatically enable metrics collection. This change might affect users with specific compliance requirements or those who wish to manually control metrics collection due to privacy policies or other concerns. To maintain the previous behavior (metrics disabled by default), users will now need to explicitly call
disableMetrics()
on the configuration builder.
v0.5.9
v0.5.8
v0.5.7
Provide custom OkHttpClient for MetricsReporter (#65) * Provide custom OkHttpClient for MetricsReporter * Updated tests