Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 15:17
3ff3d3d

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)