Skip to content

Releases: configcat/node-sdk

v6.0.0

12 Oct 10:07
4cdb164

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.

v5.0.2

29 Apr 10:35

Choose a tag to compare

Add option to generate declaration map

v5.0.1

13 Apr 19:49

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).

v5.0.0

07 Apr 18:02

Choose a tag to compare

Breaking change: Renamed API Key to SDK Key.

v4.1.2

01 Apr 22:29

Choose a tag to compare

Fixing wrong user agent name.
Minor patches around eTag handling.

v4.1.1

30 Mar 10:05

Choose a tag to compare

Use the latest 'common' dependency from where the reference to 'util' was removed

v4.1.0

27 Feb 13:30

Choose a tag to compare

Get VariationId from config.json instead of generating it.

v4.0.0

26 Feb 22:38

Choose a tag to compare

Adding support for sensitive text comparators.(Stable)

v3.1.2

20 Feb 09:54

Choose a tag to compare

Minor fixes.

v3.1.1

20 Feb 09:53

Choose a tag to compare

Adding support for sensitive text comparators.(Beta)