Skip to content

Releases: Vonage/vonage-node-sdk

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

v2.5.2

05 Dec 09:07
0d42459
Compare
Choose a tag to compare

New

  • Pricing API support

Fixes

  • TypeScript typings don't require applicationId anymore.

v2.5.1

04 Oct 08:34
58b11eb
Compare
Choose a tag to compare
  • ADDED: typings for Verify API
  • ADDED: Applications API V2 support