Skip to content

Releases: Vonage/vonage-node-sdk

v2.4.2

09 Sep 08:44
Compare
Choose a tag to compare

Adeed Support for Message Signing

  • Added message signing for for sending SMS
  • Added Nexmo.generateSignature to verify signed messages

v2.4.0

27 Sep 16:14
Compare
Choose a tag to compare

Added support for the Secret Management API https://developer.nexmo.com/api/account/secret-management

v2.3.2

19 Jun 10:54
Compare
Choose a tag to compare
  • fix response.on('close') callback being triggered without an error

v2.3.0

01 Jun 14:49
Compare
Choose a tag to compare
  • Add support for redact API

v2.2.1

29 Apr 10:57
Compare
Choose a tag to compare
  • Update dependencies to fix security vulnerability (See #179)

v2.2.0

24 Jan 12:50
Compare
Choose a tag to compare
  • Add support for media API

v2.1.2

11 Jan 12:06
Compare
Choose a tag to compare

New Features

  • Ability to set HTTP timeout (Thanks @holm!)

Other goodies

  • Refactored account related settings out of the nexmo singleton in to their own class
  • Added new test helpers for asserting that the correct URL gets called

v2.1.1

14 Dec 15:35
5743e65
Compare
Choose a tag to compare

Bug Fixes

  • #125 - Prevent default headers being overwritten in HTTPClient (@poying)
  • #155 - Handle 204 status code as a success, not an error (@AverageMarcus)
  • You can now change the port in HTTPClient (previously forced to use 443)

Documentation

New Features

  • #139 - Search SMS messages
  • #140 - Search SMS rejections
  • #141 - Report conversion data to Nexmo (if enabled on your account)
  • #169 - Trigger an auto-reload top-up

Other goodies

  • #111 - We now officially support all LTS node.js versions + the latest current
  • Added Prettier as our formatting tool via eslint. Run npm run lint-fix to automatically fix any formatting issues
  • Added NYC for code coverage. There are currently no thresholds - we'll be adding these in the future

Q&A

Q. What happened to 2.1.0?
A. @mheap can't computer correctly and published the wrong thing to NPM. As NPM (quite rightly) doesn't let you overwrite tags, we're having to skip to 2.1.1

v2.0.2

17 Jul 15:13
Compare
Choose a tag to compare
  • Remove SDK check for valid phone number, instead leaving this to the API
  • Remove SDK check for valid application type, instead leaving this to the API

v2.0.1

21 Mar 13:49
Compare
Choose a tag to compare
  • FIXED: #116 - default setting of retry-after for 429 http status code responses