Releases: WURFL/wurfl-microservice-client-nodejs
Releases · WURFL/wurfl-microservice-client-nodejs
wurfl-microservice-client-nodejs v3.2.2
- Axios dependency upgraded to 1.12.2 to address Axios vulnerability to DoS attack through lack of data size check
wurfl-microservice-client-nodejs v3.2.0
- Axios dependency upgraded to 0.29.0 to address Axios Cross-Site Request Forgery Vulnerability
wurfl-microservice-client-nodejs v3.1.0
- Deprecated method setRequestedCapabilities()
wurfl-microservice-client-nodejs v3.0.0
This version rewrites the WM client for node.js from the ground up.
- callback usage has been removed
- async/await approach is used internally
- new client can be used with either async/await and Promises (see README)
This version is NOT compatible with older versions. Applications using version 2.1.0 or older will have to do some refactoring to use the new 3.0.0 client.
wurfl-microservice-client-nodejs v2.1.0
- added cache usage test
- modified example app
wurfl-microservice-client-nodejs v2.0.2
- Updated version number in:
- package.js
- getApiVersion
wurfl-microservice-client-nodejs v2.0.1
- this release updates some dependencies used by wmclient:
- unirest
- mocha