2.2.1 (2024/10/16)
Bug Fixes
- skip generating events for unauthorized or forbidden errors (#201) (283283c)
Miscellaneous
- capture all potential errors when fetching evaluations (#200) (c23cbcf)
Build System
- deps: update all non-major dependencies (#191) (c846b1e)
- deps: update all non-major dependencies (#193) (f2a74c1)
- deps: update all non-major dependencies (#197) (c2890bc)
2.2.0 (2024/09/09)
Features
- get variation details by variation type (#180) (890cad7)
Build System
- deps: update all non-major dependencies (#181) (bf23632)
- deps: update all non-major dependencies (#183) (01c08dc)
- deps: update dependency org.json:json to v20240303 (#190) (3d5fb01)
2.1.7 (2024/06/06)
Bug Fixes
- concurrentModificationException while initializing (#179) (610bef0)
Miscellaneous
- sample: enable switching user and tag during runtime. (#172) (a61ef0a)
Build System
2.1.6 (2024/04/23)
Miscellaneous
- add the source ID to the register events API (#165) (c6df4d6)
Bug Fixes
- metric event reporting source ID as UNKNOWN (#164) (9d6dc38)
2.1.5 (2024/03/21)
Build System
- deps: update all non-major dependencies (#135) (1aa5ce8)
- deps: update plugin publish to v0.28.0 (#120) (31bb8ae)
Miscellaneous
Bug Fixes
- missing R8 / ProGuard file (#141) (f3db4db)
- potential memory leak when destroying the SDK client (#142) (5270ed8)
2.1.4 (2024/03/06)
Miscellaneous
- lose the main thread dependency in the initialize and destroy implementation (#129) (748736b)
Bug Fixes
- npe while initializing the sdk using sqlite-framework 2.3.0 (#130) (00a159c)
Build System