Releases: Vonage/vonage-ruby-sdk
Releases · Vonage/vonage-ruby-sdk
v7.19.0.exp.0.1.0
What's Changed
- This release changes the HTTP adpter from
Net::HTTP
to Net::HTTP::Persistent
. This might provide performance improvements in situations where a high volume of consecutive API requests are being made
- Other than the change of HTTP adapter, this release contains the same API functionality as
v7.19.0
- This is an experimental pre-release. Use at your own discretion.
v7.19.0
What's Changed
- Adds Video API functionality. #297
- Adds Number Insight v2. #299
- Updates Verify v2 Silent Authentication workflow options. #300
v7.18.0
What's Changed
- Adds webhook token verification functionality. #291
- Adds tests, updates comments, and makes small fixes for Verify API v2 #292, Meetings API #293, and Applications API #294
v7.17.0
What's Changed
- Removes validation for locales in
Verify2::StartVerificationOptions
. #289
v7.16.1
What's Changed
- Updates Sorbet type signatures for Logger creation and assignment. #290
v7.16.0
What's Changed
- Adds HTTP Response context to some Exception types. #287
v7.15.1
What's Changed
- Updates Meetings API endpoints to
/v1
. #286
v7.15.0
What's Changed
- Adds Users endpoints for the Application API. #282