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.44.3 #109

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps twilio/sdk from 5.7.3 to 6.44.3.

Release notes

Sourced from twilio/sdk's releases.

6.44.3

Release Notes

Library - Fix

Lookups

  • Add disposable_phone_number_risk package to the lookup response
  • Add sms_pumping_risk package to the lookup response

Docs

6.44.2

Release Notes

Api

  • Add public_application_connect_enabled param to Application resource

Messaging

  • Add new tollfree verification API property (ExternalReferenceId)]

Verify

  • Add device_ip parameter and channel auto for sna/sms orchestration

Twiml

  • Add support for <Application> noun and <ApplicationSid> noun, nested <Parameter> to <Hangup> and <Leave> verb

Docs

6.44.1

Release Notes

Conversations

  • Add support for creating Multi-Channel Rich Content Messages

Lookups

  • Changed the no data message for match postal code from no_data to data_not_available in identity match package

Messaging

  • Add update/edit tollfree verification API

Docs

6.44.0

Release Notes

Api

... (truncated)

Changelog

Sourced from twilio/sdk's changelog.

[2023-02-08] Version 6.44.3

Library - Fix

Lookups

  • Add disposable_phone_number_risk package to the lookup response
  • Add sms_pumping_risk package to the lookup response

[2023-01-25] Version 6.44.2

Api

  • Add public_application_connect_enabled param to Application resource

Messaging

  • Add new tollfree verification API property (ExternalReferenceId)]

Verify

  • Add device_ip parameter and channel auto for sna/sms orchestration

Twiml

  • Add support for <Application> noun and <ApplicationSid> noun, nested <Parameter> to <Hangup> and <Leave> verb

[2023-01-11] Version 6.44.1

Conversations

  • Add support for creating Multi-Channel Rich Content Messages

Lookups

  • Changed the no data message for match postal code from no_data to data_not_available in identity match package

Messaging

  • Add update/edit tollfree verification API

[2022-12-14] Version 6.44.0

Api

  • Add street_secondary param to address create and update
  • Make method optional for user defined message subscription (breaking change)

Flex

  • Flex Conversations is now Generally Available
  • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
  • Change web channels to GA and library visibility to public
  • Changing the uri for authorization api from using Accounts to Insights (breaking change)

Media

... (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
  • 0e3e513 Release 6.44.3
  • 2d7e2ee [Librarian] Regenerated @ 6112a581d3189fe96d26eb29eb9adfdbd1c2ada5
  • deb8e17 fix: test failures for PhpUnit >=10 (#770)
  • deec320 Release 6.44.2
  • 56ffc60 [Librarian] Regenerated @ a72b955e51d75514f3c944c81b9db17278cfad69
  • 0739f62 Release 6.44.1
  • 0cbeb7e [Librarian] Regenerated @ 82775d167bff9b55d1399fe288c2934a02411e8c
  • eea43de docs: updated the year in the license
  • d0f8b4c Release 6.44.0
  • 3d837c7 [Librarian] Regenerated @ 964f1611ab7481d828261f49551385a276499e30
  • 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 #110.