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

chore(deps-dev): bump twilio/sdk from 7.3.0 to 8.0.1 #1416

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps twilio/sdk from 7.3.0 to 8.0.1.

Release notes

Sourced from twilio/sdk's releases.

8.0.1

Release Notes

Flex

  • Add header ui_version to web_channels API

Messaging

  • Redeploy after failed pipeline

Numbers

  • Add Delete Port In request phone number api and Add Delete Port In request api

Docs

8.0.0

Release Notes

Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.

Library - Feature

Api

  • Correct conference filtering by date_created and date_updated documentation, clarifying that times are UTC.

Flex

  • Remove optional parameter from plugins and it to plugin_versions

Lookups

  • Add new pre_fill package to the lookup response

Messaging

  • Cleanup api.messaging.next-gen from Messaging Services endpoints
  • Readd Sending-Window after fixing test failure

Verify

  • Add whatsapp.msg_service_sid and whatsapp.from parameters to create, update, get and list of services endpoints

Voice

  • Correct conference filtering by date_created and date_updated documentation, clarifying that times are UTC.

Twiml

  • Add new token_type value payment-method for Pay verb

Docs

8.0.0-rc.1

Release Notes

... (truncated)

Changelog

Sourced from twilio/sdk's changelog.

[2024-04-18] Version 8.0.1

Flex

  • Add header ui_version to web_channels API

Messaging

  • Redeploy after failed pipeline

Numbers

  • Add Delete Port In request phone number api and Add Delete Port In request api

[2024-04-04] Version 8.0.0

Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.

Library - Feature

Api

  • Correct conference filtering by date_created and date_updated documentation, clarifying that times are UTC.

Flex

  • Remove optional parameter from plugins and it to plugin_versions

Lookups

  • Add new pre_fill package to the lookup response

Messaging

  • Cleanup api.messaging.next-gen from Messaging Services endpoints
  • Readd Sending-Window after fixing test failure

Verify

  • Add whatsapp.msg_service_sid and whatsapp.from parameters to create, update, get and list of services endpoints

Voice

  • Correct conference filtering by date_created and date_updated documentation, clarifying that times are UTC.

Twiml

  • Add new token_type value payment-method for Pay verb

[2024-04-01] Version 7.16.2

Api

  • Add property queue_time to conference participant resource
  • Update RiskCheck documentation
  • Correct call filtering by start and end time documentation, clarifying that times are UTC.

Flex

... (truncated)

Upgrade guide

Sourced from twilio/sdk's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2023-03-25] 7.x.x to 8.x.x

Twilio Php Helper Library’s major version 8.0.0 is now available. We ensured that you can upgrade to Php helper Library 8.0.0 version without any breaking changes of existing apis

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. We're pleased to inform you that version 8.0.0 adds support for the application/json content type in the request body.

[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:

... (truncated)

Commits
  • 161fbeb Release 8.0.1
  • df66fb7 [Librarian] Regenerated @ bd01257c5bef8696988f5e9f18d803d8ccdb5a0f 0d301f7b88...
  • 750ecf5 Release 8.0.0
  • 9c76e34 [Librarian] Regenerated @ b894abe9525247ea4345d78891244817d397f6de f80058eb41...
  • c8b4e6c feat!: Merge 8.0.0-rc into main (#803)
  • 02ad214 Release 7.16.2
  • a58e314 [Librarian] Regenerated @ 7e2caf2ef38bb07afedbc8ba24e3a235c57337ad
  • f97c450 Release 7.16.1
  • 841b7de [Librarian] Regenerated @ 2264f28906b87ae1f1aedbf72f8dc0e4b57a545a
  • b5578d9 Release 7.16.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 7.3.0 to 8.0.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@7.3.0...8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2024

Superseded by #1444.

@dependabot dependabot bot closed this May 24, 2024
@dependabot dependabot bot deleted the dependabot/composer/twilio/sdk-8.0.1 branch May 24, 2024 23: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants