Releases: Eppo-exp/js-client-sdk
Releases · Eppo-exp/js-client-sdk
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
v3.0.2
What's Changed
- bump to commons 3.0.6; add LocalStorageBackedAsyncStore (FF-1980) by @leoromanovsky in #62
- Add support for skipInitialPoll parameter (FF-2084) by @leoromanovsky in #64
- Provide a customer persistence store (FF-2085) by @leoromanovsky in #65
- v3.0.2-rc.0 by @leoromanovsky in #67
- Revert client instantiate inside of
init
method. Create with empty … by @leoromanovsky in #68 - Add support for chrome.storage backed configuration store. by @leoromanovsky in #63
- initialize the configuration store by @leoromanovsky in #69
- Support cooldown in chrome-backed configuration store (FF-2048) by @leoromanovsky in #66
- Release 3.0.2 by @leoromanovsky in #72
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #56
- update readme by @vpai in #58
- bump to commons 3.0.2; remove axios by @leoromanovsky in #60
- Update package.json to 3.0.1 by @leoromanovsky in #61
Full Changelog: v3.0.0...v3.0.1