All Versions
200
Latest Version
Avg Release Cycle
14 days
Latest Release
295 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v5.3.0 Changes
September 29, 2017Library
- โ Remove left over files from legacy 4.x library
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. (breaking change)
๐ Notify
data
,apn
,gcm
,fcm
,sms
parameters inNotifications
create resource now accept objects (hashes) instead of strings. Passing manually stringified json will continue to work.
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.
-
v5.2.3 Changes
September 15, 2017Api
- โ Add
sip_registration
property on SIP Domains - โ Add new video and market usage category keys
- โ Add support for transferring IncomingPhoneNumbers between accounts.
- โ Add
-
v5.2.2 Changes
September 08, 2017- โ Add configurable timeout to HttpClient
-
v5.2.1 Changes
September 01, 2017๐ Sync
- โ Add support for Streams
Wireless
- โ Added DataSessions sub-resource to Sims.
-
v5.2.0 Changes
August 25, 2017Library
- Add
last_request
,last_response
properties to http client for easier debugging. - โ Add
Request
class to abstract http client implementations. - ๐ Rename
TwilioResponse
toResponse
for consistency, deprecateTwilioResponse
class. - ๐ Support libxml 2 and 3. Issue #315. Thanks @malmckay.
- โ Add
inspect
methods to all classes. Thanks @malmckay.
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
-
v5.1.2 Changes
August 18, 2017Api
- โ 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 DeployedDevices.
๐ Sync
- โ Add support for Service Instance unique names
-
v5.1.1 Changes
August 10, 2017Library
- 0๏ธโฃ Don't override Faraday default param encoder. Thanks to @isaacseymour. PR #309
- ๐ Fix incorrectly aliased
to_xml
on TwiML classes. Thanks to @philnash. PR #318 - Only define
to_s
on BaseJWT instead of subclasses. Thanks to @philnash. PR #321 - โ Silence deprecation messages in testing. Thanks to @philnash. PR #323
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
Chat
- โ Add ChatGrant to available access tokens.
- ๐ Mark IpMessagingGrant as deprecated in favor of ChatGrant.
-
v5.1.0 Changes
July 27, 2017๐ 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' - โก๏ธ Update
AnnounceMethod
parameter naming for consistency
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. - โ Add
verification_attempts
to HostedNumberOrders.
Taskrouter
- ๐ Fully support conference functionality in reservations.
- Remove unused
-
v5.0.0 Changes
July 13, 2017๐ Release January 29, 2016
- ๐ First class paging support
- Streaming auto-paging functionality
- 0๏ธโฃ Separation between strict paging and streaming, with network-efficient defaults
- ๐ง Fully configurable and swappable HTTP Client interfaces
- ๐ Normalization of mounts -> endpoints relations, with first-class unified support for subdomains and multi-version support
- ๐ Fixed URL pathing of subresources, preventing edge case errors with path building via mounting
- Proper serialization/deserialization of types (integers, dates, etc.)
-
v5.0.0.rc8 Changes
๐ Release July 8, 2016
- โ Add SMS and Facebook Messenger for Notify