Skip to content

Releases: Vonage/vonage-node-sdk

3.19.0

17 Oct 12:40
c2a1570
Compare
Choose a tag to compare

Added WhatsApp reaction, User-to-User SIP headers and Verify template. It also fixed issues with the server-client not removing undefined query string parameters and messages not using basic auth when only apiKey or apiSecret are provided.

Added:

  • WhatsApp reaction
  • Verify Templates,
  • User-to-User Header added to voice

Updated

  • New TTS Languages

Fixed

  • Server-client not removing undefined query string parameters
  • Messages not using basic auth when only apiKey or apiSecret are passed to the client

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]

v3.18.0

03 Oct 17:02
573a23f
Compare
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/[email protected]...@vonage/[email protected]

3.17.0

03 Sep 12:24
52e85df
Compare
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/[email protected]...@vonage/[email protected]

3.16.0

03 Sep 12:22
f2e355d
Compare
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/[email protected]...@vonage/[email protected]

3.15.0

01 Jul 13:44
24103b0
Compare
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/[email protected]...@vonage/[email protected]

3.14.2

20 Jun 17:53
63bb429
Compare
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/[email protected]...@vonage/[email protected]

v3.14.1

21 May 17:59
f20e7f7
Compare
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
Compare
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.2

23 Jan 16:08
d23e4f1
Compare
Choose a tag to compare

The SDK update introduces improvements in response header charset decoding and NCCO encoding in voice functionality, enhancing overall reliability and performance.

What's Changed

Fixed

  • Decoding issues when charset is in the content type response header (#904)
  • NCCO encoding in voice functionality (#906)

Full Changelog

v3.12.0

11 Jan 18:36
9cf248c
Compare
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