Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @vonage/server-sdk to v3 (main) #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Feb 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vonage/server-sdk (source) ^2.11.2 -> ^3.0.0 age adoption passing confidence

Release Notes

Vonage/vonage-node-sdk (@​vonage/server-sdk)

v3.20.0: v3.20.0

Compare Source

Updated media URL validation to accept only Vonage or Nexmo domains and fixed typos.

Added
  • Updated media URL validation to ensure only Vonage or Nexmo domains are accepted. #​981
Fixed
New Contributors

Full Changelog: 3.19.4...3.20.0

v3.19.4: v3.19.4

Compare Source

3.19.4

This release marks fraud detection for number-insights v2 as deprecated. For typescript, missing properties for NCCO objects have been added.

Fixed
  • Missing dtmfAnswer and onAnswer properties #​979
Changed
  • Deprecated fraud detection and real-time-insights #​980

Full Changelog: 3.19.3...3.19.4

v3.19.3: v3.19.3

Compare Source

3.19.3

Added support for new DTMF endpoints and archive max bitrate, improved API authentication handling, and resolved issues with form requests, conversation creation, and header transformations.

Added
  • Added support for new DTMF endpoints. #​977
  • Introduced max bitrate setting for archive functionality. #​972
Fixed
  • Fixed issue where form requests were sending an undefined form body. #​966
  • Resolved issue with incorrect request format for creating conversations. #​967
  • Corrected transformation of user-to-user header to Lisp case. #​976
Changed
  • Refactored authentication type handling for APIs. #​971

Full Changelog: 3.19.0...3.19.3

v3.19.2

Compare Source

v3.19.1

Compare Source

v3.19.0: 3.19.0

Compare Source

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/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).18.0...[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).19.0

v3.18.0: v3.18.0

Compare Source

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

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).17.0...[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).18.0

v3.17.0: 3.17.0

Compare Source

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](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).16.0...[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).17.0

v3.16.0: 3.16.0

Compare Source

Fixed missing advanced machine detection mode.

Changelog

Fixed:

  • Added missing advanced machine detection mode
New Contributors

Full Changelog: https://github.com/Vonage/vonage-node-sdk/compare/[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).15.0...[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).16.0

v3.15.1

Compare Source

v3.15.0: 3.15.0

Compare Source

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/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).14.2...[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).15.0

v3.14.2: 3.14.2

Compare Source

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](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).14.1...[@​vonage/server-sdk](https://redirect.github.com/vonage/server-sdk)[@​3](https://redirect.github.com/3).14.2

v3.14.1: v3.14.1

Compare Source

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.14.0

Compare Source

v3.13.1

Compare Source

v3.12.2

Compare Source

v3.12.1

Compare Source

v3.12.0: v3.12.0

Compare Source

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: v3.11.0

Compare Source

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: v3.10.2

Compare Source

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.0: v3.10.0

Compare Source

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: v3.9.3

Compare Source

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

v3.9.2: v3.9.2

Compare Source

This release further addresses version number issues in child packages.

Fixed
  • Continued correction of version numbers in child packages.

Full Changelog: Link

v3.9.1: v3.9.1

Compare Source

This release addresses version number issues in child packages.

Fixed
  • Corrected version numbers in child packages.

Full Changelog: Link

v3.8.1: v3.8.1

Compare Source

This release addresses a publishing issue related to the users package.

Build
  • Fixed publishing for the users package.

Full Changelog: Link

v3.8.0: v3.8.0

Compare Source

This release fixes the timeout parameter, WebSocket header type, and NCCO actions, restores append to user agent, and introduces the users package.

Added
  • Introduces the users package.
Fixed
  • Fixed the timeout parameter behavior.
  • Corrected the WebSocket header type.
  • Ensured NCCO actions set values for NCCO type to avoid JavaScript problems.
  • Restored append to the user agent.

Full Changelog: Link

v3.7.2: v3.7.2

Compare Source

This release adds more information about migration in the documentation.

Documentation
  • Added more information about migration.

Full Changelog: Link

v3.7.1: v3.7.1

Compare Source

This release addresses a casing issue in number parameters.

Fixed
  • Fixed casing in number API parameters.

Full Changelog: Link

v3.7.0: v3.7.0

Compare Source

This release includes dependency updates and fixes related to word-wrap, package audit, and JWT claims.

Added
  • Bumped word-wrap dependency from 1.2.3 to 1.2.4.
Fixed
  • Updated packages after audit.
  • Fixed ttl in claims for JWT.

Full Changelog: Link

v3.6.0: v3.6.0

Compare Source

This release introduces Subaccounts Package, Advanced Machine Detection to Voice API, and the Meetings Package.

Added
  • Subaccounts Package.
  • Advanced Machine Detection to Voice API.
  • Meetings Package.

Full Changelog: Link

v3.5.1: v3.5.1

Compare Source

This release addresses specific issues with Voice and Verify V2.

Fixed
  • Fixed an issue with blank values on the Dial API.
  • Corrected the incorrect main entry in the package JSON for Verify v2.

Full Changelog: Link

v3.5.0: v3.5.0

Compare Source

Added Verify v2 improvements, fixed issues, and simplified functions. Verify v2 is now generally available.

Added
  • Added a cancel method for Verify v2.
  • Introduced missing fraud check parameter for Verify v2.
Fixed
  • Fixed an issue in Verify v2 where code was not returning a status.
Updated
  • Simplified the addAuthenticationToRequest function.

Full Changelog: View on GitHub

v3.4.0: v3.4.0

Compare Source

This release includes various features and improvements, such as redact module, verify v2 support, auth signature timestamp, experience composer, captions for video, proactive connect, custom exceptions, and documentation updates.

Added
  • Redact module.
  • Verify v2 support.
  • Auth signature timestamp.
  • Experience composer and captions for video.
  • Bring your own passcode.
  • Proactive connect.
  • Custom exceptions for missing required parameters.
Fixed
  • Import issue with verification in the verify module.
  • Kebab-case API parameter formatting.
  • Documentation fixes and badge updates.

Full Changelog: View on GitHub

v3.3.0: v3.3.0

Compare Source

This release adds new features such as Messages update, Verify v2 support, Auth signature timestamp, Experience composer, captions for video, and Video client ACL while maintaining non-breaking changes for Messages and including code coverage improvements.

Added
  • Messages update.
  • Verify v2 support.
  • Auth signature timestamp.
  • Experience composer and captions for video.
  • Video client ACL.
Changed
  • Messages updated to be non-breaking.

Full Changelog: Link

v3.2.0: v3.2.0

Compare Source

This release fixes an import issue, added a new module, and improved API parameter formatting

Fixed
  • Import issue with verification in the verify module.
Added
  • Introduction of a new redact module.
Changed
  • Improved API parameter formatting to kebab-case.

Full Changelog: Link

v3.1.2

Compare Source

v3.1.1: v3.1.1

Compare Source

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

v3.1.0

Compare Source

v3.0.20

Compare Source

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

Fixed
  • Addressed the issue where version 3.0.19 was missing published code.

Full Changelog: Link

v3.0.19: v3.0.19

Compare Source

This release introduced an audit package, audio connector for video, and debug logging.

Added
  • Audit package.
  • Audio connector for video.
  • Debug logging.

Full Changelog: Link

v3.0.18: v3.0.18

Compare Source

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

Fixed
  • Addressed the issue where version 3.0.14 was missing published code.

Full Changelog: Link

v3.0.16

Compare Source

This release addresses an issue where version 3.0.16 needed Typescript to be recompiled

Fixed
  • Removed importHelpers compiler options

Full Changelog: Link

v3.0.15: v3.0.15

Compare Source

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

Fixed
  • Addressed the issue where version 3.0.14 was missing published code.

Full Changelog: Link

v3.0.14: v3.0.14

Compare Source

Vonage Node Server SDK v3.0.14 (2023-01-05)

This release includes the removal of tslib, the introduction of numbers simple search, and a fix for missing remapping of params in the verify module.

Added
  • Introduced numbers simple search.
Fixed
  • Removed tslib.
  • Added missing remapping for params in the verify module.

Full Changelog: Link

v3.0.13

Compare Source

v3.0.12: v3.0.12

Compare Source

Changed
  • Updated changelog.
  • Added Prettier for better formatting.
Fixed
  • Added SIP and DTMF playing to video module.
  • Reverted back to ES6 and CommonJS for better Node compatibility.

Full Changelog: Link

v3.0.11: v3.0.11

Compare Source

This release includes various updates related to build configurations and documentation.

Changes
  • Cleanup tsconfig.
  • Cleanup eslint config.
  • Added husky with testing and lint fix.
  • Updated multiple README files.

Full Changelog: Link

v3.0.10: v3.0.10

Compare Source

This release includes fixes for Verify, SMS, and Numbers.

Fixed
  • Added "brand" to separate Verify from Sender ID.
  • Corrected return types when sending SMS.
  • Improved filtering for owned and available numbers.

Full Changelog: Link

v3.0.9: v3.0.9

Compare Source

This release includes a fix for types using node:http for import.

Fixed
  • Fixed types using node:http for import.

Full Changelog: Link

v3.0.8: v3.0.8

Compare Source

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

Fixed
  • Addressed the issue where version 3.0.7 was missing published code.

Full Changelog: Link

v3.0.6: v3.0.6

Compare Source

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

Fixed
  • Addressed the issue where version 3.0.5 was missing published code.

Full Changelog: Link

v3.0.5: v3.0.5

Compare Source

This release includes documentation updates, fixes for migration guides, and improvements in TypeScript installation and content type handling.

Features
  • Added pricing migration guide.
  • Added SMS migration guide.
Fixed
  • Removed duplicate docs.
  • Improved TypeScript installation before running build commands.
  • Set the proper content type when sending PUT/PATCH/POST requests.

Full Changelog: Link

v3.0.4

Compare Source

This release includes a fix for the Numbers API.

Fixed
  • Change Numbers API to make URL Form Encoded requests.

Full Changelog: Link

v3.0.3: v3.0.3

Compare Source

This release includes documentation updates, fixes for migration docs, and improvements in searching available numbers and NCCO class exports.

Features
  • Added numbers migration guide.
Fixed
  • Allow features to be searched in available numbers.
  • Exported additional NCCO classes and interfaces that weren't before.
  • Fixed verify migration doc.

Full Changelog: Link

v3.0.2: v3.0.2

Compare Source

This release addresses an issue with the WA Template interface caused by an older, incorrect spec.

Fixed
  • Fixed an issue with the WA Template interface from an older, incorrect spec.

Full Changelog: Link

v3.0.1

Compare Source

v3.0.0

Compare Source

Bug Fixes
  • add top level package-lock (a845782)
  • auth: add signed requests and req updates (887a776)
Features
  • numbers: Add Numbers module code (a78e9f0)
  • numbers: add numbers module) (82805e4)
  • sms: add sms module (4479d03)

v2.11.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

disabled

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Feb 22, 2024
@mend-for-github-com mend-for-github-com bot changed the title Update dependency @vonage/server-sdk to v3 (main) fix(deps): update dependency @vonage/server-sdk to v3 (main) Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants