survey-node
survey-node copied to clipboard
Bump twilio from 3.33.4 to 4.14.0
Bumps twilio from 3.33.4 to 4.14.0.
Release notes
Sourced from twilio's releases.
4.14.0
Release Notes
Library - Fix
- [PR #945](twilio/twilio-node#945): bump dayjs version (fixes #934). Thanks to
@titanism
!Flex
- Adding
interaction_context_sid
as optional parameter in Interactions APIMessaging
- Making visiblity public for tollfree_verification API
Numbers
- Remove Sms capability property from HNO creation under version
/v2
of HNO API. (breaking change)- Update required properties in LOA creation under version
/v2
of Authorization document API. (breaking change)Taskrouter
- Add api to fetch task queue statistics for multiple TaskQueues
Verify
- Add
RiskCheck
optional parameter on Verification creation.Twiml
- Add Google Voices and languages
4.13.0
Release Notes
Library - Fix
- [PR #933](twilio/twilio-node#933): Refer only required values from process.env instead of fetching all. Thanks to
@AsabuHere
!Lookups
- Add
reassigned_number
package 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
.4.12.0
Release Notes
Api
... (truncated)
Changelog
Sourced from twilio's changelog.
[2023-07-14] Version 4.14.0
Library - Fix
- [PR #945](twilio/twilio-node#945): bump dayjs version (fixes #934). Thanks to
@titanism
!Flex
- Adding
interaction_context_sid
as optional parameter in Interactions APIMessaging
- Making visiblity public for tollfree_verification API
Numbers
- Remove Sms capability property from HNO creation under version
/v2
of HNO API. (breaking change)- Update required properties in LOA creation under version
/v2
of Authorization document API. (breaking change)Taskrouter
- Add api to fetch task queue statistics for multiple TaskQueues
Verify
- Add
RiskCheck
optional parameter on Verification creation.Twiml
- Add Google Voices and languages
[2023-06-28] Version 4.13.0
Library - Fix
- [PR #933](twilio/twilio-node#933): Refer only required values from process.env instead of fetching all. Thanks to
@AsabuHere
!Lookups
- Add
reassigned_number
package 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 4.12.0
Api
- Added
content_sid
as conditional parameter- Removed
content_sid
as optional field (breaking change)Insights
- Added
annotation
to list summary output
... (truncated)
Upgrade guide
Sourced from twilio's upgrade guide.
Upgrade Guide
All
MAJOR
version 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
object
toRecord
(#873)
- Certain response properties now use the
Record
type withstring
keys- Including the
subresourceUris
property for v2010 APIs and thelinks
properties for non-v2010 APIs- Access Tokens
- Creating an AccessToken requires an
identity
in the options (#875)ConversationsGrant
has been deprecated in favor ofVoiceGrant
(#783)IpMessagingGrant
has 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
9cb46f0
Release 4.14.0e3d6e80
[Librarian] Regenerated @ 5627c63bd23f159fdbe112bf727f87b79c3d4f747519b2f
fix: bump dayjs version (fixes #934) (#945)f55a1f4
Release 4.13.049fbfb7
[Librarian] Regenerated @ d9d9306ce476f68a10ab20bf103e0e31e523a4b3f7fd774
fix: Refer only required values from process.env instead of fetching all (#933)d8ed575
Release 4.12.002f7ddf
[Librarian] Regenerated @ 0430a9c977225d55252b84f4d16e16ad2091cde1ffd281d
Release 4.11.2bcf2109
[Librarian] Regenerated @ 66882adf0db70d1f2bc084fe6acef7d99445b17b- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by twilio-dx, a new releaser for twilio since your current version.
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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)