github twilio/twilio-java 8.1.0

latest releases: 10.6.0, 10.5.2, 10.5.1...
3 years ago

Release Notes

Library - Feature

Library - Chore

Library - Fix

Library - Test

  • PR #594: change RequestTest to use flexapi instead of ip-messaging. Thanks to @mgmuscari!
  • PR #590: use ArchUnit to detect JodaTime usage. Thanks to @sullis!

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
Maven

Don't miss a new twilio-java release

NewReleases is sending notifications on new releases.