Skip to content

Releases: Eppo-exp/js-client-sdk

v3.2.1

24 Jun 18:55
86e205c
Compare
Choose a tag to compare

What's Changed

  • Have package.json point to correct type file by @aarsilv in #89

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

v3.2.0

21 Jun 22:03
c8f84db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.2.0

v3.1.5

21 Jun 18:20
d52c661
Compare
Choose a tag to compare

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

19 Jun 05:08
dafa8dc
Compare
Choose a tag to compare

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

19 Jun 04:36
447cb61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

11 Jun 23:36
5b8af87
Compare
Choose a tag to compare

What's Changed

  • Generate separate (vs. inline) source map files by @aarsilv in #78

Full Changelog: v3.1.1...v3.1.2

v3.1.1

07 Jun 15:32
025f80d
Compare
Choose a tag to compare

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 configuration
    • expired- immediately start using the new configuration only if the current one has expired
    • empty - 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

05 Jun 18:14
61475b0
Compare
Choose a tag to compare

What's Changed

  • chore: Bump js-client-sdk-common dep to pick up new getBooleanAssignment API by @felipecsl in #77

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

20 May 23:35
2838ffb
Compare
Choose a tag to compare

What's Changed

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

v3.0.1

03 May 18:43
6d612c9
Compare
Choose a tag to compare

What's Changed

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