Bump twilio/sdk from 5.7.3 to 6.27.1
Bumps twilio/sdk from 5.7.3 to 6.27.1.
Release notes
Sourced from twilio/sdk's releases.
6.27.1
Release Notes
Conversations
- Expose ParticipantConversations resource
Taskrouter
- Adding
linksto the activity resourceVerify
- Added a
Versionto Verify FactorsWebhooksto add new fields without breaking old Webhooks.6.27.0
Release Notes
Library - Fix
- [PR #689](twilio/twilio-php#689): replace deprecated method build_query with Query::build. Thanks to
@eshanholtz!Conversations
- Changed
last_read_message_indexandunread_messages_counttype in User Conversation's resource (breaking change)- Expose UserConversations resource
Messaging
- Add brand_score field to brand registration responses
6.26.0
Release Notes
Conversations
- Read-only Conversation Email Binding property
bindingSupersim
- Add Billing Period resource for the Super Sim Pilot
- Add List endpoint to Billing Period resource for Super Sim Pilot
- Add Fetch endpoint to Billing Period resource for Super Sim Pilot
Taskrouter
- Update
transcribe&transcription_configurationform params in Reservation update endpoint to have private visibility (breaking change)- Add
transcribe&transcription_configurationform params to Reservation update endpointTwiml
- Add
modifyevent tostatusCallbackEventfor<Conference>.
... (truncated)
Changelog
Sourced from twilio/sdk's changelog.
[2021-07-28] Version 6.27.1
Conversations
- Expose ParticipantConversations resource
Taskrouter
- Adding
linksto the activity resourceVerify
- Added a
Versionto Verify FactorsWebhooksto add new fields without breaking old Webhooks.[2021-07-14] Version 6.27.0
Library - Fix
- [PR #689](twilio/twilio-php#689): replace deprecated method build_query with Query::build. Thanks to
@eshanholtz!Conversations
- Changed
last_read_message_indexandunread_messages_counttype in User Conversation's resource (breaking change)- Expose UserConversations resource
Messaging
- Add brand_score field to brand registration responses
[2021-06-30] Version 6.26.0
Conversations
- Read-only Conversation Email Binding property
bindingSupersim
- Add Billing Period resource for the Super Sim Pilot
- Add List endpoint to Billing Period resource for Super Sim Pilot
- Add Fetch endpoint to Billing Period resource for Super Sim Pilot
Taskrouter
- Update
transcribe&transcription_configurationform params in Reservation update endpoint to have private visibility (breaking change)- Add
transcribe&transcription_configurationform params to Reservation update endpointTwiml
- Add
modifyevent tostatusCallbackEventfor<Conference>.[2021-06-16] Version 6.25.0
Api
- Update
statusenum for Messages to include 'canceled'- Update
update_statusenum for Messages to include 'canceled'Trusthub
... (truncated)
Upgrade guide
Sourced from twilio/sdk's upgrade guide.
Upgrade Guide
After
5.1.1allMINORandMAJORversion bumps will have upgrade notes posted here.[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);
[2017-09-28] 5.1x.x to 5.15.x
CHANGED -
Bodyparameter on ChatMessagecreation is no longer required.Rationale
This was changed to add support for sending media in Chat messages, users can now either provide a
bodyor amedia_sid.5.1x.x
<?phpuse Twilio\Rest\Client;
$client = new Client(); $client->chat->v2->service('IS123')->channel('CH123')->message->create("this is the body");
... (truncated)
Commits
2e36a39Release 6.27.15084cef[Librarian] Regenerated @ 5f994412d6c6003c98a1ff03c7d1bb10b7d39e32481f570Release 6.27.0481aafe[Librarian] Regenerated @ 7987bc34448d66e36aaa4f7174e25f3d57ccccefc09d3eefix: replace deprecated method build_query with Query::build (#689)04ddfe6Release 6.26.0dbd873a[Librarian] Regenerated @ 4e75c7be2507558854a659be2e05b171bcf7512b765fb4echore: add docker credentials to travis95a8fcbRelease 6.25.03fdcd9c[Librarian] Regenerated @ e1d98e904674be752473dcb1f0e54c720a5d0754- 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)