Releases: Vonage/vonage-node-sdk
Releases · Vonage/vonage-node-sdk
v3.0.0
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
- Corrected issue where downloading a voice recording transcript would throw an exception
2.11.0
2.11.0
- Added support for the Messages API v1.0
2.10.11
v2.10.9
- Remove extraneous log output.
v2.10.8
- Move querystring params in SMS to the JSON body.
2.10.6
- Updating main line branch tag. No changes.
v2.10.5
v2.10.4
v2.10.3
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