Releases: Eppo-exp/js-sdk-common
Releases · Eppo-exp/js-sdk-common
v4.1.0
v4.0.2
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
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
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.
- new SDK assignment functions (e.g.
- BREAKING CHANGE: The
IEppoClient
type has been removed in favor ofEppoClient
.
Full Changelog: v3.6.0...v4.0.0
v3.6.0
What's Changed
- local-install.sh script for development purposes by @greghuels in #111
- export bandit types by @aarsilv in #114
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
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 assignedvariation
andaction
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 benull
).
Full Changelog: v3.4.0...v3.5.0
v3.4.0
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
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
What's Changed
- Bump ws from 8.16.0 to 8.17.1 by @dependabot in #92
- feat: [export ObfuscatedFlag] (FF-2456) by @leoromanovsky in #94
- feat: [allow SDK to switch between obfuscation modes] (FF-2455) by @leoromanovsky in #93
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- feat: Read entries out of
AbstractAssignmentCache
by @felipecsl in #89 - chore: Bump version to v3.3.1 by @felipecsl in #91
Full Changelog: v3.3.0...v3.3.1