All Versions
224
Latest Version
Avg Release Cycle
15 days
Latest Release
519 days ago

Changelog History
Page 11

  • v5.29.0 Changes

    February 04, 2019

    Library

    • PR #523: Switch body validator to use hex instead of base64. Thanks to @cjcodes!

    Video

    • [Recordings] Add media type filter to list operation
    • [Composer] Filter Composition Hook resources by FriendlyName

    Twiml

    • Update language enum for Gather to fix language code for Filipino (Philippines) and include additional supported languages (breaking change)
  • v5.28.1 Changes

    January 11, 2019

    ๐Ÿ‘Œ Verify

    • โž• Add lookup information in the response when creating a new verification (depends on the LookupEnabled flag being enabled at the service level)
    • โž• Add VerificationSid optional parameter on Verification check.
  • v5.28.0 Changes

    January 10, 2019

    Chat

    • Mark Member attributes as PII

    Proxy

    • Remove unsupported query parameters (breaking change)
    • โœ‚ Remove invalid session statuses in doc
  • v5.27.1 Changes

    January 02, 2019

    Insights

    • ๐ŸŽ‰ Initial revision.
  • v5.27.0 Changes

    December 17, 2018

    Authy

    • Reverted the change to FactorType and FormType, avoiding conflicts with Helper Libraries reserved words (type) (breaking change)

    Proxy

    • โœ‚ Remove incorrect parameter for Session List

    Studio

    • ๐Ÿ‘Œ Support date created filtering on list of executions

    Taskrouter

    • โž• Adding ability to Create, Modify and Delete Task Channels.

    ๐Ÿ‘Œ Verify

    • โž• Add SkipSmsToLandlines, TtsName, DtmfInputRequired optional parameters on Service resource creation or update.

    Wireless

    • โž• Added delete action on Command resource.
    • โž• Added delete action on Sim resource.

    Twiml

    • Change currency from enum to string for Pay (breaking change)
  • v5.26.0 Changes

    November 30, 2018

    Api

    • โž• Add interactive_data optional param to Messages create request

    Authy

    • Required authentication for /v1/Forms/{type} endpoint (breaking change)
    • โœ‚ Removed Challenge.reason to Challenge.responded_reason
    • โœ‚ Removed verification_sid from Challenge responses
    • โœ‚ Removed config param from the Factor creation
    • Replaced all occurrences of FactorType and FormType in favor of a unified Type (breaking change)

    Chat

    • โž• Add Member attributes

    Preview

    • Removed Authy version from preview subdomain in favor to authy subdomain. (breaking change)

    ๐Ÿ‘Œ Verify

    • โž• Add CustomCode optional parameter on Verication creation.
  • v5.25.0 Changes

    November 16, 2018

    Messaging

    • Session API

    Twiml

    • Change master-card to mastercard as cardType for Pay and Prompt, remove attribute credential_sid from Pay (breaking change)
  • v5.24.2 Changes

    October 29, 2018

    Library

    • PR #511: Include composer require command. Thanks to @cjcodes!
    • PR #503: Fix invalid generated XML in README. Thanks to @giggsey!

    Api

    • โž• Add new Balance resource:
      • url: '/v1/Accounts/{account sid}/Balance'
      • supported methods: GET
      • returns the balance of the account

    Proxy

    • Add chat_instance_sid to Service

    ๐Ÿ‘Œ Verify

    • โž• Add Locale optional parameter on Verification creation.
  • v5.24.1 Changes

    October 15, 2018

    Api

    • โž• Add Verb Transactions category to usage records

    Twiml

    • โž• Add support for Pay verb
  • v5.24.0 Changes

    October 15, 2018

    Api

    • Add coaching and call_sid_to_coach to participant properties, create and update requests.

    Authy

    • Set public library visibility, and added PII stanza
    • Dropped support for FactorType param given new Factor prefixes (breaking change)
    • ๐Ÿ‘Œ Supported DELETE actions for Authy resources
    • ๐Ÿšš Move Authy Services resources to authy subdomain

    Autopilot

    • Introduce autopilot subdomain with all resources from preview.understand

    Preview

    • Renamed Understand intent to task (breaking change)
    • ๐Ÿ—„ Deprecated Authy endpoints from preview to authy subdomain

    Taskrouter

    • ๐Ÿ‘ Allow TaskQueue ReservationActivitySid and AssignmentActivitySid to not be configured for MultiTask Workspaces

    ๐Ÿ‘Œ Verify

    • โž• Add LookupEnabled optional parameter on Service resource creation or update.
    • โž• Add SendDigits optional parameter on Verification creation.
    • โž• Add delete action on Service resourse.

    Twiml

    • Add custom parameters to TwiML Client noun and renamed the optional name field to identity. This is a breaking change in Ruby, and applications will need to transition from dial.client '' and dial.client 'alice' formats to dial.client and dial.client(identity: alice) formats. (breaking change)