Releases: Vonage/vonage-node-sdk
v3.13.0
Version 3.13.0 delivers fixes and a new feature, including corrections for JWT algorithm parameters, session creation in the video API, authentication in Number Insights V2, updates to SMS and silent authentication in Verify2, and the introduction of the conversations package.
Fixed:
- Outdated/wrong algorithm argument in JWT handling.
- Video API session creation to ensure JSON return type.
- Incorrect authentication method in Number Insights V2.
- (Typescript only) Locale can now be any string along with a value from the enum
Added:
- Conversations package for enhanced communication features.
Updated:
- Added
from
,entityId
, andcontentId
to the SMS workflow in Verify V2. - Verify V2 will return back the
check_url
if present.
New Contributors:
Full Changelog View on GitHub
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