Skip to content

Releases: bucketeer-io/android-client-sdk

v2.2.5

17 Jun 03:34
1770304
Compare
Choose a tag to compare

2.2.5 (2025-06-17)

Bug Fixes

  • e2e fail because userAttributesUpdated should be bool (#230) (9dbd3e4)
  • prevent logger leaks when destroying and not working when building the client (#227) (7f80012)
  • wrapperSdkVersion is required when setting wrapperSdkSourceId. (#231) (3109600)

Miscellaneous

  • allow setting the wrapper sdk version & source id for open feature support (#226) (7c02cc0)

Build System

  • deps: update all non-major dependencies (#225) (378a3f6)

v2.2.4

04 Apr 04:16
a1c2f60
Compare
Choose a tag to compare

2.2.4 (2025-04-04)

Build System

  • deps: downgrade kotlin to 2.0.21 for app compatibility (#223) (140e439)

v2.2.3

03 Apr 09:48
b0ce3c0
Compare
Choose a tag to compare

2.2.3 (2025-04-03)

Bug Fixes

  • concurrentModificationException when sending evaluation update events (#219) (2639521)

Build System

  • deps: update all non-major dependencies (#217) (c392c52)

v2.2.2

05 Mar 14:39
1d893e9
Compare
Choose a tag to compare

2.2.2 (2025-03-05)

Build System

  • deps: update all non-major dependencies (#215) (72843af)

v2.2.1

16 Oct 05:23
358902e
Compare
Choose a tag to compare

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)

v2.2.0

09 Sep 03:35
365cb5f
Compare
Choose a tag to compare

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)

v2.1.7

06 Jun 07:11
7076e30
Compare
Choose a tag to compare

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

  • deps: update all non-major dependencies (#161) (8aa2f7c)
  • deps: update all non-major dependencies (#168) (35721d5)
  • deps: update all non-major dependencies (#173) (c6bcd55)
  • deps: update plugin ksp to v2.0.0-1.0.22 (#176) (f06f789)
  • deps: update to kotlin 2.0.0 (#174) (e957644)

v2.1.6

23 Apr 01:29
85c2119
Compare
Choose a tag to compare

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)

v2.1.5

21 Mar 02:28
c8cf81c
Compare
Choose a tag to compare

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)

v2.1.4

06 Mar 07:27
effb37c
Compare
Choose a tag to compare

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

  • deps: update google-github-actions/release-please-action action to v3.7.13 (#117) (1fc8ba4)