TwilioDevEd / video-access-token-server-php

Twilio Video server-side web app in PHP
MIT License
26 stars 26 forks source link

Bump twilio/sdk from 5.7.3 to 6.43.1 #102

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps twilio/sdk from 5.7.3 to 6.43.1.

Release notes

Sourced from twilio/sdk's releases.

6.43.1

Release Notes

Api

  • Added contentSid and contentVariables to Message resource with public visibility as Beta
  • Add UserDefinedMessageSubscription and UserDefinedMessage resource

Proxy

  • Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create

Supersim

  • Update SettingsUpdates resource to remove PackageSid

Taskrouter

  • Add Ordering query parameter to Workers and TaskQueues for sorting by
  • Add worker_sid query param for list reservations endpoint

Twiml

  • Add url and method attributes to <Conversation>

Docs

6.43.0

Release Notes

Api

  • Make link shortening parameters public (breaking change)

Oauth

  • added oauth JWKS endpoint
  • Get userinfo resource
  • OpenID discovery resource
  • Add new API for token endpoint

Supersim

  • Add SettingsUpdates resource

Verify

  • Update Verify Push endpoints to ga maturity
  • Verify BYOT add Channels property to the Get Templates response

Twiml

  • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

Docs

6.42.2

Release Notes

... (truncated)

Changelog

Sourced from twilio/sdk's changelog.

[2022-10-31] Version 6.43.1

Api

  • Added contentSid and contentVariables to Message resource with public visibility as Beta
  • Add UserDefinedMessageSubscription and UserDefinedMessage resource

Proxy

  • Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create

Supersim

  • Update SettingsUpdates resource to remove PackageSid

Taskrouter

  • Add Ordering query parameter to Workers and TaskQueues for sorting by
  • Add worker_sid query param for list reservations endpoint

Twiml

  • Add url and method attributes to <Conversation>

[2022-10-19] Version 6.43.0

Api

  • Make link shortening parameters public (breaking change)

Oauth

  • added oauth JWKS endpoint
  • Get userinfo resource
  • OpenID discovery resource
  • Add new API for token endpoint

Supersim

  • Add SettingsUpdates resource

Verify

  • Update Verify Push endpoints to ga maturity
  • Verify BYOT add Channels property to the Get Templates response

Twiml

  • Add requireMatchingInputs attribute and input-matching-failed errorType to <Prompt>

[2022-10-05] Version 6.42.2

Api

  • Added virtual-agent to usage_record API.
  • Add AMD attributes to participant create request

Twiml

  • Add AMD attributes to Number and Sip

... (truncated)

Upgrade guide

Sourced from twilio/sdk's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

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

[2017-09-28] 5.1x.x to 5.15.x

CHANGED - Body parameter on Chat Message creation is no longer required.

... (truncated)

Commits
  • 040e989 Release 6.43.1
  • d99ca38 [Librarian] Regenerated @ 01f08ee7ea770beb526f655c6e616695f7eab4e0
  • 687245e Release 6.43.0
  • 18460ec [Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2a
  • a86746d Release 6.42.2
  • 62eea62 [Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c1
  • 8a1a5bc Release 6.42.1
  • 0527e25 [Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8cecc
  • d32b967 fix: support duplicate query param values (#745)
  • fff5abe Release 6.42.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 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 1 year ago

Superseded by #103.