Skip to content

Releases: configcat/node-sdk

v6.5.1

11 Mar 21:46
Compare
Choose a tag to compare

🐛 Fixed

  • Fixed a wrong behaviour that resulted in unintended calls on the AutoPoll's onConfigChanged callback even when the HTTP fetch failed.

v6.5.0

08 Dec 20:54
Compare
Choose a tag to compare

v6.5.0

🚀 Features

  • Introduce new function getAllValues - returns all values of a feature flag or setting

v6.4.1

06 Nov 11:36
Compare
Choose a tag to compare

v6.4.1

🐛 Bug Fixes

  • FIX: Cache optimization

v6.4.0

26 Oct 23:04
Compare
Choose a tag to compare

v6.4.0

🚀 Features

  • Implement custom cache injection ability

v6.3.1

20 Oct 19:49
Compare
Choose a tag to compare

v6.3.1

🐛 Bug Fixes

  • FIX: Type error when ProjectConfig changed

v6.3.0

15 Oct 21:38
Compare
Choose a tag to compare

v6.3.0

🚀 Features

  • Introduce new config parameter - maxInitWaitTimeSeconds - Maximum waiting time between the client initialization and the first config acquisition in seconds.

v6.2.0

14 Oct 10:11
Compare
Choose a tag to compare

Exporting DataGovernance const

v6.1.0

14 Oct 07:29
Compare
Choose a tag to compare

Update common-js to fix the baseUrl redirect flow

v6.0.0

12 Oct 10:07
4cdb164
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.

v5.0.2

29 Apr 10:35
Compare
Choose a tag to compare

Add option to generate declaration map