Releases: Eppo-exp/android-sdk
Releases · Eppo-exp/android-sdk
v1.0.8
What's Changed
- Ensure assignment date is in ISO8601 format (FF-1933) by @leoromanovsky in #46
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
What's Changed
- Add semver support (FF-1573) by @leoromanovsky in #37
- Add @SerializedName labels to dto to make json->object mapping explicit. (FF-1869) by @leoromanovsky in #39
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- add support for getJSONStringAssignment and getParsedJSONAssignment (FF-918) by @leoromanovsky in #25
- rename project to Eppo SDK by @leoromanovsky in #27
- resolve packagingOptions warning (FF-1100) by @leoromanovsky in #31
- migrate package from AndroidManifest.xml to build.gradle (FF-1099) by @leoromanovsky in #30
- fix gradlew connectedCheck to run locally; update example app to min sdk 33 by @leoromanovsky in #29
- add graceful mode to suppress exceptions (FF-954) by @leoromanovsky in #26
- Include additional error information in emulator log by @aarsilv in #34
- Switch mock RAC server endpoint by @aarsilv in #35
- bump to 1.0.2 by @leoromanovsky in #36
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- SDK module setup by @petzel in #1
- Config parsing and core assignment logic by @petzel in #2
- Unit tests for assignment verification by @petzel in #3
- Assignment logging by @petzel in #4
- Task for publishing to maven central by @petzel in #5
- Use double instead of long when evaluating targeting rules by @petzel in #6
- Include sdk name and version in query params for configuration network request by @petzel in #7
- Fix crashes in rule evaluation on Android version pre 24 by @petzel in #9
- Catch
JsonSyntaxException
errors when loading config from network by @petzel in #8 - Cache configuration locally to disk and SharedPreferences for early accessed flags by @petzel in #10
- Run
EppoClient
tests on device/emulator by @petzel in #11 - Bugfix: Properly serialize non-primitive
EppoValue
instances by @petzel in #12 - upgrade androidx.security package to pick up bug fixes by @petzel in #13
- Use plaintext cache file if encryption is not available by @petzel in #14
- Upgrade to v3 endpoint by @petzel in #15
- Update
androidx.security:security-crypto
to1.1.0-alpha06
by @petzel in #17 - Replace encryption with one way hashed flag/experiment keys by @petzel in #18
- Example application to demonstrate usage by @petzel in #19
- Added dynamic type and test cases by @agamkrbit in #20
- Added allocation id in the assignment logging data by @agamkrbit in #21
- Aadded workflow for publishing SDK by @agamkrbit in #23
- update to version 1.0.1 by @leoromanovsky in #24
New Contributors
- @petzel made their first contribution in #1
- @agamkrbit made their first contribution in #20
- @leoromanovsky made their first contribution in #24
Full Changelog: https://github.com/Eppo-exp/android-sdk/commits/v1.0.1