Skip to content

Releases: Eppo-exp/js-sdk-common

v4.1.0

29 Aug 18:52
d7945ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.1.0

v4.0.2

16 Aug 20:15
90dabbc
Compare
Choose a tag to compare

What's Changed

  • fix: local-install.sh script only removes dep if it already exists by @greghuels in #116
  • fix: incorrect evaluation details code returned for TYPE_MISMATCH by @greghuels in #117
  • fix: preserve allocation evaluation details for ASSIGNMENT_ERROR by @greghuels in #118
  • Tie break top-scoring bandit actions by action name by @aarsilv in #119

Full Changelog: v4.0.1...v4.0.2

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