Skip to content

v2.1.0

Compare
Choose a tag to compare
@bucketeer-bot bucketeer-bot released this 08 Sep 07:49
053f831

2.1.0 (2023-09-08)

The feature tag in the BKTConfig is now optional from this release. When the tag is empty, it will evaluate all the feature flags in the environment. No action is required when upgrading it.

Note: We recommend using the tag to filter and evaluate only the evaluations you want to evaluate. It will reduce the response time and traffic from the server and use less storage in the client.

Also, from this version, the server will only send flags that have been changed instead of returning all flags when a flag changes. With this, the response time will be faster, drastically reducing the server's load.

Features

  • support for background mode iOS 13+ (#28) (0161cdf)
  • change the API response format to improve the response time (#19) (196c2c9)

Bug Fixes

  • crash when flushing and destroy the client (#40) (a2628f9)
  • evaluation scheduler not being reset when the request succeeds (#37) (8df5ae3)
  • network error being reported as internal sdk error (#39) (01d6119)

Miscellaneous