Bump twilio/sdk from 5.7.3 to 7.5.0
Bumps twilio/sdk from 5.7.3 to 7.5.0.
Release notes
Sourced from twilio/sdk's releases.
7.5.0
Release Notes
Api
- Added
content_sidas conditional parameter- Removed
content_sidas optional field (breaking change)Insights
- Added
annotationto list summary output7.4.2
Release Notes
Api
- Add
Trimto create Conference Participant APIIntelligence
- First public beta release for Voice Intelligence APIs with client libraries
Messaging
- Add new
errorsattribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.7.4.1
Release Notes
Conversations
- Added
AddressCountryparameter to Address Configuration endpoint, to support regional short code addresses- Added query parameters
start_date,end_dateandstatein list Conversations resource for filteringInsights
- Added annotations parameters to list summary api
Messaging
- Add GET domainByMessagingService endpoint to linkShortening service
- Add
disable_httpsto link shortening domain_config propertiesNumbers
- Add bulk_eligibility api under version
/v1.7.4.0
Release Notes
... (truncated)
Changelog
Sourced from twilio/sdk's changelog.
[2023-06-15] Version 7.5.0
Api
- Added
content_sidas conditional parameter- Removed
content_sidas optional field (breaking change)Insights
- Added
annotationto list summary output[2023-06-01] Version 7.4.2
Api
- Add
Trimto create Conference Participant APIIntelligence
- First public beta release for Voice Intelligence APIs with client libraries
Messaging
- Add new
errorsattribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.[2023-05-18] Version 7.4.1
Conversations
- Added
AddressCountryparameter to Address Configuration endpoint, to support regional short code addresses- Added query parameters
start_date,end_dateandstatein list Conversations resource for filteringInsights
- Added annotations parameters to list summary api
Messaging
- Add GET domainByMessagingService endpoint to linkShortening service
- Add
disable_httpsto link shortening domain_config propertiesNumbers
- Add bulk_eligibility api under version
/v1.[2023-05-04] Version 7.4.0
Conversations
- Remove
start_date,end_dateandstatequery parameters from list operation on Conversations resource (breaking change)Twiml
- Add support for new Amazon Polly voices (Q1 2023) for
Sayverb[2023-04-19] Version 7.3.0
... (truncated)
Upgrade guide
Sourced from twilio/sdk's upgrade guide.
Upgrade Guide
MAJOR version bumps will have upgrade notes posted here.
[2023-03-08] 6.x.x to 7.x.x
Twilio Php Helper Library’s major version 7.0.1 is now available. We ensured that you can upgrade to Php helper Library 7.0.1 version without any breaking changes. Behind the scenes Php Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages.
[2020-04-15] 6.2.x to 6.3.x
CHANGED - Optional header parameters added to
AuthyendpointsCustom headers are now supported in
twilio-php. The addition of these optional parameters have caused a breaking change to theread,page, andstreamfunctions forEntity,Service, andFactorresources. These functions now expect an array of optional parameters as the first argument.6.2.x
<? use Twilio\Rest\Client; $twilio = new Client();$entities = $twilio->authy->v1->services("ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") ->entities ->read(20);
6.3.x
<? use Twilio\Rest\Client; $twilio = new Client();$entities = $twilio->authy->v1->services("ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") ->entities ->read([], 20);
[2020-02-19] 5.x.x to 6.x.x
Overview
Version
6.x.xis the first version that officially drops support for Php versions 5.5, 5.6, 7.0, and 7.1.Removal and updates to support removing Php versions 5.5, 5.6, 7.0, and 7.1:
- Drop 'array()' syntax and add return types
- Drop 'array()' syntax and add return types in generated code
- Add scalar param type declarations
- Add scalar param type declarations to generated code
- Drop support for end of life Php versions
CHANGED - Added Return and Parameter Types
A TypeError may now be thrown if you pass an incompatible type into a php helper library function or if you depend on an incompatible return type from a Php helper library function.
... (truncated)
Commits
c5c2550Release 7.5.0f68b9ea[Librarian] Regenerated @ 0430a9c977225d55252b84f4d16e16ad2091cde1f951e38Release 7.4.231ca7c0[Librarian] Regenerated @ 66882adf0db70d1f2bc084fe6acef7d99445b17b427baa8Release 7.4.148aa082[Librarian] Regenerated @ fffff4e2a9903902262deb482f4cefeb44c2d0816d1f88cRelease 7.4.019322dc[Librarian] Regenerated @ 42b8ce059dcc13e9d9713dbf88dcec856be2bbc9db64f7bRelease 7.3.050b6d54[Librarian] Regenerated @ 09a1ab1da70c180f61d4cf900865abf7d89eaa32- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)