video-access-token-server-node
video-access-token-server-node copied to clipboard
Bump twilio from 3.84.1 to 4.18.0
Bumps twilio from 3.84.1 to 4.18.0.
Release notes
Sourced from twilio's releases.
4.18.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
4.17.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
4.16.0
Release Notes
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
... (truncated)
Changelog
Sourced from twilio's changelog.
[2023-09-21] Version 4.18.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 4.17.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 4.16.0
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
- Request status changed in numbers/v2/BulkHostedNumberOrders (breaking change)
- Add bulk hosting orders API under version `/v2
... (truncated)
Upgrade guide
Sourced from twilio's upgrade guide.
Upgrade Guide
All
MAJORversion bumps will have upgrade notes posted here.[2023-01-25] 3.x.x to 4.x.x
- Supported Node.js versions updated
- Lazy loading enabled by default (#752)
- Required Twilio modules now lazy load by default
- See the README for how to disable lazy loading
- Type changes from
objecttoRecord(#873)
- Certain response properties now use the
Recordtype withstringkeys- Including the
subresourceUrisproperty for v2010 APIs and thelinksproperties for non-v2010 APIs- Access Tokens
- Creating an AccessToken requires an
identityin the options (#875)ConversationsGranthas been deprecated in favor ofVoiceGrant(#783)IpMessagingGranthas been removed (#784)- TwiML function deprecations (#788)
<Refer>
Refer.referSip()replaced byRefer.sip()<Say>
Say.ssmlBreak()andSay.break_()replaced bySay.break()
Say.ssmlEmphasis()replaced bySay.emphasis()
Say.ssmlLang()replaced bySay.lang()
Say.ssmlP()replaced bySay.p()
Say.ssmlPhoneme()replaced bySay.phoneme()
Say.ssmlProsody()replaced bySay.prosody()
Say.ssmlS()replaced bySay.s()
Say.ssmlSayAs()replaced bySay.sayAs()
Say.ssmlSub()replaced bySay.sub()
Say.ssmlW()replaced bySay.w()Old:
const response = new VoiceResponse(); const say = response.say("Hello"); say.ssmlEmphasis("you");New:
const response = new VoiceResponse(); const say = response.say("Hello");
... (truncated)
Commits
392feddRelease 4.18.04af092a[Librarian] Regenerated @ c9ac9b9736431d573d8dec29ad3095eee969cdeab39e374Release 4.17.08c2edfc[Librarian] Regenerated @ b32d3e1eba2177c81eeca51181f67e618fe86dbe7203ad0Release 4.16.0b4e6952[Librarian] Regenerated @ 38fb28edc02f73b8635b45a5612c5ae33eab39fe70bc328Release 4.15.04d00b7c[Librarian] Regenerated @ 1e94599903f1dbac80d3040ebbdba7d3f7fb074db7c5598fix: fix unhandledRejection (#952)73dddddRelease 4.14.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)