CHANGES.md in twilio-ruby-6.12.1 vs CHANGES.md in twilio-ruby-7.0.0.pre.rc.1
- old
+ new
@@ -1,68 +1,16 @@
twilio-ruby changelog
-=====================
+=====================
-[2024-03-12] Version 6.12.1
----------------------------
-**Api**
-- Correct precedence documentation for application_sid vs status_callback in message creation
-- Mark MaxPrice as deprecated
-**Flex**
-- Making `plugins` visibility to public
-
-**Messaging**
-- Add new `errors` attribute to the Brand Registration resource.
-- Mark `brand_feedback` attribute as deprecated.
-- Mark `failure_reason` attribute as deprecated.
-- The new `errors` attribute is expected to provide additional information about Brand registration failures and feedback (if any has been provided by The Campaign Registry). Consumers should use this attribute instead of `brand_feedback` and `failure_reason`.
-
-**Numbers**
-- Correcting mount_name for porting port in fetch API
-
-**Trusthub**
-- Add new field in statusCallbackUrl in compliance_registration.
-- Add new field in isvRegisteringForSelfOrTenant in compliance_registration.
-
-**Twiml**
-- Expanded description of Action parameter for Message verb
-
-
-[2024-02-27] Version 6.12.0
----------------------------
+[2024-02-09] Version 7.0.0-rc.1
+-------------------------------
**Library - Chore**
-- [PR #712](https://github.com/twilio/twilio-ruby/pull/712): cluster tests enabled. Thanks to [@sbansla](https://github.com/sbansla)!
+- [PR #711](https://github.com/twilio/twilio-ruby/pull/711): disable-cluster-test. Thanks to [@sbansla](https://github.com/sbansla)!
+- [PR #709](https://github.com/twilio/twilio-ruby/pull/709): removed ssl ca file from http client. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
**Api**
-- remove feedback and feedback summary from call resource
-
-**Flex**
-- Adding `routing_properties` to Interactions Channels Participant
-
-**Lookups**
-- Add new `line_status` package to the lookup response
-- Remove `live_activity` package from the lookup response **(breaking change)**
-
-**Messaging**
-- Add tollfree multiple rejection reasons response array
-
-**Trusthub**
-- Add ENUM for businessRegistrationAuthority in compliance_registration. **(breaking change)**
-- Add new field in isIsvEmbed in compliance_registration.
-- Add additional optional fields in compliance_registration for Individual business type.
-
-**Twiml**
-- Add support for new Amazon Polly and Google voices (Q1 2024) for `Say` verb
-
-
-[2024-02-09] Version 6.11.0
----------------------------
-**Library - Chore**
-- [PR #710](https://github.com/twilio/twilio-ruby/pull/710): remove live media endpoint. Thanks to [@califlower](https://github.com/califlower)!
-- [PR #708](https://github.com/twilio/twilio-ruby/pull/708): removing oauth and autopilot references. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
-
-**Api**
- Updated service base url for connect apps and authorized connect apps APIs **(breaking change)**
- Update documentation to reflect RiskCheck GA
- Added optional parameter `CallToken` for create participant api
**Events**
@@ -114,9 +62,14 @@
- `Tags` property added again to Public Docs **(breaking change)**
- Remove `Tags` from Public Docs **(breaking change)**
- Add `VerifyEventSubscriptionEnabled` parameter to service create and update endpoints.
- Add `Tags` optional parameter on Verification creation.
- Update Verify TOTP maturity to GA.
+
+
+[2024-01-26] Version 7.0.0-rc.0
+--------------------------
+- Release Candidate preparation
[2024-01-25] Version 6.10.0
---------------------------
**Oauth**