account-security-quickstart-django
account-security-quickstart-django copied to clipboard
Bump twilio from 6.57.0 to 7.15.0
Bumps twilio from 6.57.0 to 7.15.0.
Release notes
Sourced from twilio's releases.
7.15.0
Release Notes
Api
- Make link shortening parameters public (breaking change)
Oauth
- added oauth JWKS endpoint
- Get userinfo resource
- OpenID discovery resource
- Add new API for token endpoint
Supersim
- Add SettingsUpdates resource
Verify
- Update Verify Push endpoints to
gamaturity- Verify BYOT add Channels property to the Get Templates response
Twiml
- Add
requireMatchingInputsattribute andinput-matching-failederrorType to<Prompt>7.14.2
Release Notes
Api
- Added
virtual-agenttousage_recordAPI.- Add AMD attributes to participant create request
Twiml
- Add AMD attributes to
NumberandSip7.14.1
Release Notes
Library - Fix
- [PR #617](twilio/twilio-python#617): support duplicated query param values. Thanks to
@childish-sambino!7.14.0
Release Notes
... (truncated)
Changelog
Sourced from twilio's changelog.
[2022-10-19] Version 7.15.0
Api
- Make link shortening parameters public (breaking change)
Oauth
- added oauth JWKS endpoint
- Get userinfo resource
- OpenID discovery resource
- Add new API for token endpoint
Supersim
- Add SettingsUpdates resource
Verify
- Update Verify Push endpoints to
gamaturity- Verify BYOT add Channels property to the Get Templates response
Twiml
- Add
requireMatchingInputsattribute andinput-matching-failederrorType to<Prompt>[2022-10-05] Version 7.14.2
Api
- Added
virtual-agenttousage_recordAPI.- Add AMD attributes to participant create request
Twiml
- Add AMD attributes to
NumberandSip[2022-09-21] Version 7.14.1
Library - Fix
- [PR #617](twilio/twilio-python#617): support duplicated query param values. Thanks to
@childish-sambino![2022-09-07] Version 7.14.0
Library - Fix
- [PR #615](twilio/twilio-python#615): support duplicate query param values. Thanks to
@childish-sambino!Flex
- Removed redundant
closestatus from Flex Interactions flow (breaking change)- Adding
debugger_integrationandflex_ui_status_reportto Flex ConfigurationMessaging
- Add create, list and get tollfree verification API
... (truncated)
Upgrade guide
Sourced from twilio's upgrade guide.
Upgrade Guide
MAJORversion bumps will have upgrade notes posted here.[2021-09-22] 6.x.x to 7.x.x
Overview
Version
7.x.xis 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
ua fake unicode literal- Removed use of
ba fake bytes literal- Removed
PY3a boolean indicating if the code is running on Python 3text_typetype for representing (Unicode) textual data -->striteritemsreturns an iterator over dictionary’s items -->itemsstring_typespossible 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 urlencodeizip-->zip- twilio/jwt/compat.py
- Removed
compat.compare_digest- twilio/jwt/init.py
- Removed import for
simplejsonandjsonUpdated dependencies
CHANGED - Remove the ability to override the
algorithminJwt.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 -
Bodyparameter on ChatMessagecreation is no longer required.Rationale
This was changed to add support for sending media in Chat messages, users can now either provide a
bodyor amedia_sid.6.6.x
... (truncated)
Commits
c13b91dRelease 7.15.0f9e142e[Librarian] Regenerated @ 1f092ba9afa4c22854ac65f8a1af7e63b84aae2acaa9c42Release 7.14.263c8b79[Librarian] Regenerated @ f65fb6491354c2afb05cb81a1442ab0880c883c184972e5Release 7.14.1ab9532c[Librarian] Regenerated @ 082495f63e8a5af805af3c13bd6b2d512ff8ceccb3a5debfix: support duplicated query param values (#617)c9c68a0Release 7.14.0ab346fd[Librarian] Regenerated @ ade563fc57a4dee06c74dd93e9921a155b4c5a4430368b0test: update common test case- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)