Skip to Main Content
7.31.0
6 October 2025
- Updates Messages API implementation to add new RCS and MMS types. See #335
- Updates Video API implementation to add support for quantizationParameter and bidirectional parameter. See #336
- Updates Voice API implementation to update talk, stream, and connect (SIP) NCCOs. See #337
- Updates Number Insight API implementation to change auth method to Basic and to deprecate v2. See #338
7.30.2
21 August 2025
- Removes type signatures for
Logger setter and initialization methods. See #333
7.30.1
24 July 2025
- Fixes an incorrect path in the
Verify2#next_workflow method. See #329.
7.30.0
23 June 2025
- Adds failover functionality to the Messages API implementation. #327
7.29.1
18 February 2025
- Fixes a bug with the Viber Service Messages API channel. See #323 for additional details.
7.29.0
10 February 2025
- Adds
max_bitrate as an option to Video::Archives#start. See #321 for additional details.
7.28.0
24 October 2024
- Adds templates and template fragments to the Verify v2 implementation. See #318 for additional details.
7.27.1
23 October 2024
- Fixes a bug with setting options on the HTTP client. See #319 for additional details.
7.27.0
28 August 2024
- Updates Messages API implementation to add RCS channel as well as a new
PATCH endpoint for RCS message revocation and WhatsApp Mark as Read features. See #316. - Updates to
talk, stream, input, and record NCCOs in Voice API implementation. See #315. - Adds deprecation warnings to Meetings API and Proactive Connect API implementations, and updates code comments for Numbers API. See #314.
7.26.0
08 August 2024
- Implements the Network Number Verification and Network SIM Swap APIs. See #313 for additional details.
- Makes some minor updates to the Voice and Verify2 implementations. See #312 for additional details.
7.25.0
19 June 2024
- Validation updates to Verify v2 SMS and WhatsApp channels. See #309 for additional details.
7.24.0
23 March 2024
- Updates Video API functionality with methods for Live Captions, Audio Connector, Experience Composer, and a
publisheronly client token role. #307 - Updates Messages API implementation to add a delegator for the
Message class, and enforce some required args in Messaging#send method. #308
7.23.0
21 March 2024
- Minor updates to Verify v2. #306
7.22.0
13 March 2024
- Adds support for v1 the Conversation API. #305
7.21.0
21 February 2024
- Changes the HTTP adapter from
Net::HTTP to Net::HTTP::Persistent. #304
7.20.0
02 February 2024
- Adds Video API functionality. #297
7.19.0
11 December 2023
- Adds Video API functionality. #297
- Adds Number Insight v2. #299
- Updates Verify v2 Silent Authentication workflow options. #300
7.18.0
01 November 2023
- 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
7.17.0
23 October 2023
- Removes validation for locales in
Verify2::StartVerificationOptions. #289
7.16.1
10 October 2023
- Updates Sorbet type signatures for Logger creation and assignment. #290
7.16.0
25 September 2023
- Adds HTTP Response context to some Exception types. #287
7.15.1
15 September 2023
- Updates Meetings API endpoints to
/v1. #286
7.15.0
10 August 2023
- Adds Users endpoints for the Application API. #282
7.14.0
13 July 2023
7.13.0
28 June 2023
7.12.0
22 June 2023
- Adds Subaccounts API. #275
7.11.0
16 June 2023
- Updates Voice API functionality. #270
7.10.0
31 May 2023
- Adds Verify2. #261
- Fixes link in README. #266
7.9.0
19 Apr 2023
- 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
7.8.2
04 Jan 2023
- Updates the GSM::CHARACTERS constant to remove
ç and instead add Ç. Fixes #256 - 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.
7.8.1
29 Nov 2022
- Changes JWT library dependency from
nexmo-jwt-ruby to conage-jwt-ruby. See PR #251
7.8.0
08 Sep 2022
- 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
7.7.2
26 Jul 2022
- 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.
7.7.1
02 Jul 2022
- Adds support for
PATCH requests to be passed to the JSON::update method See PR #230.
7.7.0
29 Jun 2022
- Improves support for the
Voice#create method to use a random number from a pool. See PR #225.
7.6.0
06 Jun 2022
7.5.1
04 May 2022
- Adds an
Accept header to all requests with a value of application/json. Addresses the underlying cause of issue #216.