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.0.0 #308

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps twilio from 6.57.0 to 8.0.0.

Release notes

Sourced from twilio's releases.

8.0.0

Release Notes

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

Library - Feature

Conversations

  • Expose query parameters start_date, end_date and state in list operation on Conversations resource for sorting and filtering

Insights

  • Added answered by filter in Call Summaries

Lookups

  • Remove disposable_phone_number_risk package (breaking change)

Messaging

  • Add support for SOLE_PROPRIETOR brand type and SOLE_PROPRIETOR campaign use case.
  • New Sole Proprietor Brands should be created with SOLE_PROPRIETOR brand type. Brand registration requests with STARTER brand type will be rejected.
  • New Sole Proprietor Campaigns should be created with SOLE_PROPRIETOR campaign use case. Campaign registration requests with STARTER campaign use case will be rejected.
  • Add Brand Registrations OTP API

Docs

8.0.0-rc.1

Release Notes

Library - Docs

Library - Chore

Library - Fix

... (truncated)

Changelog

Sourced from twilio's changelog.

[2023-04-05] Version 8.0.0

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

Library - Feature

Conversations

  • Expose query parameters start_date, end_date and state in list operation on Conversations resource for sorting and filtering

Insights

  • Added answered by filter in Call Summaries

Lookups

  • Remove disposable_phone_number_risk package (breaking change)

Messaging

  • Add support for SOLE_PROPRIETOR brand type and SOLE_PROPRIETOR campaign use case.
  • New Sole Proprietor Brands should be created with SOLE_PROPRIETOR brand type. Brand registration requests with STARTER brand type will be rejected.
  • New Sole Proprietor Campaigns should be created with SOLE_PROPRIETOR campaign use case. Campaign registration requests with STARTER campaign use case will be rejected.
  • Add Brand Registrations OTP API

[2023-03-22] Version 7.17.0

Api

  • Revert Corrected the data type for friendly_name in Available Phone Number Local, Mobile and TollFree resources
  • Corrected the data type for friendly_name in Available Phone Number Local, Mobile and TollFree resources (breaking change)

Messaging

  • Add linkshortening_messaging_service resource
  • Add new endpoint for GetDomainConfigByMessagingServiceSid
  • Remove validated parameter and add cert_in_validation parameter to Link Shortening API (breaking change)

[2023-03-09] Version 7.16.5

Api

  • Add new categories for whatsapp template

Lookups

  • Remove validation_results from the default_output_properties

Supersim

  • Add ESimProfile's matching_id and activation_code parameters to libraries

[2023-02-22] Version 7.16.4

Api

... (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
  • 9fd5f3f Release 8.0.0
  • f619885 [Librarian] Regenerated @ bb1ac274ed061aeecd32f3c2c4226d23c9c910ce
  • b9b32ef feat!: Merge branch '8.0.0-rc' to main (#702)
  • e7b851e chore: update version parts to use double-quotes
  • 862052d Release 7.17.0
  • 7ac9607 [Librarian] Regenerated @ 063fefeb406fa3d6866703c240040a1e9146ca75
  • d420607 Release 7.16.5
  • 3247ef3 [Librarian] Regenerated @ 05bdd0133313ac71fd55c97753894743b8f3cad9
  • b6a4fc8 Release 7.16.4
  • b7037a7 [Librarian] Regenerated @ 17e62aff1baa8b949ed63e888ff63c1da8945fe5
  • 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 #311.