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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2021

Bumps twilio from 6.30.0 to 7.4.0.

Release notes

Sourced from twilio's releases.

7.4.0

Release Notes

Library - Feature

Api

  • Add optional boolean send_as_mms parameter to the create action of Message resource (breaking change)
  • Change team ownership for call delete

Conversations

  • Change wording for Service Webhook Configuration resource fields

Insights

  • Added new APIs for updating and getting voice insights flags by accountSid.

Media

  • Add max_duration param to MediaProcessor

Video

  • Add EmptyRoomTimeout and UnusedRoomTimeout properties to a room; add corresponding parameters to room creation

Voice

  • Add endpoint to delete archived Calls

Docs

7.3.2

Release Notes

Conversations

  • Add Service Webhook Configuration resource

Flex

  • Adding flex_insights_drilldown and flex_url objects to Flex Configuration

Messaging

  • Update us_app_to_person endpoints to remove beta feature flag based access

Supersim

  • Add IP Commands resource

Verify

  • Add optional factor_friendly_name parameter to the create access token endpoint.

Video

  • Add maxParticipantDuration param to Rooms

Twiml

... (truncated)

Changelog

Sourced from twilio's changelog.

[2021-12-15] Version 7.4.0

Library - Feature

Api

  • Add optional boolean send_as_mms parameter to the create action of Message resource (breaking change)
  • Change team ownership for call delete

Conversations

  • Change wording for Service Webhook Configuration resource fields

Insights

  • Added new APIs for updating and getting voice insights flags by accountSid.

Media

  • Add max_duration param to MediaProcessor

Video

  • Add EmptyRoomTimeout and UnusedRoomTimeout properties to a room; add corresponding parameters to room creation

Voice

  • Add endpoint to delete archived Calls

[2021-12-01] Version 7.3.2

Conversations

  • Add Service Webhook Configuration resource

Flex

  • Adding flex_insights_drilldown and flex_url objects to Flex Configuration

Messaging

  • Update us_app_to_person endpoints to remove beta feature flag based access

Supersim

  • Add IP Commands resource

Verify

  • Add optional factor_friendly_name parameter to the create access token endpoint.

Video

  • Add maxParticipantDuration param to Rooms

Twiml

  • Unrevert Add supported SSML children to <emphasis>, <lang>, <p>, <prosody>, <s>, and <w>.
  • Revert Add supported SSML children to <emphasis>, <lang>, <p>, <prosody>, <s>, and <w>.

... (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
  • f40fc4f Release 7.4.0
  • 159ac80 [Librarian] Regenerated @ 0abbad22a16b8d30bf075bd4ce86bc83cc998b3b
  • 2ef74d3 feat: run tests before deploying (#582)
  • afb0a06 Release 7.3.2
  • 3051641 [Librarian] Regenerated @ 0648d4ca0c72e6caa5ef9ec33e4ee2c56259bb7e
  • 9accbc8 Release 7.3.1
  • 8713e09 [Librarian] Regenerated @ 352c12d2f3566583bc444c27197a49bb3ebfbab0
  • 4ac3fd5 fix: git log retrieval issues (#578)
  • 94266f1 Release 7.3.0
  • bf4383d [Librarian] Regenerated @ e0df82c8ae69535c5e7ef760fd71e566608cfd97
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2021
@coveralls
Copy link

coveralls commented Dec 30, 2021

Coverage Status

Coverage remained the same at 96.61% when pulling 0d88b4c on dependabot/pip/twilio-7.4.0 into b455ee7 on master.

Bumps [twilio](https://github.com/twilio/twilio-python) from 6.30.0 to 7.4.0.
- [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.4.0)

---
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 force-pushed the dependabot/pip/twilio-7.4.0 branch from 5a91382 to 0d88b4c Compare January 12, 2022 15:09
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 13, 2022

Superseded by #99.

@dependabot dependabot bot closed this Jan 13, 2022
@dependabot dependabot bot deleted the dependabot/pip/twilio-7.4.0 branch January 13, 2022 13:29
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.

2 participants