twilio-ruby v5.15.0 Release Notes

Release Date: 2018-10-15 // over 5 years ago
  • Library

    • โœ… PR #428: Fix custom param tests. Thanks to @ryan-rowland!

    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)