Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump twilio/sdk from 6.42.2 to 7.7.1 #921

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps twilio/sdk from 6.42.2 to 7.7.1.

Release notes

Sourced from twilio/sdk's releases.

7.7.1

Release Notes

Api

  • Added voice-intelligence, voice-intelligence-transcription and voice-intelligence-operators to usage_record API.
  • Added tts-google to usage_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 and date_created_before expected date format.
  • Documentation was improved by correcting date_created_after and date_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 and statusCallbackMethod attributes to <Siprec>.

Docs

7.7.0

Release Notes

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

Docs

7.6.0

Release Notes

... (truncated)

Changelog

Sourced from twilio/sdk's changelog.

[2023-07-27] Version 7.7.1

Api

  • Added voice-intelligence, voice-intelligence-transcription and voice-intelligence-operators to usage_record API.
  • Added tts-google to usage_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 and date_created_before expected date format.
  • Documentation was improved by correcting date_created_after and date_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 and statusCallbackMethod attributes to <Siprec>.

[2023-07-13] Version 7.7.0

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

[2023-06-28] Version 7.6.0

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)

... (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 Authy endpoints

Custom headers are now supported in twilio-php. The addition of these optional parameters have caused a breaking change to the read, page, and stream functions for Entity, Service, and Factor resources. 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.x is 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:

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
  • 4390f89 Release 7.7.1
  • 664ca3e [Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0
  • 8bee4d7 Release 7.7.0
  • 0dea0be [Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f74
  • 58f09a9 Release 7.6.0
  • e1e4528 [Librarian] Regenerated @ d9d9306ce476f68a10ab20bf103e0e31e523a4b3
  • c5c2550 Release 7.5.0
  • f68b9ea [Librarian] Regenerated @ 0430a9c977225d55252b84f4d16e16ad2091cde1
  • f951e38 Release 7.4.2
  • 31ca7c0 [Librarian] Regenerated @ 66882adf0db70d1f2bc084fe6acef7d99445b17b
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 6.42.2 to 7.7.1.
- [Release notes](https://github.com/twilio/twilio-php/releases)
- [Changelog](https://github.com/twilio/twilio-php/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-php/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-php@6.42.2...7.7.1)

---
updated-dependencies:
- dependency-name: twilio/sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 31, 2023
@dependabot dependabot bot force-pushed the dependabot/composer/twilio/sdk-7.7.1 branch from 9dd1724 to 19a8a32 Compare July 31, 2023 14:57
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Patch coverage: 51.57% and project coverage change: +0.11% 🎉

Comparison is base (558daa1) 50.51% compared to head (19a8a32) 50.63%.
Report is 90 commits behind head on 2.3.x.

Additional details and impacted files
@@             Coverage Diff              @@
##              2.3.x     #921      +/-   ##
============================================
+ Coverage     50.51%   50.63%   +0.11%     
+ Complexity     2208     2179      -29     
============================================
  Files           437      438       +1     
  Lines          8241     8026     -215     
============================================
- Hits           4163     4064      -99     
+ Misses         4078     3962     -116     
Flag Coverage Δ
unittests 50.63% <51.57%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...le/Event/Listener/AuthenticationSuccessHandler.php 0.00% <0.00%> (ø)
src/ApiBundle/Security/ApiTokenAuthenticator.php 66.66% <ø> (-2.39%) ⬇️
src/ClientBundle/Action/Add.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Ajax/Address/Edit.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Ajax/Contact/Add.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Ajax/Contact/Edit.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Ajax/Credit.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Ajax/Delete.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Ajax/Info.php 0.00% <0.00%> (ø)
src/ClientBundle/Action/Edit.php 0.00% <0.00%> (ø)
... and 104 more

... and 149 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #929.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/composer/twilio/sdk-7.7.1 branch August 28, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants