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
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