Skip to content

Releases: Vonage/vonage-node-sdk

v3.26.0

28 Jan 19:11
6cb3e1c

Choose a tag to compare

This release adds support for the Identity Insights API, RCS suggestions in the Messages API, and the next workflow support for the Verify API. The getCaptionStatus has been deprecated for the Video API. Third-party packages have been updated, along with the removal of lodash.

** Added **

  • Support for the Identity Insights API
  • Support for nextWorkflow for Verify API
  • Support for RCS Suggestions for the Verify API

** Changed **

  • Deprecated getCaptionStatus for the Video API

New Contributors

@alnacle made their first contribution in #1030

Full Changelog: View on GitHub

v3.25.1

22 Sep 14:52
9e401b2

Choose a tag to compare

This is a small fix to the voice package to add in missing NCCO classes from the export.

** Fixes **

  • Video package missing exports for NCCO

Full Changelog: View on GitHub

v3.25.0

16 Sep 21:47
c4a2523

Choose a tag to compare

This fixes a critical issue where ESM and CJS Modules are not loading.

** Fixes **

  • Critical bug where ESM and CJS files were not built correctly.

Full Changelog: view on GitHub

v3.24.3

12 Sep 16:05
95000a3

Choose a tag to compare

This addresses some mismatched version numbers

v3.24.2

12 Sep 15:30
17fb1e5

Choose a tag to compare

Improved ESM and CJS module builds, added RCS workflow, and fixed typo in initiateSIPCall method name in the Video SDK.

Changelog

Build:

  • Updated TypeScript config for better ESM and CJS module output

Added:

  • RCS workflow support for Verify V2

Fixed:

  • Typo in video.initiateSIPCall (was incorrectly named intiateSIPCall)

Full Changelog: View in GitHub

v3.24.1

18 Aug 15:40
6b70a57

Choose a tag to compare

Added a deprecation warning for disconnectWebsocket

Added

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

3.22.5

13 Aug 16:35
f227d88

Choose a tag to compare

This release updates the transcription properties for the Video SDK.

Fixes

  • Adjusted BaseArchiveOptions type in ArchiveOptions.ts, specifically removing the transcriptionProperties from the transcriptionProperties type.

Documentation

  • Fixed a typo in the Readme for the verify package.

New Contributors

Full Changelog: View on GitHub

3.22.4

12 Aug 17:53
d093c5d

Choose a tag to compare

Minor fix for the server-client not appending the user agent to the request.

Fixed

  • Server client now appends to the user-agent header

Full Changelog: View on Github

3.22.3

07 Aug 18:04
e8594aa

Choose a tag to compare

A small fix that impacts TypeScript users, using a string for the message type instead of the channels enum

Fixed:

  • Channel in messages now allows a string to be used along with the enum

Full Changelog: View on Github

3.22.2

07 Aug 17:59
23d6f81

Choose a tag to compare

A small fix has been applied to the Vonage client for TypeScript

Fixed:

  • For TypeScript, you can now pass in an Auth or Plain Object.

Full Changelog: View on Github