Skip to content

Releases: Vonage/vonage-node-sdk

v3.0.0

17 Nov 01:24
9d0f85e
Compare
Choose a tag to compare

Vonage Node Server SDK v3.0.0 (2022-11-16)

This version is a complete rewrite of version 2. It is written in TypeScript and broken out into smaller packages to reduce package size. Callbacks have been removed, and most functions will take in param objects instead of using positional params. SMS and Messages have been broken out to mirror the API. Migration guides are provided for each package.

You can find migration guides for each package here:

New Contributors

Full Changelog: Link

2.11.2

13 Jul 16:39
69a40ab
Compare
Choose a tag to compare
  • Corrected issue where downloading a voice recording transcript would throw an exception

2.11.0

01 Jun 20:27
913bd59
Compare
Choose a tag to compare

2.11.0

  • Added support for the Messages API v1.0

2.10.11

10 Mar 21:45
aa9acd7
Compare
Choose a tag to compare

2.10.11

Fixed

  • callback argument missing (#597)
  • Repair signatures, fix up tests, remove legacy querystring

v2.10.9

18 Jun 18:22
5052012
Compare
Choose a tag to compare
  • Remove extraneous log output.

v2.10.8

23 Apr 16:07
a81e780
Compare
Choose a tag to compare
  • Move querystring params in SMS to the JSON body.

2.10.6

16 Feb 16:05
Compare
Choose a tag to compare
  • Updating main line branch tag. No changes.

v2.10.5

08 Jan 17:14
Compare
Choose a tag to compare

Fixed

  • #432 - Fix new issue with host override.

v2.10.4

10 Nov 11:00
Compare
Choose a tag to compare

Fixed

  • #400 - Fix issue with host override

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