Api
- Add
voip
,national
,shared_cost
, andmachine_to_machine
sub-resources to/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{IsoCountryCode}/
- Add programmable video keys
Preview
- Add
verification_type
andverification_document_sid
to HostedNumberOrders.
Proxy
- Fixed typo in session status enum value
Twiml
- Fix Dial record property incorrectly typed as accepting TrimEnum values when it actually has its own enum of values. (breaking change)
- Add
priority
andtimeout
properties to Task TwiML. - Add support for
recording_status_callback_event
for Dial verb and for Conference
Api
- Use the correct properties for Dependent Phone Numbers of an Address (breaking change)
- Update Call Recordings with the correct properties
Preview
- Add
status
andemail
query param filters for AuthorizationDocument list endpoint
Proxy
- Added DELETE support to Interaction
- Standardized enum values to dash-case
- Rename Service#friendly_name to Service#unique_name
Video
- Remove beta flag from
media_region
andvideo_codecs
Wireless
- Bug fix: Changed
operator_mcc
andoperator_mnc
inDataSessions
subresource frominteger
tostring
Sync
- Add TTL support for Sync objects (breaking change)
- The required
data
parameter on the following actions is now optional: "Update Document", "Update Map Item", "Update List Item" - New actions available for updating TTL of Sync objects: "Update List", "Update Map", "Update Stream"
- The required
Video
- [bi] Rename
RoomParticipant
toParticipant
- Add Recording Settings resource
- Expose EncryptionKey and MediaExternalLocation properties in Recording resource
Accounts
- Add AWS credential type
Preview
- Removed
iso_country
as required field for creating a HostedNumberOrder.
Proxy
- Added new fields to Service: geo_match_level, number_selection_behavior, intercept_callback_url, out_of_session_callback_url
Api
- Add programmable video keys
Video
- Add
Participants
Chat
- Add Binding resource
- Add UserBinding resource
TwiML
- Update all TwiML Resources with latest parameters
- Autogenerate TwiML resources for faster updates
Api
- Add
address_sid
param to IncomingPhoneNumbers create and update - Add 'fax_enabled' option for Phone Number Search
Api
- Add
smart_encoded
param for Messages - Add
identity_sid
param to IncomingPhoneNumbers create and update
Preview
- Make 'address_sid' and 'email' optional fields when creating a HostedNumberOrder
- Add AuthorizationDocuments preview API.
Proxy
- Initial Release
Wireless
- Added
ip_address
to sim resource
Preview
- Add
acc_security
(authy-phone-verification) initial api-definitions
Taskrouter
- [bi] Less verbose naming of cumulative and real time statistics
Chat
- Make member accessible through identity.
- Make channel subresources accessible by channel unique name.
- Set get list 'max_page_size' parameter to 100.
- Add service instance webhook retry configuration.
- Add media message capability.
- Make body an optional parameter on Message creation.
Notify
data
,apn
,gcm
,fcm
,sms
parameters inNotifications
create resource are objects instead of strings. (breaking change)
Taskrouter
- Add new query ability by TaskChannelSid or TaskChannelUniqueName.
- Move Events, Worker, Workers endpoint over to CPR.
- Add new RealTime and Cumulative Statistics endpoints.
Video
- Create should allow an array of video_codecs.
- Add video_codecs as a property of room to make it externally visible.
Api
- Add
sip_registration
property on SIP Domains - Add new video and market usage category keys
- Support transferring IncomingPhoneNumbers between accounts.
- Add lastResponse and lastRequest to Http::Client
Sync
- Add support for Streams
Wireless
- Added DataSessions sub-resource to Sims.
Api
- Update
status
enum for Recordings to include 'failed' - Add
error_code
property on Recordings
Chat
- Add mutable parameters for channel, members and messages
Video
- New
media_region
parameter when creating a room, which controls which region media will be served out of. - Add
video_codec
enum andvideo_codecs
parameter, which can be set to eitherVP8
orH264
during room creation.
Api
- Add VoiceReceiveMode {'voice', 'fax'} option to IncomingPhoneNumber UPDATE requests
Chat
- Add channel message media information
- Add service instance message media information
Preview
- Removed 'email' from bulk_exports configuration api [bi]. No migration plan needed because api has not been used yet.
- Add AvailableNumbers resource.
- Add DeployedDevices.
Sync
- Add support for Service Instance unique names
Api
- Add New wireless usage keys added
- Add
auto_correct_address
param for Addresses create and update
Video
- Add
video_codec
enum andvideo_codecs
parameter, which can be set to eitherVP8
orH264
during room creation. - Restrict recordings page size to 100
- Support SSL connection/session reuse.
This release adds Beta and Preview products to main artifact.
Previously, Beta and Preview products were only included in the alpha artifact. They are now being included in the main artifact to ease product discoverability and the collective operational overhead of maintaining multiple artifacts per library.
Api
- Remove unused
encryption_type
property on Recordings (breaking change) - Update
status
enum for Messages to include 'accepted'
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBinding
optional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
sms_application_sid
to HostedNumberOrders.
Taskrouter
- Fully support conference functionality in reservations.
- Bump
jsonwebtoken
from 5.4.x to 7.4.1. - Bump
xmlbuilder
from 8.2.2 to 9.0.1. - Detect and fail install when node not present.
Api
- Update
AnnounceMethod
parameter naming for consistency
Notify
- Add
ToBinding
optional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
verification_attempts
to HostedNumberOrders. - Add
status_callback_url
andstatus_callback_method
to HostedNumberOrders.
Video
- Filter recordings by date using the parameters
DateCreatedAfter
andDateCreatedBefore
. - Override the default time-to-live of a recording's media URL through the
Ttl
parameter (in seconds, default value is 3600). - Add query parameters
SourceSid
,Status
,DateCreatedAfter
andDateCreatedBefore
to the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.
- Remove client-side max page size validation.
- Bump moment to 2.18.1 to fix security vulnerability.
- Fix Node 0.12 tests and test against Node 8.
- Add
<Sim>
to TwiML. - Add
locality
field toAvailablePhoneNumbers
. - Add
origin
field toIncomingPhoneNumbers
. - Add
inLocality
parameter toAvailablePhoneNumbers
. - Add
origin
parameter toIncomingPhoneNumbers
. - Add
getPage
method for reentrant paging to all list resources.
- Document new TwiML parameters.
- Rename room
Recordings
resource toRoomRecordings
to avoid class name conflict (backwards incompatible).
- Add video domain.
New Major Version
The newest version of the twilio-node
helper library!
This version brings a host of changes to update and modernize the twilio-node
helper library. It is auto-generated to produce a more consistent and correct product.