Skip to content

Releases: Vonage/vonage-node-sdk

@vonage/server-sdk@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/server-sdk@3.14.1...@vonage/server-sdk@3.14.2

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

v3.11.0

11 Dec 18:33
0cff009
Compare
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
Compare
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

v3.10.1

05 Dec 18:26
379dbba
Compare
Choose a tag to compare
v3.10.1 Pre-release
Pre-release

This release should be ignored as it is just adds some templates to GitHub

v3.10.0

13 Oct 15:53
ea2de27
Compare
Choose a tag to compare

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

Full Changelog: Link

v3.9.3

13 Oct 15:35
e90fe32
Compare
Choose a tag to compare

This release addresses an issue where version 3.9.2 was missing published code.

Fixed

  • Addressed the issue where version 3.9.2 was missing published code.

Full Changelog: Link