Skip to content

Releases: Vonage/vonage-node-sdk

v2.3.2

19 Jun 10:54

Choose a tag to compare

  • fix response.on('close') callback being triggered without an error

v2.3.0

01 Jun 14:49

Choose a tag to compare

  • Add support for redact API

v2.2.1

29 Apr 10:57

Choose a tag to compare

  • Update dependencies to fix security vulnerability (See #179)

v2.2.0

24 Jan 12:50

Choose a tag to compare

  • Add support for media API

v2.1.2

11 Jan 12:06

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

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

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

Choose a tag to compare

  • FIXED: #116 - default setting of retry-after for 429 http status code responses

v2.0.0

20 Mar 23:56

Choose a tag to compare

  • FIXED: #110 - check the statusCode on the response
  • FIXED: #114 - handle 429 HTTP status codes
  • UPDATED: To allow errors to be programmatically useful the error callback objects has been updated to {statusCode: STATUS_CODE, body: JSON_BODY, headers: HEADERS}

v1.2.0

20 Mar 23:56

Choose a tag to compare

  • ADDED: Add File API to library. nexmo.files.get and nexmo.files.save.