twilio-ruby v5.41.0 Release Notes

Release Date: 2020-10-14 // over 3 years ago
  • ๐Ÿš€ Release Notes

    Ai

    • โž• Add Annotation Project and Annotation Task endpoints
    • โž• Add Primitives endpoints
    • โž• Add meta.total to the search endpoint

    Conversations

    • Mutable Conversation Unique Names

    Insights

    • โž• Added trust to summary.

    Preview

    • Simplified Channels resource. The path is now /BrandedChannels/branded_channel_sid/Channels (breaking change)

    ๐Ÿ‘Œ Verify

    • Changed parameters (config and binding) to use dot notation instead of JSON string (e.i. Before: binding={"alg":"ES256", "public_key": "xxx..."}, Now: Binding.Alg="ES256", Binding.PublicKey="xxx..."). (breaking change)
    • โœ… Changed parameters (details and hidden_details) to use dot notation instead of JSON string (e.i. Before: details={"message":"Test message", "fields": "[{\"label\": \"Action 1\", \"value\":\"value 1\"}]"}, Now: details.Message="Test message", Details.Fields=["{\"label\": \"Action 1\", \"value\":\"value 1\"}"]). (breaking change)
    • Removed notify_service_sid from push service configuration object. Add Push.IncludeDate, Push.ApnCredentialSid and Push.FcmCredentialSid service configuration parameters. (breaking change)

    ๐Ÿ’Ž Docs