Releases: Vonage/vonage-node-sdk
v3.18.0
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:
typeparameter made optional in Redact API
Added:
- Message updates
- Templates to verify
New Contributors
- @s-lukashenka-micoworks made their first contribution in #956
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
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
Fixed missing advanced machine detection mode.
Changelog
Fixed:
- Added missing advanced machine detection mode
New Contributors
- @d-vanhees-micoworks made their first contribution in #947
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
This release contains the addition of the ttl parameter to WhatsApp messages and introduces the new RCS Channel.
Changelog
Added:
- RCS channel
Changed:
ttlparameter 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
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
- @froggy1014 made their first contribution in #936
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
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
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, andcontentIdto the SMS workflow in Verify V2. - Verify V2 will return back the
check_urlif present.
New Contributors:
Full Changelog View on GitHub
v3.12.0
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
anywhen passing in parameters to thesend*Requestfunction calls
Deprecated
- Having
@vonage/vetchmake HTTP calls is deprecated. Going forward only@vonage/server-clientwill handle making HTTP requests
v3.11.0
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