Skip to content

Releases: Vonage/vonage-node-sdk

v2.10.3

05 Nov 16:17
Compare
Choose a tag to compare

A special thanks to all of the Hacktoberfest contributions. Your work is appreciated!

Added

  • #400 - Added Yarn example in README.md
  • #380 - Added Number typings
  • #379 - Added Voice typings
  • #376 - Added Media typings
  • #373 - Added Number Insight typings

Updated

  • #389 - Discriminating unions support for different message responses
  • #387 - Bump @babel/register from 7.11.5 to 7.12.0
  • #385 - Bump @babel/core from 7.11.6 to 7.12.0
  • #384 - Bump @babel/preset-env from 7.11.5 to 7.12.0
  • #378 - Allow for Full URL Overrides in Constructor
  • #375 - Updated uuid-dependency for performance improvement

v2.10.2

05 Oct 13:38
Compare
Choose a tag to compare

Updated

  • #350 - Bump eslint-config-prettier from 6.11.0 to 6.12.0

Fixed

  • #370 - Fixed typos
  • #369 - Fixed typos
  • #358 - Fixed typos
  • #357 - Fixed typos
  • #355 - Fixed types module name
  • #352 - Fixed typos

v2.10.1

10 Sep 18:34
Compare
Choose a tag to compare

Updated

  • #347 - Correct license information

v2.10.0

10 Sep 18:12
69c3aa7
Compare
Choose a tag to compare

This version serves as the change from the Nexmo namespace to the Vonage namespace. The module now resides on NPM as @vonage/server-sdk. Prior versions under the Nexmo namespace will remain in maintenance mode for the next 12 months and recieve bug and security fixes. All new functionality will only be added to the @Vonage namespace.

Updated

  • #321 - Bump jsonwebtoken from 8.4.0 to 8.5.1
  • #322 - Bump body-parser from 1.18.3 to 1.19.0
  • #324 - Bump cross-env from 5.2.0 to 7.0.2
  • #325 - Migrated SDK module from nexmo to @vonage/server-sdk
  • #326 - Bump bluebird from 3.5.3 to 3.7.2
  • #327 - Bump @babel/plugin-proposal-object-rest-spread from 7.10.4 to 7.11.0
  • #328 - Bump @babel/register from 7.10.5 to 7.11.5
  • #329 - Bump @babel/core from 7.11.5 to 7.11.6
  • #330 - Bump @babel/preset-env from 7.10.4 to 7.11.5
  • #333 - Bump nyc from 14.1.1 to 15.1.0
  • #334 - Bump eslint-config-prettier from 6.2.0 to 6.11.0
  • #336 - Bump @babel/cli from 7.10.5 to 7.11.6
  • #339 - Bump dotenv from 2.0.0 to 8.2.0
  • #340 - Bump babel-plugin-istanbul from 4.1.6 to 6.0.0
  • #343 - Bump babel-plugin-add-module-exports from 1.0.2 to 1.0.4
  • #344 - Bump request from 2.88.0 to 2.88.2

v2.9.1

17 Aug 21:47
Compare
Choose a tag to compare
  • FIXED: #317 - TypeError: Nexmo is not a constructor

v2.9.0

17 Aug 21:50
Compare
Choose a tag to compare
  • FIXED: #295 - Nexmo constructor changes of given options object
  • ADDED: Optional target_api_key parameter for the number.buy() and number.cancel() methods.
  • ADDED: Typings for Messages API
  • UPDATED: Private Key strings now replaces \n with newlines for easier usage in environment variables.

v2.8.0

26 Jun 09:31
Compare
Choose a tag to compare
  • ADDED: Support for Verify PSD2 requests via nexmo.verify.psd2().

v2.7.0

10 Jun 17:12
39a7f92
Compare
Choose a tag to compare
  • ADDED: Made apiKey and apiSecret optional when applicationId and privateKey are present in Nexmo constructor.

v2.6.0

20 Jan 15:19
bd19e4b
Compare
Choose a tag to compare

New

  • Change host via the config object, using apiHost & restHost

v2.5.3

13 Jan 08:29
51773f5
Compare
Choose a tag to compare
  • FIXED: URI Encode Signed SMS Message