Releases: bucketeer-io/javascript-client-sdk
Releases · bucketeer-io/javascript-client-sdk
v2.2.2
v2.2.1
2.2.1 (2024-11-18)
Build System
v2.1.4
v2.1.3
v2.1.2
2.1.2 (2024-04-02)
Build System
- deps: lock file maintenance (#109) (d317be2)
- deps: update all non-major dependencies (#110) (9ca51ef)
- deps: update all non-major dependencies (#128) (30230c3)
- deps: update all non-major dependencies (#132) (8e0b5f8)
- deps: update dependency webdriverio to v8.32.0 (#111) (62f3798)
- deps: update happy-dom and vite (#123) (e2dcf64)
Bug Fixes
v2.1.1
v2.1.0
2.1.0 (2023-07-24)
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 keeping using the tag
to filter and evaluate only the evaluations you want to evaluate. It will reduce the response time from the server, and it will 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
Performance Improvements
Miscellaneous
- add the current timeout setting in the TimeoutErrorMetricsEvent (#94) (703006a)
- add variation name property to BKTEvaluation (#84) (fed70a1)
- change not to save the same metrics events (#88) (484f02e)
- remove unused
internal
BKTStorage (#90) (6d600dd)
Build System
- deps: lock file maintenance (#73) (910381e)
- deps: lock file maintenance (#86) (0bf4bf8)
- deps: lock file maintenance (#89) (ceb7c16)
- deps: update all non-major dependencies (#76) (2a2cb40)
- deps: update all non-major dependencies (#85) (643d1f5)
- deps: update all non-major dependencies (#97) (31b490b)
- deps: update dependency vite to v4.3.9 [security] (#78) (5b00060)
- deps: update vitest (#75) (4cd5f3d)
- deps: lock file maintenance (#83) (fe50f9f)
- deps: pin dependency @vitest/utils to v0.31.0 (#74) (816e93c)
- deps: update dependency cross-fetch to v4 (#95) (335921a)
- deps: update dependency prettier to v3 (#96) (92a3a7f)
v2.0.2
2.0.2 (2023-05-22)
This version brings the BREAKING CHANGES.
- Improved SDK size from 488KB to 117KB
- 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
See the documentation for the 2.0.0 version.