Releases: Vonage/vonage-ruby-sdk
Releases · Vonage/vonage-ruby-sdk
v7.7.2
v7.7.1
v7.7.0
v7.6.0
- Implements the Vonage Messages API functionality in the SDK. See PR #221.
v7.5.1
v7.5.0
- Adds a
ServiceError
exception class, which provides access to aResponse
object for improved error context in certain situations. See issue #197 and PR #208 - Fixes issue with
Vonage::Voice::Ncco
class. See issue #205 and PR #206.
Merci beaucoup/ thanks a lot to @cyb- for work on these additions and fixes.
v7.4.1
- Bug fix: updated
sorbet
signature to fix issue withT.nilable(T.untyped)
. See issue #200 and PR #199. Thanks to @KaanOzkan and @vinistock
v7.4.0
- Adds a new NCCO builder into the SDK to construct Voice API instructions
v7.3.0
- New
auto_advance
pagination feature in the SDK for the Application, Account, Conversation, and Voice APIs
v7.2.1 Release
- Bump version of
nexmo-jwt
gem dependency to v0.1.2. Fixes the ACL path parameter formation in JWT creation.