Skip to content

Releases: Vonage/vonage-node-sdk

v3.18.0

03 Oct 17:02
573a23f

Choose a tag to compare

This update fixes application response types, removes proactive-connect, makes type optional in Redact API, adds message updates, and adds verification templates.

Fixed:

  • Application response types

Removed:

  • Proactive-connect

Changed:

  • type parameter made optional in Redact API

Added:

  • Message updates
  • Templates to verify

New Contributors

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/server-sdk@3.17.0...@vonage/server-sdk@3.18.0

3.17.0

03 Sep 12:24
52e85df

Choose a tag to compare

Deprecated the proactive-connect and meetings, fixed incorrect HTTP method for updating users, and added SIM swap, number verification and network client features. Network API features are not included in the complete @Vonage/server-sdk package. To use, you will need to install them manually.

Changelog

Deprecated:

  • Proactive-connect
  • Meetings

Fixed:

  • Incorrect HTTP method for updating users

Added:

  • Network API: SIM swap
  • Network API: Custom client
  • Network API: Number verification

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/server-sdk@3.16.0...@vonage/server-sdk@3.17.0

3.16.0

03 Sep 12:22
f2e355d

Choose a tag to compare

Fixed missing advanced machine detection mode.

Changelog

Fixed:

  • Added missing advanced machine detection mode

New Contributors

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/server-sdk@3.15.0...@vonage/server-sdk@3.16.0

3.15.0

01 Jul 13:44
24103b0

Choose a tag to compare

This release contains the addition of the ttl parameter to WhatsApp messages and introduces the new RCS Channel.

Changelog

Added:

  • RCS channel

Changed:

  • ttl parameter is now added to WhatsApp channels

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/server-sdk@3.14.2...@vonage/server-sdk@3.15.0

3.14.2

20 Jun 17:53
63bb429

Choose a tag to compare

Summary

Fixed incorrect types on BalanceTransferParameters and SubAccountCreateParameters. Corrected redirect link in README.

Changelog

Fixed:

  • Incorrect type on BalanceTransferParameters
  • Correct type on SubAccountCreateParameters

New Contributors

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/server-sdk@3.14.1...@vonage/server-sdk@3.14.2

v3.14.1

21 May 17:59
f20e7f7

Choose a tag to compare

Version 3.14.1 of the Vonage Node SDK introduces fixes for private key path handling and updated endpoints for video stream management. It also adds new parameters for webhooks, Viber, and SMS, and enhances TTS language support. These updates improve functionality, security, and expand messaging capabilities.

Fixed:

  • Passing in private key path for authentication.
  • Updated endpoints for adding/removing streams from Archive in the video API.

Added:

  • New webhook, Viber, and SMS parameters in messages.
  • TTS languages generation from voice.json.

Refactor:

  • Allowing strings for voice TTS languages.

New Contributors:
@ThingUroboros

Full Changelog View on GitHub

v3.13.0

12 Feb 19:03
3137e18

Choose a tag to compare

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, and contentId to the SMS workflow in Verify V2.
  • Verify V2 will return back the check_url if present.

New Contributors:

@Ymirke

Full Changelog View on GitHub

v3.12.0

11 Jan 18:36
9cf248c

Choose a tag to compare

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 the send*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

11 Dec 18:33
0cff009

Choose a tag to compare

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

05 Dec 18:23
1c875c8

Choose a tag to compare

Vonage Node Server SDK v3.10.2 (2023-10-19)

This release includes a fix for the wrong status code in SMS.

Fixed

  • Corrected the wrong status code for "partner account barred" in SMS

Full Changelog: Link