Releases: Unleash/unleash-android
Releases · Unleash/unleash-android
v1.2.1
v1.2.0
This bugfix #93 changes the default behavior of enabled inside variants. It's an edge case, so we decided to release it as a minor release.
What's Changed
- test: validate we'll get the ready event after polling once by @gastonfournier in #90
- docs: specify frontend API for bootstrapping by @gastonfournier in #91
- docs: use defaults for polling and metrics intervals by @gastonfournier in #92
- fix: variant enabled should be false by default by @gastonfournier in #93
- fix(deps): update dependency org.mockito:mockito-core to v5.14.1 by @renovate in #83
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.0.1
feat: with polling disabled be able to fetch on demand (#75) * feat: with polling disabled be able to fetch at least once * chore: make sure we poll only once and not twice while reacting to context set
v1.0.0-rc.2
chore: migrate to moshi to reduce bundle size (#71) * chore: migrate to moshi to reduce bundle size * Use proguard for moshi
v1.0.0-rc.1
docs: migration guide (#70) * docs: migration guide --------- Co-authored-by: Thomas Heartman <[email protected]>
v1.0.0
chore: pre release validation (#72) * Remove some versions and change proguard * Add moshi to proguard * chore: add minified variant of the sample app with release mode and local signing for debug * Upgrade compiler extension version * Downgrade kotlin
v0.1.2-beta.6
chore: build only the sdk when possible (#62) * chore: build only the sdk when possible * Fetch other branches and commits
v0.1.2-beta.5
chore: remove extra dependencies
v0.1.2-beta.4
fix: sources already exist when packing (#56) * fix: sources already exist when packing