Releases: Vonage/vonage-node-sdk
v3.0.9
v3.0.8
v3.0.7
This release includes various fixes for numbers, messages and numbers API
Fixed
- Fixed all the tests.
- Updated README.md.
- Allow features to be searched in available numbers.
- Exported additional NCCO classes and interfaces.
- Change Numbers API to make URL Form Encoded requests.
- Improved TypeScript installation before running build commands.
- Set the proper content type when sending PUT/PATCH/POST requests.
New Contributors
Full Changelog: Link
v3.0.6
v3.0.5
This release includes documentation updates, fixes for migration guides, and improvements in TypeScript installation and content type handling.
Features
- Added pricing migration guide.
- Added SMS migration guide.
Fixed
- Removed duplicate docs.
- Improved TypeScript installation before running build commands.
- Set the proper content type when sending PUT/PATCH/POST requests.
Full Changelog: Link
@vonage/[email protected]
This release includes a fix for the Numbers API.
Fixed
- Change Numbers API to make URL Form Encoded requests.
Full Changelog: Link
v3.0.3
This release includes documentation updates, fixes for migration docs, and improvements in searching available numbers and NCCO class exports.
Features
- Added numbers migration guide.
Fixed
- Allow features to be searched in available numbers.
- Exported additional NCCO classes and interfaces that weren't before.
- Fixed verify migration doc.
Full Changelog: Link
v3.0.2
v3.0.1
This release updates V3 documentation, adds verify and voice, and fixes typos in Number Insights.
Fixed
- Updated V3 docs (#719).
Added
- Added verify and voice support, and fixed typos in Number Insights (#720).
Changed
- Updated import from node-specific to just request http/https (#722).
Full Changelog: Link
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