Skip to content

Releases: spotify/confidence-sdk-android

v0.6.2

14 Oct 15:28
46812db

Choose a tag to compare

0.6.2 (2025-10-14)

🐛 Bug Fixes

  • apply read write lock for file disk storage (#225) (0f131d9)

v0.6.1

01 Oct 14:23
70e5f18

Choose a tag to compare

0.6.1 (2025-10-01)

🐛 Bug Fixes

  • add missing release version location (#222) (297f5c6)
  • correct format on resolve tester base64 encoded json (#223) (bfab5e0)

v0.6.0

19 Sep 09:40
42bfe0d

Choose a tag to compare

0.6.0 (2025-09-19)

⚠ BREAKING CHANGES

  • deps: The SDK now requires AGP 8.x and a compatible Gradle version to be built. Consumers will need to update their project's build environment accordingly.
  • no more buildconfig (#219)

🐛 Bug Fixes

✨ New Features

  • update to openFeature 0.6 (1a10f54)

🧹 Chore

📚 Documentation

🛠️ Build

  • deps: upgrade Android Gradle Plugin to 8.9.3 (#220) (537ede6)

v0.5.3

03 Sep 16:20
12fc19f

Choose a tag to compare

0.5.3 (2025-09-03)

🐛 Bug Fixes

✨ New Features

  • configurable visitor id key (#215) (d084685)
  • removeContext(multiple) - remove multiple context keys in one change (#214) (4f50836)
  • removeContext(multiple) - remove multiple keys in one change (4f50836)

v0.5.2

05 Aug 08:38
493e097

Choose a tag to compare

0.5.2 (2025-08-05)

🧹 Chore

📚 Documentation

v0.5.1

28 Apr 07:51
d0d41b4

Choose a tag to compare

0.5.1 (2025-04-28)

🐛 Bug Fixes

  • change how we log resolve tester hints (#203) (6cdbc41)

🧹 Chore

v0.5.0

17 Mar 09:53
7918e95

Choose a tag to compare

0.5.0 (2025-03-17)

⚠ BREAKING CHANGES

  • Provider: update to OF SDK 0.4.1 (#197)

🐛 Bug Fixes

  • skip extra resolve when initialising ConfidenceProvider (#199) (b074b8b)

✨ New Features

v0.4.0

18 Feb 11:12
9776a84

Choose a tag to compare

0.4.0 (2025-02-18)

⚠ BREAKING CHANGES

  • refactor context provider (#191)

🐛 Bug Fixes

  • add additional logging to detect network issues (#193) (780feb1)
  • align debug resolve log wording on all platforms (a2b10f1)
  • Align debug resolve log wording on all platforms (#188) (a2b10f1)
  • close leaking okhttp response body (#196) (5a14feb)

✨ New Features

  • add shouldApply to the apply call to depend on backend (#192) (70598bd)
  • Provider: Add support for Tracking from OpenFeature (#190) (97c763c)
  • refactor context provider (#191) (37c243e)

🧹 Chore

v0.3.6

29 Nov 15:23
49ae096

Choose a tag to compare

0.3.6 (2024-11-29)

🐛 Bug Fixes

  • await reconciliation bug (#187) (a352533)
  • cancellation of requests work correctly (#186) (95377ad)
  • Fix the bug regarding accessing flags using with context (#172) (39625e6)
  • guard possible changes in serialization (#182) (64c77ac)
  • update how debug logging works (#174) (bd79fad)

✨ New Features

  • add binary-compatibility-validator plugin (111e8bd)
  • add timeout to the http client (#181) (eab3985)
  • Resolve Debug to redirect to UI tool on web (#183) (ae05eef)

🧹 Chore

📚 Documentation

v0.3.5

25 Jun 11:53
81f68fb

Choose a tag to compare

0.3.5 (2024-06-25)

✨ New Features

🔄 Refactoring