All Versions
200
Latest Version
Avg Release Cycle
14 days
Latest Release
295 days ago

Changelog History
Page 16

  • v5.3.0 Changes

    September 29, 2017

    Library

    • โœ‚ 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 in Notifications 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, 2017

    Api

    • โž• Add sip_registration property on SIP Domains
    • โž• Add new video and market usage category keys
    • โž• Add support for transferring IncomingPhoneNumbers between accounts.
  • 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, 2017

    Library

    • Add last_request, last_response properties to http client for easier debugging.
    • โž• Add Request class to abstract http client implementations.
    • ๐Ÿ—„ Rename TwilioResponse to Response for consistency, deprecate TwilioResponse 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.
  • v5.1.2 Changes

    August 18, 2017

    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 DeployedDevices.

    ๐Ÿ”€ Sync

    • โž• Add support for Service Instance unique names
  • v5.1.1 Changes

    August 10, 2017

    Library

    • 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 and video_codecs parameter, which can be set to either VP8 or H264 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.
  • 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