Skip to content

Releases: configcat/node-sdk

v6.8.0

22 Apr 15:43
6bf5657

Choose a tag to compare

🐛 Fixed

  • With autopoll initial tryReadFromCache takes 5 seconds #43

🚀 Added

  • Local Flag Overrides

Breaking change

The IConfigCatLogger interface has been improved with a debug() method that has to be implemented in any custom logger derived from that interface.

v6.7.1

13 Dec 12:34

Choose a tag to compare

Optional custom property fix

v6.7.0

07 Dec 10:12

Choose a tag to compare

.dispose() fix: #36
Lazy loading concurrency fix
Auto polling initialization fix

v6.6.0

30 Sep 13:00

Choose a tag to compare

Support async cache implementations too.

v6.5.9

08 Sep 09:54

Choose a tag to compare

Updating dependencies.

v6.5.8

09 Aug 19:53

Choose a tag to compare

🐛 Fixed

  • Downgrade got dependency to 9.6.0 to fix proxy usage issue

v6.5.7

06 Aug 09:08

Choose a tag to compare

🐛 Fixed

  • Fixing empty HTTP header value set logic

🚀 Update

  • Update got dependency to latest version

v6.5.6

13 Jul 21:54

Choose a tag to compare

🐛 Fixed

  • Call createClientWithAutoPoll directly from createClient to avoid undefined this in strict mode with destructured require (#31)

v6.5.5

25 Jun 12:09

Choose a tag to compare

Updating configcat-common to latest.

v6.5.4

18 Jun 21:55

Choose a tag to compare

🛡 Security patch

  • Bump glob-parent from 5.1.1 to 5.1.2
  • Bump normalize-url from 4.5.0 to 4.5.1

🚀 Improvement

  • Merged #24 - Better handling of failed config requests