Releases: configcat/js-sdk
Releases · configcat/js-sdk
v5.7.3
🐛 Fixed
- With autopoll initial tryReadFromCache takes 5 seconds #43
🚀 Added
v5.7.2
🐛 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
Optional custom property fix.
v5.7.0
- .dispose() fix: #36
- Lazy loading concurrency fix
- Auto polling initialization fix
v5.6.0
Support async cache implementations too.
v5.5.0
Updating dependencies including configcat-common.
v5.4.3
🛡 Security updates
- Update dependecies
- Remove IConfigFetcher type re-export (PR #31)
v5.4.2
- Remove accidentally included GitHub action file from release package.
v5.4.1
🐛 Fixed
- Fixed a wrong behaviour that resulted in unintended calls on the AutoPoll's
onConfigChanged
callback even when the HTTP fetch failed.