Skip to content

Releases: Eppo-exp/js-client-sdk

v1.7.2

25 Mar 22:01
61eb528
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v.1.7.1

09 Mar 01:07
a283980
Compare
Choose a tag to compare

What's Changed

  • Bump @eppo/js-client-sdk-common to 2.2.1 by @schmit in #51

Full Changelog: v1.7.0...v1.7.1

v1.7.0

07 Feb 04:09
801fbdf
Compare
Choose a tag to compare

What's Changed

  • bump to commons 2.2.0 for semver support; release as 1.7.0 by @leoromanovsky in #50

Full Changelog: v1.6.1...v1.7.0

v1.6.1

05 Feb 16:26
035bbe9
Compare
Choose a tag to compare

What's Changed

  • Default uninitialized EppoClient instance by @aarsilv in #48

Full Changelog: v1.6.0...v1.6.1

v1.6.1-alpha.1

05 Feb 17:38
Compare
Choose a tag to compare
v1.6.1-alpha.1 Pre-release
Pre-release

What's Changed

  • Default uninitialized EppoClient instance by @aarsilv in #48

Full Changelog: v1.6.1-alpha.0...v1.6.1-alpha.1

v1.6.1-alpha.0

01 Feb 23:56
Compare
Choose a tag to compare
v1.6.1-alpha.0 Pre-release
Pre-release

Full Changelog: v1.6.0...v1.6.1-alpha.0

v1.6.0

22 Jan 20:25
f742feb
Compare
Choose a tag to compare

More robust and configurable polling for experiment configuration requests. Initial requests can be retried and subsequent polling for updates can also be kicked off.

New configuration options:

  • numInitialRequestRetries - Number of additional times the initial configuration request will be attempted if it fails. This is the request typically synchronously waited (via await) for completion. A small wait will be done between requests. (Default: 1)
  • pollAfterSuccessfulInitialization Poll for new configurations (every 30 seconds) after successfully requesting the initial configuration. - (Default: false)
  • pollAfterFailedInitialization - Poll for new configurations even if the initial configuration request failed. (Default: false)
  • throwOnFailedInitialization - Throw an error if unable to fetch an initial configuration during initialization. - (Default: true)
  • numPollRequestRetries - Number of additional times polling for updated configurations will be attempted before giving up. Polling is done after a successful initial request. Subsequent attempts are done using an exponential backoff. (Default: 7)

v1.5.0

22 Dec 06:06
e27e49a
Compare
Choose a tag to compare

What's Changed

  • EPD-1930 upgrade @eppo/js-client-sdk-common and axios versions by @pavelflux in #44
  • Adds LocalStorageAssignmentCache with persistent implementation between sessions to lower assignment logging; enabled by default (FF-839) by @leoromanovsky in #43

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

28 Nov 22:28
f679c17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

19 Oct 23:39
845e67e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0