Skip to content

Releases: Eppo-exp/js-client-sdk-common

v4.0.1

18 Jul 22:21
b064fbf
Compare
Choose a tag to compare

What's Changed

  • Do not override non-bandit assignments when getBanditAction is called with no actions by @giorgiomartini0 in #115

Full Changelog: v4.0.0...v4.0.1

v4.0.0

11 Jul 16:52
bfd89d1
Compare
Choose a tag to compare

What's Changed

  • feat: Evaluation Details by @greghuels in #97
    • new SDK assignment functions (e.g. getStringAssignmentDetails) allow you to understand how an assignment happened.
  • BREAKING CHANGE: The IEppoClient type has been removed in favor of EppoClient.

Full Changelog: v3.6.0...v4.0.0

v3.6.0

09 Jul 04:02
5daa34b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

03 Jul 19:05
3aef357
Compare
Choose a tag to compare

What's Changed

  • Add support for contextual multi-armed bandits by @aarsilv in #112

We've added bandit capabilities for use by upstream SDKs:

  • The configuration requestor will also fetch and store bandit parameters if any bandits are at play
  • getBanditAction() can be used to request an assigned variation and action tuple from a flag that involves a bandit. If the bandit is the assigned variation, action will have the bandit-selected action (otherwise, it will be null).

Full Changelog: v3.4.0...v3.5.0

v3.4.0

02 Jul 03:19
e223b48
Compare
Choose a tag to compare

What's Changed

  • featu: [Add support for exporting the configuration[ (FF-2437) by @leoromanovsky in https://github.com//pull/90

Full Changelog: v3.3.3...v3.4.0

v3.3.3

21 Jun 00:19
cf76588
Compare
Choose a tag to compare

What's Changed

  • feat: [export api endpoints class] (ff 2310) by @sameerank in #98

Full Changelog: v3.3.2...v3.3.3

v3.3.2

20 Jun 22:37
2215ac8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

18 Jun 15:04
e9f28b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

13 Jun 23:07
6265238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.3.0

v3.2.2

11 Jun 23:09
e306d54
Compare
Choose a tag to compare

What's Changed

  • Include typescript files with npm package for source maps by @aarsilv in #82

Full Changelog: v3.2.1...v3.2.2