Releases: Eppo-exp/js-client-sdk
Releases · Eppo-exp/js-client-sdk
v3.4.0
What's Changed
- Update for updated common SDK by @aarsilv in #92
- feat: Evaluation Details by @greghuels in #90
- new SDK assignment functions (e.g. getStringAssignmentDetails) allow you to understand how an assignment happened.
Full Changelog: v3.2.2...v3.4.0
v3.2.2
What's Changed
- bug: [replace all console messages with applicationLogger] (FF-2552) by @leoromanovsky in #91
Full Changelog: v3.2.1...v3.2.2
v3.2.1
v3.2.0
What's Changed
- remove doc generation by @leoromanovsky in #86
- feat: [add syncInit method] (FF-2431) by @leoromanovsky in #81
Full Changelog: v3.1.5...v3.2.0
v3.1.5
What's Changed
- feat: [import apiendpoints and expose url builder] (ff-2310) by @sameerank in #85
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
- Instantiate assignment cache from factory method (FF-2113) by @leoromanovsky in #83
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- feat: Add new hybrid assignment cache implementation by @felipecsl in #80
- Bump to 3.1.3 by @leoromanovsky in #82
Full Changelog: v3.1.2...v3.1.3
v3.1.2
v3.1.1
What's Changed
We've added new configuration options for fine control over behavior of the cache:
maxCacheAgeSeconds
- Maximum age, in seconds, that previously cached values are considered valid until new values will be fetched (default:0
)useExpiredCache
- Whether initialization will be considered successfully complete if expired cache values are loaded. If false, initialization will always wait for a fetch if cached values are expired. (default:false
)updateOnFetch
- Sets how the configuration is updated after a successful fetch (default:always
)always
- immediately start using the new configurationexpired
- immediately start using the new configuration only if the current one has expiredempty
- only use the new configuration if the current one is both expired and uninitialized/empty
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- chore: Bump js-client-sdk-common dep to pick up new
getBooleanAssignment
API by @felipecsl in #77
New Contributors
- @felipecsl made their first contribution in #77
Full Changelog: v3.0.2...v3.1.0