Releases: twilio/twilio-ruby
Releases · twilio/twilio-ruby
6.3.1
Release Notes
Api
- Added
voice-intelligence
,voice-intelligence-transcription
andvoice-intelligence-operators
tousage_record
API. - Added
tts-google
tousage_record
API.
Lookups
- Add new
disposable_phone_number_risk
package to the lookup response
Verify
- Documentation of list attempts API was improved by correcting
date_created_after
anddate_created_before
expected date format. - Documentation was improved by correcting
date_created_after
anddate_created_before
expected date format parameter on attempts summary API. - Documentation was improved by adding
WHATSAPP
as optional valid parameter on attempts summary API.
Twiml
- Added support for he-il inside of ssm_lang.json that was missing
- Added support for he-il language in say.json that was missing
- Add
statusCallback
andstatusCallbackMethod
attributes to<Siprec>
.
6.3.0
Release Notes
Library - Chore
Flex
- Adding
interaction_context_sid
as optional parameter in Interactions API
Messaging
- Making visiblity public for tollfree_verification API
Numbers
- Remove Sms capability property from HNO creation under version
/v2
of HNO API. (breaking change) - Update required properties in LOA creation under version
/v2
of Authorization document API. (breaking change)
Taskrouter
- Add api to fetch task queue statistics for multiple TaskQueues
Verify
- Add
RiskCheck
optional parameter on Verification creation.
Twiml
- Add Google Voices and languages
6.2.0
Release Notes
Library - Fix
- PR #665: #663 local jump error due to lack of block passing for recording list. Thanks to @JYorston!
Lookups
- Add
reassigned_number
package to the lookup response
Numbers
- Add hosted_number_order under version
/v2
. - Update properties in Porting and Bulk Porting APIs. (breaking change)
- Added bulk Portability API under version
/v1
. - Added Portability API under version
/v1
.
6.1.0
6.0.2
Release Notes
Api
- Add
Trim
to create Conference Participant API
Intelligence
- First public beta release for Voice Intelligence APIs with client libraries
Messaging
- Add new
errors
attribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.
6.0.1
Release Notes
Library - Fix
Conversations
- Added
AddressCountry
parameter to Address Configuration endpoint, to support regional short code addresses - Added query parameters
start_date
,end_date
andstate
in list Conversations resource for filtering
Insights
- Added annotations parameters to list summary api
Messaging
- Add GET domainByMessagingService endpoint to linkShortening service
- Add
disable_https
to link shortening domain_config properties
Numbers
- Add bulk_eligibility api under version
/v1
.
6.0.0
Release Notes
Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.
Library - Feature
- PR #651: Merge branch '6.x.x-rc' to main. Thanks to @shrutiburman! (breaking change)
Conversations
- Remove
start_date
,end_date
andstate
query parameters from list operation on Conversations resource (breaking change)
Twiml
- Add support for new Amazon Polly voices (Q1 2023) for
Say
verb
6.0.0-rc.3
Release Notes
Library - Fix
Library - Chore
- PR #647: update client.rb. Thanks to @shrutiburman!
Messaging
- Remove
messaging_service_sids
andmessaging_service_sid_action
from domain config endpoint (breaking change) - Add error_code and rejection_reason properties to tollfree verification API response
Numbers
- Added the new Eligibility API under version
/v1
.
5.77.0
Release Notes
Library - Docs
- PR #645: consolidate. Thanks to @stern-shawn!
Messaging
- Remove
messaging_service_sids
andmessaging_service_sid_action
from domain config endpoint (breaking change) - Add error_code and rejection_reason properties to tollfree verification API response
Numbers
- Added the new Eligibility API under version
/v1
.
6.0.0-rc.2
Release Notes
Library - Fix
- PR #642: remove deprecated Twilio::REST::TwilioError#body. Thanks to @kridai!
- PR #641: remove deprecated TwilioResponse class. Thanks to @kridai!
Library - Chore
- PR #643: extend ruby & jruby support. Thanks to @shrutiburman!
Conversations
- Expose query parameters
start_date
,end_date
andstate
in list operation on Conversations resource for sorting and filtering
Insights
- Added answered by filter in Call Summaries
Lookups
- Remove
disposable_phone_number_risk
package (breaking change)
Messaging
- Add support for
SOLE_PROPRIETOR
brand type andSOLE_PROPRIETOR
campaign use case. - New Sole Proprietor Brands should be created with
SOLE_PROPRIETOR
brand type. Brand registration requests withSTARTER
brand type will be rejected. - New Sole Proprietor Campaigns should be created with
SOLE_PROPRIETOR
campaign use case. Campaign registration requests withSTARTER
campaign use case will be rejected. - Add Brand Registrations OTP API