Releases: Vonage/vonage-node-sdk
v3.26.0
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
nextWorkflowfor Verify API - Support for RCS Suggestions for the Verify API
** Changed **
- Deprecated
getCaptionStatusfor the Video API
New Contributors
@alnacle made their first contribution in #1030
Full Changelog: View on GitHub
v3.25.1
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
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
This addresses some mismatched version numbers
v3.24.2
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 namedintiateSIPCall)
Full Changelog: View in GitHub
v3.24.1
Added a deprecation warning for disconnectWebsocket
Added
- fix(video): Deprecate disconnectWebsocket by @dragonmantank in #1015
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
This release updates the transcription properties for the Video SDK.
Fixes
- Adjusted
BaseArchiveOptionstype inArchiveOptions.ts, specifically removing the transcriptionProperties from the transcriptionProperties type.
Documentation
- Fixed a typo in the Readme for the verify package.
New Contributors
- @Mike-Zhylevych made their first contribution in #1011
- @amdcavallaro made their first contribution in #1010
Full Changelog: View on GitHub
3.22.4
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
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
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