client-quickstart-node
client-quickstart-node copied to clipboard
Bump twilio from 3.61.0 to 4.11.1
Bumps twilio from 3.61.0 to 4.11.1.
Release notes
Sourced from twilio's releases.
4.11.1
Release Notes
Conversations
- Added
AddressCountryparameter to Address Configuration endpoint, to support regional short code addresses- Added query parameters
start_date,end_dateandstatein list Conversations resource for filteringInsights
- Added annotations parameters to list summary api
Messaging
- Add GET domainByMessagingService endpoint to linkShortening service
- Add
disable_httpsto link shortening domain_config propertiesNumbers
- Add bulk_eligibility api under version
/v1.4.11.0
Release Notes
Library - Docs
- [PR #928](twilio/twilio-node#928): consolidate. Thanks to
@stern-shawn!Conversations
- Remove
start_date,end_dateandstatequery parameters from list operation on Conversations resource (breaking change)Messaging
- Remove
messaging_service_sidsandmessaging_service_sid_actionfrom domain config endpoint (breaking change)- Add error_code and rejection_reason properties to tollfree verification API response
Numbers
- Added the new Eligibility API under version
/v1.Twiml
- Add support for new Amazon Polly voices (Q1 2023) for
Sayverb4.10.0
Release Notes
Conversations
- Expose query parameters
start_date,end_dateandstatein list operation on Conversations resource for sorting and filteringInsights
- Added answered by filter in Call Summaries
... (truncated)
Changelog
Sourced from twilio's changelog.
[2023-05-18] Version 4.11.1
Conversations
- Added
AddressCountryparameter to Address Configuration endpoint, to support regional short code addresses- Added query parameters
start_date,end_dateandstatein list Conversations resource for filteringInsights
- Added annotations parameters to list summary api
Messaging
- Add GET domainByMessagingService endpoint to linkShortening service
- Add
disable_httpsto link shortening domain_config propertiesNumbers
- Add bulk_eligibility api under version
/v1.[2023-05-04] Version 4.11.0
Library - Docs
- [PR #928](twilio/twilio-node#928): consolidate. Thanks to
@stern-shawn!Conversations
- Remove
start_date,end_dateandstatequery parameters from list operation on Conversations resource (breaking change)Messaging
- Remove
messaging_service_sidsandmessaging_service_sid_actionfrom domain config endpoint (breaking change)- Add error_code and rejection_reason properties to tollfree verification API response
Numbers
- Added the new Eligibility API under version
/v1.Twiml
- Add support for new Amazon Polly voices (Q1 2023) for
Sayverb[2023-04-05] Version 4.10.0
Conversations
- Expose query parameters
start_date,end_dateandstatein list operation on Conversations resource for sorting and filteringInsights
- Added answered by filter in Call Summaries
Lookups
- Remove
disposable_phone_number_riskpackage (breaking change)Messaging
- Add support for
SOLE_PROPRIETORbrand type andSOLE_PROPRIETORcampaign use case.- New Sole Proprietor Brands should be created with
SOLE_PROPRIETORbrand type. Brand registration requests withSTARTERbrand type will be rejected.
... (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
eda1789Release 4.11.1a9c901f[Librarian] Regenerated @ fffff4e2a9903902262deb482f4cefeb44c2d081972358aRelease 4.11.0478c192[Librarian] Regenerated @ 42b8ce059dcc13e9d9713dbf88dcec856be2bbc9e470157docs: consolidate (#928)d037d6fRelease 4.10.0834283b[Librarian] Regenerated @ bb1ac274ed061aeecd32f3c2c4226d23c9c910ce113ac01Release 4.9.08a6b986[Librarian] Regenerated @ 063fefeb406fa3d6866703c240040a1e9146ca752f1949fdocs: add 'Say.break_()' replacement- 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)