Skip to content

Releases: configcat/js-sdk

v5.7.3

22 Apr 15:03
Compare
Choose a tag to compare

🐛 Fixed

  • With autopoll initial tryReadFromCache takes 5 seconds #43

🚀 Added

  • Local Flag Overrides

v5.7.2

07 Feb 22:16
Compare
Choose a tag to compare

🐛 Bug fix

  • Fixing CONTAINS and NOT CONTAINS operator issues (#51)

🚀 Features

  • Introduce new log level into IConfigCatLogger interface: Debug

🛡 Security

  • update dependencies (follow-redirects , engine.io , ansi-regex, log4js)

v5.7.1

13 Dec 12:44
Compare
Choose a tag to compare

Optional custom property fix.

v5.7.0

07 Dec 09:54
Compare
Choose a tag to compare
  • .dispose() fix: #36
  • Lazy loading concurrency fix
  • Auto polling initialization fix

v5.6.0

30 Sep 12:37
Compare
Choose a tag to compare

Support async cache implementations too.

v5.5.2

08 Sep 09:59
Compare
Choose a tag to compare

Updating dependencies.

v5.5.0

25 Jun 11:52
Compare
Choose a tag to compare

Updating dependencies including configcat-common.

v5.4.3

15 Mar 17:15
Compare
Choose a tag to compare

🛡 Security updates

  • Update dependecies
  • Remove IConfigFetcher type re-export (PR #31)

v5.4.2

11 Mar 23:03
Compare
Choose a tag to compare
  • Remove accidentally included GitHub action file from release package.

v5.4.1

11 Mar 21:37
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.