Skip to content

Releases: bucketeer-io/ios-client-sdk

v2.0.0

31 May 13:08
545f679
Compare
Choose a tag to compare

2.0.0 (2023-05-31)

This version brings the BREAKING CHANGES.

  • Removed the gRPC dependency
  • Improved SDK metrics
  • Changed SDK initialization process
  • Changed the get variation interfaces (boolVariation, 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

  • add initial implementation (5d85c6f)