Skip to content

Releases: Vonage/vonage-ruby-sdk

v7.7.2

26 Jul 09:55
4e43353
Compare
Choose a tag to compare
  • Fixes bug with auto-pagination for Numbers. See PR #236.

  • Adds support for PATCH requests to be passed to the Logger#log_request_info method. See PR #237.

v7.7.1

02 Jul 10:40
8984d02
Compare
Choose a tag to compare
  • Adds support for PATCH requests to be passed to the JSON::update method. See PR #230.

v7.7.0

29 Jun 14:27
bb90fe5
Compare
Choose a tag to compare
  • Improves support for the Voice#create method to use a random number from a pool. See PR #225.

v7.6.0

06 Jun 10:26
bc35ba7
Compare
Choose a tag to compare

v7.5.1

04 May 10:57
2745146
Compare
Choose a tag to compare
  • Adds an Accept header to all requests with a value of application/json. Addresses the underlying cause of issue #216.

v7.5.0

16 Mar 17:05
5e08c4c
Compare
Choose a tag to compare
  • Adds a ServiceError exception class, which provides access to a Response 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

23 Feb 14:30
256cbc6
Compare
Choose a tag to compare

v7.4.0

18 Mar 07:19
Compare
Choose a tag to compare
  • Adds a new NCCO builder into the SDK to construct Voice API instructions

v7.3.0

16 Feb 07:57
Compare
Choose a tag to compare
  • New auto_advance pagination feature in the SDK for the Application, Account, Conversation, and Voice APIs

v7.2.1 Release

14 Oct 14:05
Compare
Choose a tag to compare
  • Bump version of nexmo-jwt gem dependency to v0.1.2. Fixes the ACL path parameter formation in JWT creation.