Releases: Vonage/vonage-node-sdk
Releases · Vonage/vonage-node-sdk
v3.12.0
This release addressed some issues with improper types, cleaning up @vonage/vetch
package and adding a huge amount of documentation and examples to the code.
Added
- Documentation blocks to all user facing API
Fixed
- Updated all types to no longer use
any
when passing in parameters to thesend*Request
function calls
Deprecated
- Having
@vonage/vetch
make HTTP calls is deprecated. Going forward only@vonage/server-client
will handle making HTTP requests
v3.11.0
Video has now been released and is no longer in beta. This release adds video to the @vonage/server-sdk
for ease of use.
Added
- Video has been released is now part of the core SDK
Full Changelog: View on GitHub
v3.10.2
v3.10.1
v3.10.0
The node SDK version 3.10.0 introduces support for number insight v2 and the media API, refactors the meetings API path to include the version, and fixes a typo pricing and meetings.
Added
- Support for number insight v2
- Support for the media API
Changes
- Version now present in the meetings API path
Fixed
- Typo in
explicit_approval
in join type for the pricing package - Removed
mock-fs
as it's broken in GitHub actions - Fixed a typo in the
ServiceType
enum for the meetings package
New Contributors
- @ajumal-ashraf-dev made their first contribution (#867).
- @muhammadzadeh made their first contribution (#870).
Full Changelog: Link