automated-survey-django
automated-survey-django copied to clipboard
Bump twilio from 6.9.0 to 8.5.0
Bumps twilio from 6.9.0 to 8.5.0.
Release notes
Sourced from twilio's releases.
8.5.0
Release Notes
Library - Fix
- [PR #718](twilio/twilio-python#718): Create init.py for intelligence domain. Thanks to
@AsabuHere!Flex
- Adding
interaction_context_sidas optional parameter in Interactions APIMessaging
- Making visiblity public for tollfree_verification API
Numbers
- Remove Sms capability property from HNO creation under version
/v2of HNO API. (breaking change)- Update required properties in LOA creation under version
/v2of Authorization document API. (breaking change)Taskrouter
- Add api to fetch task queue statistics for multiple TaskQueues
Verify
- Add
RiskCheckoptional parameter on Verification creation.Twiml
- Add Google Voices and languages
8.4.0
Release Notes
Lookups
- Add
reassigned_numberpackage to the lookup responseNumbers
- 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.8.3.0
Release Notes
Api
- Added
content_sidas conditional parameter- Removed
content_sidas optional field (breaking change)
... (truncated)
Changelog
Sourced from twilio's changelog.
[2023-07-13] Version 8.5.0
Library - Fix
- [PR #718](twilio/twilio-python#718): Create init.py for intelligence domain. Thanks to
@AsabuHere!Flex
- Adding
interaction_context_sidas optional parameter in Interactions APIMessaging
- Making visiblity public for tollfree_verification API
Numbers
- Remove Sms capability property from HNO creation under version
/v2of HNO API. (breaking change)- Update required properties in LOA creation under version
/v2of Authorization document API. (breaking change)Taskrouter
- Add api to fetch task queue statistics for multiple TaskQueues
Verify
- Add
RiskCheckoptional parameter on Verification creation.Twiml
- Add Google Voices and languages
[2023-06-28] Version 8.4.0
Lookups
- Add
reassigned_numberpackage to the lookup responseNumbers
- 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_sidas conditional parameter- Removed
content_sidas optional field (breaking change)Insights
- Added
annotationto list summary output[2023-06-01] Version 8.2.2
Api
... (truncated)
Upgrade guide
Sourced from twilio's upgrade guide.
Upgrade Guide
MAJORversion 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_sip()replaced byRefer.sip()
Say.ssml_break()replaced bySay.break_()Say.ssml_emphasis()replaced bySay.emphasis()Say.ssml_lang()replaced bySay.lang()Say.ssml_p()replaced bySay.p()Say.ssml_phoneme()replaced bySay.phoneme()Say.ssml_prosody()replaced bySay.prosody()Say.ssml_s()replaced bySay.s()Say.ssml_say_as()replaced bySay.say_as()Say.ssml_sub()replaced bySay.sub()Say.ssml_w()replaced bySay.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)
ConversationsGranthas been deprecated in favor ofVoiceGrantIpMessagingGranthas been removed
twilio.rest.api.v2010.account.available_phone_numberhas been renamed totwilio.rest.api.v2010.account.available_phone_number_countryTaskRouter Workers Statistics operations updated (#653)
... (truncated)
Commits
b2b5739Release 8.5.0e0dace1[Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f74541ce70fix: Create init.py for intelligence domain (#718)bc26248Release 8.4.0b943ff0[Librarian] Regenerated @ d9d9306ce476f68a10ab20bf103e0e31e523a4b34de3255Release 8.3.0ba11724[Librarian] Regenerated @ 0430a9c977225d55252b84f4d16e16ad2091cde127df2a7Release 8.2.230674b2[Librarian] Regenerated @ 66882adf0db70d1f2bc084fe6acef7d99445b17bd9a0e5dRelease 8.2.1- 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)