Releases: Vonage/vonage-ruby-sdk
Releases · Vonage/vonage-ruby-sdk
v7.12.0
What's Changed
- Adds Subaccounts API. #275
v7.11.0
What's Changed
- Updates Voice API functionality. #270
v7.10.0
What's Changed
- Adds Verify2. #261
- Fixes link in README. #266
v7.9.0
What's Changed
- Updates the Messages API implementation to add support for
video
and file
messages types to the Viber channel, and sticker
messages in the WhatsApp channel. #260
- Updates the Numbers API implementation to use Basic authentication. #262
v7.8.2
What's Changed
- Some small updates for the SMS API. See #256
- Updates the GSM::CHARACTERS constant to remove
ç
and instead add Ç
. Fixes #255
- Updates code comments for
SMS#send
method to remove properties for unsupported message types vCal
, vCard
, and wappush
- Updates namespacing for referencing
SecurityUtils#secure_compare
method due to change in ruby-jwt
gem dependency.
Full Changelog: v7.8.1...v7.8.2
v8.0.0.beta
- Adds video functionality to the library. See PR #249
v7.8.1
- Changes JWT library dependency from
nexmo-jwt-ruby
to vonage-jwt-ruby
. See PR #251
v7.8.0
- Adds Voice NCCO Pay action. See PR 244
- Fixes issue with
Client
instantiation using custom token. See PR 245
- Adds tests for Verify API blocklist response. See PR 241 and 246
- Update Messages API Template message class to remove
policy
as a required argument. See PR 242
v7.7.1
- Adds support for
PATCH
requests to be passed to the JSON::update
method. See PR #230.