Skip to content

Releases: WURFL/wurfl-microservice-client-nodejs

wurfl-microservice-client-nodejs v3.2.2

19 Sep 08:40
304fbd5

Choose a tag to compare

  • 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

14 Mar 14:21
5ccab64

Choose a tag to compare

  • Axios dependency upgraded to 0.29.0 to address Axios Cross-Site Request Forgery Vulnerability

wurfl-microservice-client-nodejs v3.1.0

29 Oct 13:05
cc6cffb

Choose a tag to compare

  • Deprecated method setRequestedCapabilities()

wurfl-microservice-client-nodejs v3.0.0

24 Mar 17:46
d4c5756

Choose a tag to compare

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

27 Oct 14:34

Choose a tag to compare

  • added cache usage test
  • modified example app

wurfl-microservice-client-nodejs v2.0.2

09 Nov 16:14
712341c

Choose a tag to compare

  • Updated version number in:
    • package.js
    • getApiVersion

wurfl-microservice-client-nodejs v2.0.1

08 Nov 14:43
4b5b295

Choose a tag to compare

  • this release updates some dependencies used by wmclient:
    • unirest
    • mocha