TwilioDevEd / account-security-quickstart-django

A simple implementation of a Twilio Account Security protected site using Python and Django.
MIT License
31 stars 33 forks source link

Bump twilio from 6.57.0 to 8.4.0 #327

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps twilio from 6.57.0 to 8.4.0.

Release notes

Sourced from twilio's releases.

8.4.0

Release Notes

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)
  • Added bulk Portability API under version /v1.
  • Added Portability API under version /v1.

Docs

8.3.0

Release Notes

Api

  • Added content_sid as conditional parameter
  • Removed content_sid as optional field (breaking change)

Insights

  • Added annotation to list summary output

Docs

8.2.2

Release Notes

Api

  • Add Trim to create Conference Participant API

Intelligence

  • First public beta release for Voice Intelligence APIs with client libraries

Messaging

  • Add new errors attribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.

Docs

8.2.1

Release Notes

Conversations

  • Added AddressCountry parameter to Address Configuration endpoint, to support regional short code addresses
  • Added query parameters start_date, end_date and state in list Conversations resource for filtering

... (truncated)

Changelog

Sourced from twilio's changelog.

[2023-06-28] Version 8.4.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)
  • Added bulk Portability API under version /v1.
  • Added Portability API under version /v1.

[2023-06-15] Version 8.3.0

Api

  • Added content_sid as conditional parameter
  • Removed content_sid as optional field (breaking change)

Insights

  • Added annotation to list summary output

[2023-06-01] Version 8.2.2

Api

  • Add Trim to create Conference Participant API

Intelligence

  • First public beta release for Voice Intelligence APIs with client libraries

Messaging

  • Add new errors attribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.

[2023-05-18] Version 8.2.1

Conversations

  • Added AddressCountry parameter to Address Configuration endpoint, to support regional short code addresses
  • Added query parameters start_date, end_date and state in list Conversations resource for filtering

Insights

  • Added annotations parameters to list summary api

Messaging

  • Add GET domainByMessagingService endpoint to linkShortening service
  • Add disable_https to link shortening domain_config properties

Numbers

  • Add bulk_eligibility api under version /v1.

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2023-04-05] 7.x.x to 8.x.x

  • Supported Python versions updated

    • Dropped support for Python 3.6 (#632)
    • Python 3.7 is the new required minimum version to use twilio-python helper library
  • Deletion of TwiML Voice Deprecated Methods (#643)

    • <Refer>

      • Refer.refer_sip() replaced by Refer.sip()
    • <Say>

      • Say.ssml_break() replaced by Say.break_()
      • Say.ssml_emphasis() replaced by Say.emphasis()
      • Say.ssml_lang() replaced by Say.lang()
      • Say.ssml_p() replaced by Say.p()
      • Say.ssml_phoneme() replaced by Say.phoneme()
      • Say.ssml_prosody() replaced by Say.prosody()
      • Say.ssml_s() replaced by Say.s()
      • Say.ssml_say_as() replaced by Say.say_as()
      • Say.ssml_sub() replaced by Say.sub()
      • Say.ssml_w() replaced by Say.w()

      Old:

      from twilio.twiml.voice_response import VoiceResponse
      resp = VoiceResponse()
      say = resp.say("Hello")
      say.ssml_emphasis("you")
      

      New:

      from twilio.twiml.voice_response import VoiceResponse
      resp = VoiceResponse()
      say = resp.say("Hello")
      say.emphasis("you")
      
  • JWT token building deprecations (#644)

    • ConversationsGrant has been deprecated in favor of VoiceGrant
    • IpMessagingGrant has been removed
  • twilio.rest.api.v2010.account.available_phone_number has been renamed to twilio.rest.api.v2010.account.available_phone_number_country

  • TaskRouter Workers Statistics operations updated (#653)

... (truncated)

Commits
  • bc26248 Release 8.4.0
  • b943ff0 [Librarian] Regenerated @ d9d9306ce476f68a10ab20bf103e0e31e523a4b3
  • 4de3255 Release 8.3.0
  • ba11724 [Librarian] Regenerated @ 0430a9c977225d55252b84f4d16e16ad2091cde1
  • 27df2a7 Release 8.2.2
  • 30674b2 [Librarian] Regenerated @ 66882adf0db70d1f2bc084fe6acef7d99445b17b
  • d9a0e5d Release 8.2.1
  • 58f5223 [Librarian] Regenerated @ fffff4e2a9903902262deb482f4cefeb44c2d081
  • d40bb65 Release 8.2.0
  • 00d2dad [Librarian] Regenerated @ 42b8ce059dcc13e9d9713dbf88dcec856be2bbc9
  • 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 #331.