Skip to content

Releases: configcat/js-ssr-sdk

v3.1.0

14 Oct 07:32
Compare
Choose a tag to compare

Update common-js to fix the baseUrl redirect flow

v3.0.0

12 Oct 10:36
Compare
Choose a tag to compare

Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. See the docs.

We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the Dashboard.

Breaking change:

  • Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.

v2.0.2

29 Apr 10:44
Compare
Choose a tag to compare

Turned on declarationMap in tsconfig.json

v2.0.1

14 Apr 14:15
Compare
Choose a tag to compare

Updated the common-js version to v2.5.0 where a new function getKeyAndValue(variationId) was added which returns the key and the value of a setting identified by the given variationId (used for analytical purposes).

v2.0.0

07 Apr 17:55
Compare
Choose a tag to compare

Breaking change: Renamed API Key to SDK Key.

v1.0.2

02 Apr 20:16
Compare
Choose a tag to compare

Fixing a bug in ETag handling.

v1.0.1

02 Apr 20:14
Compare
Choose a tag to compare

First official release.
Forked from ConfigCat JS SDK.
Added axios as an HTTP Client.