tzsk / sms

Laravel SMS Gateway Integration Package
MIT License
289 stars 79 forks source link

chore(deps-dev): bump twilio/sdk from 7.3.0 to 8.2.3 #1520

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps twilio/sdk from 7.3.0 to 8.2.3.

Release notes

Sourced from twilio/sdk's releases.

8.2.3

Release Notes

Library - Fix

Api

  • Update documentation of error_code and error_message on the Message resource.
  • Remove generic parameters from transcription resource
  • Added public documentation for Payload Data retrieval API

Flex

  • Adding update Flex User api

Insights

  • Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary

Intelligence

  • Add words array information to the Sentences v2 entity.
  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config headers for Operator Results.
  • Change the path parameter when fetching an /OperatorType/{} from sid<EY> to string to support searching by SID or by name
  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config headers for Transcript and Service endpoints.

Messaging

  • Adds two new channel senders api to add/remove channel senders to/from a messaging service
  • Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC

Numbers

  • Modify visibility to public in bundle clone API
  • Add port_date field to Port In Request and Port In Phone Numbers Fetch APIs
  • Change properties docs for port in phone numbers api
  • Add is_test body param to the Bundle Create API
  • Change properties docs for port in api

Trusthub

  • Add new field in themeSetId in compliance_inquiry.

Verify

  • Update custom_code_enabled description on verification docs

Docs

8.2.2

Release Notes

Intelligence

  • Deprecate account flag api.twilio-intelligence.v2

... (truncated)

Changelog

Sourced from twilio/sdk's changelog.

[2024-08-26] Version 8.2.3

Library - Fix

Api

  • Update documentation of error_code and error_message on the Message resource.
  • Remove generic parameters from transcription resource
  • Added public documentation for Payload Data retrieval API

Flex

  • Adding update Flex User api

Insights

  • Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary

Intelligence

  • Add words array information to the Sentences v2 entity.
  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config headers for Operator Results.
  • Change the path parameter when fetching an /OperatorType/{} from sid<EY> to string to support searching by SID or by name
  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config headers for Transcript and Service endpoints.

Messaging

  • Adds two new channel senders api to add/remove channel senders to/from a messaging service
  • Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC

Numbers

  • Modify visibility to public in bundle clone API
  • Add port_date field to Port In Request and Port In Phone Numbers Fetch APIs
  • Change properties docs for port in phone numbers api
  • Add is_test body param to the Bundle Create API
  • Change properties docs for port in api

Trusthub

  • Add new field in themeSetId in compliance_inquiry.

Verify

  • Update custom_code_enabled description on verification docs

[2024-07-02] Version 8.2.2

Intelligence

  • Deprecate account flag api.twilio-intelligence.v2

[2024-06-27] Version 8.2.1

Library - Chore

... (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
  • 9b0297d Release 8.2.3
  • 11b2268 [Librarian] Regenerated @ c8ce9820730ef3b2a48912311d45afb8c26b9ee7 2ee5b1fa49...
  • 129d389 fix: Orgs api metadata removal for php repo (#812)
  • 4cdba33 Fix typo in README.md (#781)
  • 10dbd6e Release 8.2.2
  • 5b849ea [Librarian] Regenerated @ a412066ed53a791734369f33f4b2f579662850b3 e43180215d...
  • 7b85c1a Release 8.2.1
  • 513ca5c [Librarian] Regenerated @ 93a2de5505384cb61be7440d3563d93d5cf980df 5146479cf5...
  • e634588 chore: fix contentType check in post and put (#811)
  • 1c6f896 Release 8.2.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 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)
dependabot[bot] commented 2 months ago

Superseded by #1528.