Bump twilio from 6.0.0 to 8.9.0
Bumps twilio from 6.0.0 to 8.9.0.
Release notes
Sourced from twilio's releases.
8.9.0
Release Notes
Conversations
- Enable conversation email bindings, email address configurations and email message subjects
Flex
- Adding
console_errors_includedto Flex Configuration fielddebugger_integrations- Introducing new channel status as
inactivein modify channel endpoint for leave functionality (breaking change)- Adding
citrix_voice_vdito Flex ConfigurationTaskrouter
- Add Update Queues, Workers, Workflow Real Time Statistics API to flex-rt-data-api-v2 endpoint
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint
8.8.0
Release Notes
Api
- Make message tagging parameters public (breaking change)
Flex
- Adding
agent_conv_end_methodsto Flex ConfigurationMessaging
- Mark Mesasging Services fallback_to_long_code feature obsolete
Numbers
- Add Create Port In request api
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders (breaking change)
Pricing
- gate resources behind a beta_feature
8.7.0
Release Notes
Library - Test
- [PR #719](twilio/twilio-python#719): Update test_webhook.py. Thanks to
@kridai!Api
- Add new property
RiskCheckfor SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value ofdisableto skip any kind of risk check on the respective message requestFlex
... (truncated)
Changelog
Sourced from twilio's changelog.
[2023-09-21] Version 8.9.0
Conversations
- Enable conversation email bindings, email address configurations and email message subjects
Flex
- Adding
console_errors_includedto Flex Configuration fielddebugger_integrations- Introducing new channel status as
inactivein modify channel endpoint for leave functionality (breaking change)- Adding
citrix_voice_vdito Flex ConfigurationTaskrouter
- Add Update Queues, Workers, Workflow Real Time Statistics API to flex-rt-data-api-v2 endpoint
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint
[2023-09-07] Version 8.8.0
Api
- Make message tagging parameters public (breaking change)
Flex
- Adding
agent_conv_end_methodsto Flex ConfigurationMessaging
- Mark Mesasging Services fallback_to_long_code feature obsolete
Numbers
- Add Create Port In request api
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders (breaking change)
Pricing
- gate resources behind a beta_feature
[2023-08-24] Version 8.7.0
Library - Test
- [PR #719](twilio/twilio-python#719): Update test_webhook.py. Thanks to
@kridai!Api
- Add new property
RiskCheckfor SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value ofdisableto skip any kind of risk check on the respective message requestFlex
- Changing
sid<UO>path param tosid<UT>in interaction channel participant update endpoint (breaking change)Messaging
- Add Channel Sender api
- Fixing country code docs and removing Zipwhip references
Numbers
... (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
1924b91Release 8.9.03d9eecb[Librarian] Regenerated @ c9ac9b9736431d573d8dec29ad3095eee969cdea1ac2185Release 8.8.080c5f9c[Librarian] Regenerated @ b32d3e1eba2177c81eeca51181f67e618fe86dbe9991fabRelease 8.7.008a1cb0[Librarian] Regenerated @ 38fb28edc02f73b8635b45a5612c5ae33eab39fec796ab4test: Update test_webhook.py (#719)afce1f4Release 8.6.0f617145[Librarian] Regenerated @ 1e94599903f1dbac80d3040ebbdba7d3f7fb074d4f6347fRelease 8.5.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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)