Releases: Eppo-exp/node-server-sdk
Releases · Eppo-exp/node-server-sdk
v3.5.0
What's Changed
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #72
- Bump express from 4.19.2 to 4.20.0 by @dependabot in #73
- feat: pollingIntervalMs config param and latest from common by @typotter in #75
Full Changelog: v3.4.0...v3.5.0
v3.4.0
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
v3.2.2
v3.2.1
v3.2.0
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
- @greghuels made their first contribution in #62
Full Changelog: v3.1.1...v3.2.0
v3.1.1
v3.1.0
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
What's Changed
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #55
- Bump express from 4.18.0 to 4.19.2 by @dependabot in #58
- ufc readme update by @vpai in #56
- bump to commons 3.0.2; removes axios by @leoromanovsky in #57
Full Changelog: v3.0.1...v3.0.2