Releases: Vonage/vonage-node-sdk
3.19.0
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
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
- @s-lukashenka-micoworks made their first contribution in #956
Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]
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/[email protected]...@vonage/[email protected]
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/[email protected]...@vonage/[email protected]
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:
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
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/[email protected]...@vonage/[email protected]
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
, andcontentId
to the SMS workflow in Verify V2. - Verify V2 will return back the
check_url
if present.
New Contributors:
Full Changelog View on GitHub
v3.12.2
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
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
any
when passing in parameters to thesend*Request
function calls
Deprecated
- Having
@vonage/vetch
make HTTP calls is deprecated. Going forward only@vonage/server-client
will handle making HTTP requests