Releases: Unleash/unleash-android
Releases · Unleash/unleash-android
v2.0.1
v2.0.0
This is a major release because of re-licensing the SDK from Apache 2.0 to MIT, but there's no breaking change in the code.
v1.3.1
v1.3.1
v1.3.0
v1.3.0
v1.2.2
What's Changed
- fix: when skipping a call due to throttle count one more skipped by @gastonfournier in #100
- chore: when releasing from main via GHA by @gastonfournier in #102
Full Changelog: v1.2.1...v1.2.2
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