Skip to content

Releases: Eppo-exp/node-server-sdk

v3.5.0

07 Nov 04:21
1900fb8
Compare
Choose a tag to compare

What's Changed

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

v3.4.0

01 Oct 16:45
b96c13d
Compare
Choose a tag to compare

What's Changed

  • feat: getExperimentContainerEntry helper function for CMS app integration by @greghuels in #71

Full Changelog: v3.3.0...v3.4.0

v3.3.0

29 Aug 20:06
d8fb5ad
Compare
Choose a tag to compare

What's Changed

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

v3.2.2

19 Aug 18:27
9bd8b6b
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.2.1

19 Jul 00:35
452239c
Compare
Choose a tag to compare

What's Changed

  • Bump common SDK version for updated handling of no-action bandits by @aarsilv in #67

Full Changelog: v3.2.0...v3.2.1

v3.2.0

11 Jul 18:30
91e6a46
Compare
Choose a tag to compare

What's Changed

  • add support for configuration export by @leoromanovsky in #63
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #66
  • feat: Evaluation Details by @greghuels in #62
    • new SDK assignment functions (e.g. getStringAssignmentDetails) allow you to understand how an assignment happened.

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

09 Jul 05:06
7801cc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

08 Jul 18:07
c397ca4
Compare
Choose a tag to compare

What's Changed

  • Use commons 3.0.6; MemoryOnlyConfigurationStore without LRU by @leoromanovsky in #59
  • Add support for contextual bandits by @aarsilv in #64

Contextual Bandits are now supported via the use of an updated underlying common JavaScript SDK (see release):

  • 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.0.2...v3.1.0

v3.0.2

06 May 02:21
c123eed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

25 Apr 22:39
c5c65e5
Compare
Choose a tag to compare

What's Changed

  • [UFC] Clear config store before loading new config by @schmit in #54

Full Changelog: v3.0.0...v3.0.1