airtng-laravel
airtng-laravel copied to clipboard
Bump twilio/sdk from 6.22.0 to 7.9.0
Bumps twilio/sdk from 6.22.0 to 7.9.0.
Release notes
Sourced from twilio/sdk's releases.
7.9.0
Release Notes
Api
- Add new property
RiskCheckfor SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value ofdisableto skip any kind of risk check on the respective message requestFlex
- Changing
sid<UO>path param tosid<UT>in interaction channel participant update endpoint (breaking change)Messaging
- Add Channel Sender api
- Fixing country code docs and removing Zipwhip references
Numbers
- Request status changed in numbers/v2/BulkHostedNumberOrders (breaking change)
- Add bulk hosting orders API under version `/v2
7.8.0
Release Notes
Insights
- Normalize annotations parameters in list summary api to be prefixed
Numbers
- Change Bulk_hosted_sid from BHR to BH prefix in HNO and dependent under version
/v2API's. (breaking change)- Added parameter target_account_sid to portability and account_sid to response body
Verify
- Remove beta feature flag to list attempts API.
- Remove beta feature flag to verifications summary attempts API.
7.7.1
Release Notes
Api
- Added
voice-intelligence,voice-intelligence-transcriptionandvoice-intelligence-operatorstousage_recordAPI.- Added
tts-googletousage_recordAPI.Lookups
- Add new
disposable_phone_number_riskpackage to the lookup responseVerify
- Documentation of list attempts API was improved by correcting
date_created_afteranddate_created_beforeexpected date format.- Documentation was improved by correcting
date_created_afteranddate_created_beforeexpected date format parameter on attempts summary API.
... (truncated)
Changelog
Sourced from twilio/sdk's changelog.
[2023-08-24] Version 7.9.0
Api
- Add new property
RiskCheckfor SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value ofdisableto skip any kind of risk check on the respective message requestFlex
- Changing
sid<UO>path param tosid<UT>in interaction channel participant update endpoint (breaking change)Messaging
- Add Channel Sender api
- Fixing country code docs and removing Zipwhip references
Numbers
- Request status changed in numbers/v2/BulkHostedNumberOrders (breaking change)
- Add bulk hosting orders API under version `/v2
[2023-08-10] Version 7.8.0
Insights
- Normalize annotations parameters in list summary api to be prefixed
Numbers
- Change Bulk_hosted_sid from BHR to BH prefix in HNO and dependent under version
/v2API's. (breaking change)- Added parameter target_account_sid to portability and account_sid to response body
Verify
- Remove beta feature flag to list attempts API.
- Remove beta feature flag to verifications summary attempts API.
[2023-07-27] Version 7.7.1
Api
- Added
voice-intelligence,voice-intelligence-transcriptionandvoice-intelligence-operatorstousage_recordAPI.- Added
tts-googletousage_recordAPI.Lookups
- Add new
disposable_phone_number_riskpackage to the lookup responseVerify
- Documentation of list attempts API was improved by correcting
date_created_afteranddate_created_beforeexpected date format.- Documentation was improved by correcting
date_created_afteranddate_created_beforeexpected date format parameter on attempts summary API.- Documentation was improved by adding
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
statusCallbackandstatusCallbackMethodattributes to<Siprec>.
... (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
e23666fRelease 7.9.092c7822[Librarian] Regenerated @ 38fb28edc02f73b8635b45a5612c5ae33eab39fe0959531Release 7.8.0a16bbd5[Librarian] Regenerated @ 1e94599903f1dbac80d3040ebbdba7d3f7fb074d4390f89Release 7.7.1664ca3e[Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b08bee4d7Release 7.7.00dea0be[Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f7458f09a9Release 7.6.0e1e4528[Librarian] Regenerated @ d9d9306ce476f68a10ab20bf103e0e31e523a4b3- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)