Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps twilio from 6.30.0 to 7.9.3.

Release notes

Sourced from twilio's releases.

7.9.3

Release Notes

Lookups

  • Adding support for Lookup V2 API

Studio

  • Corrected PII labels to be 30 days and added context to be PII

Twiml

  • Add statusCallbackMethod attribute, nested <Config and <Parameter> elements to <VirtualAgent> noun.
  • Add support for new Amazon Polly voices (Q2 2022) for Say verb
  • Add support for <Conversation> noun

Docs

7.9.2

Release Notes

Library - Chore

Docs

7.9.1

Release Notes

Library - Fix

Api

  • Add property media_url to the recording resources

Verify

  • Include silent as a channel type in the verifications API.

Docs

7.9.0

Release Notes

Conversations

  • Expose query parameter type in list operation on Address Configurations resource

Supersim

  • Add data_total_billed and billed_units fields to Super SIM UsageRecords API response.
  • Change ESimProfiles Eid parameter to optional to enable Activation Code download method support (breaking change)

... (truncated)

Changelog

Sourced from twilio's changelog.

[2022-06-15] Version 7.9.3

Lookups

  • Adding support for Lookup V2 API

Studio

  • Corrected PII labels to be 30 days and added context to be PII

Twiml

  • Add statusCallbackMethod attribute, nested <Config and <Parameter> elements to <VirtualAgent> noun.
  • Add support for new Amazon Polly voices (Q2 2022) for Say verb
  • Add support for <Conversation> noun

[2022-06-01] Version 7.9.2

Library - Chore

[2022-05-18] Version 7.9.1

Library - Fix

Api

  • Add property media_url to the recording resources

Verify

  • Include silent as a channel type in the verifications API.

[2022-05-04] Version 7.9.0

Conversations

  • Expose query parameter type in list operation on Address Configurations resource

Supersim

  • Add data_total_billed and billed_units fields to Super SIM UsageRecords API response.
  • Change ESimProfiles Eid parameter to optional to enable Activation Code download method support (breaking change)

Verify

  • Deprecate push.include_date parameter in create and update service.

[2022-04-20] Version 7.8.2

Library - Fix

... (truncated)

Upgrade guide

Sourced from twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2021-09-22] 6.x.x to 7.x.x

Overview

Version 7.x.x is the first version that officially drops support for Python versions 2.7, 3.4, and 3.5.

Removal of files and dependencies that were added to support Python 2.7, 3.4, and 3.5:

  • Six
    • Removed use of u a fake unicode literal
    • Removed use of b a fake bytes literal
    • Removed PY3 a boolean indicating if the code is running on Python 3
    • text_type type for representing (Unicode) textual data --> str
    • iteritems returns an iterator over dictionary’s items --> items
    • string_types possible types for text data like basestring() in Python 2 and str in Python 3.--> str
  • twilio/compat.py
    • from twilio.compat import urlencode --> from urllib.parse import urlencode
    • izip --> zip
  • twilio/jwt/compat.py
    • Removed compat.compare_digest
  • twilio/jwt/init.py
    • Removed import for simplejson and json

Updated dependencies

CHANGED - Remove the ability to override the algorithm in Jwt.to_jwt().

Removed the ability to override the algorithm while using a jwt access token:

// 6.x.x
from twilio.jwt.access_token import AccessToken
token.to_jwt(algorithm='HS512')
// 7.x.x
from twilio.jwt.access_token import AccessToken
token.to_jwt()

[2017-09-28] 6.6.x to 6.7.x

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

Rationale

This was changed to add support for sending media in Chat messages, users can now either provide a body or a media_sid.

6.6.x

... (truncated)

Commits
  • 85fb0e9 Release 7.9.3
  • ec9cd65 [Librarian] Regenerated @ a300182f597e1050bc57f110ad212d20083b58e4
  • 76f6498 Release 7.9.2
  • d6fe904 [Librarian] Regenerated @ 3a7aa99691a624a056788ce0f9f678c6ae38efba
  • 6ca4473 chore: use Docker 'rc' tag for release candidate images (#608)
  • 1b013eb Release 7.9.1
  • 407489f [Librarian] Regenerated @ a9825d2f96ed67b66a3941b987ee8dfeb178c116
  • cca1a9b fix: Respect HTTPS_PROXY and other settings from env vars (#592)
  • a1b72d1 Release 7.9.0
  • dfbf895 [Librarian] Regenerated @ 91fb5867c6a09e359c0bb254e6da381be4af7049
  • 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)

Bumps [twilio](https://github.com/twilio/twilio-python) from 6.30.0 to 7.9.3.
- [Release notes](https://github.com/twilio/twilio-python/releases)
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-python/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-python@6.30.0...7.9.3)

---
updated-dependencies:
- dependency-name: twilio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.61% when pulling 36ff9e7 on dependabot/pip/twilio-7.9.3 into b455ee7 on master.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 30, 2022

Superseded by #117.

@dependabot dependabot bot closed this Jun 30, 2022
@dependabot dependabot bot deleted the dependabot/pip/twilio-7.9.3 branch June 30, 2022 13:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant