v2.0.0
2.0.0 (2022-10-04)
This version brings the BREAKING CHANGES.
- Removed the gRPC dependency
- Improved SDK metrics
- Changed SDK initialization process
- Changed the get variation interfaces (
booleanVariation
,stringVariation
, etc.) - Added
flush
interface to manually send events in the DB to the server if needed - Added
addEvaluationUpdateListener
interface so the user can listen when the evaluations change in the DB - Added background polling (The SDK will continue polling the latest data from the server even if in the background)
- Now the SDK flushes events when the app enters the background
See the documentation for the 2.0.0 version.
Features
Bug Fixes
Miscellaneous
- change renovate to check for update monthly (#22) (dcd5a8e)
- deps: add renovate.json (#4) (9a92fba)
- deps: update actions/setup-java action to v3.5.1 (#15) (83ca4d5)
- deps: update agp to v7.3.0 (#19) (e3085ca)
- deps: update dependency gradle to v7.5.1 (#20) (70a92cf)
- deps: update kotlin to v1.7.20 (#16) (5226188)
- deps: update plugin ksp to v1.7.20-1.0.6 (#18) (a4eb543)
- remove unused dependencies (#9) (3dc4361)
- rename endpoint config to apiEndpoint (#14) (0bf267a)
- rename to setUserAttributes interface to updateUserAttributes (#13) (b6c05e4)
- update POM urls (#24) (06fd0d9)