Skip to content

7.4.0-alpha-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jingming jingming released this 01 Mar 00:01
· 1020 commits to main since this release

This version of the Twilio Java library is a superset of 7.4.0 that includes all beta Twilio products.

Release Notes

  • Added new AddOnResults API.
  • Allow undocumented TwiML voice parameters for Conference, Dial, and Pause PR #317.
  • Fix dates being serialized to null in some locales PR #320.
  • Add emergencyEnabled field to Addresses.
  • Add support for emergency phone numbers.
  • Add support for ending conferences via the API.
  • Add region field to Conferences.
  • Wireless
    • Creating RatePlan now takes single renewal string instead of renewalPeriod and renewalUnits (backwards incompatible).
    • Change RatePlan renewal field to String (backwards incompatible).
  • Twilio Chat
    • Add membersCount and messagesCount to Channel.
    • Add support for filtering on channel type when reading list of Channels.
    • Add last_consumed_message_index and last_consumption_timestamp fields to Member.
    • Remove ability to update Message body, was never supported by API (backwards incompatible).
    • Add support for new UserChannel Resource.
  • Taskrouter
    • Add default worker fetch policy PR #313.
    • Add queue ordering for Workspace, TaskQueue.
    • Remove ability to specify attributes and workflowSid on Task creation (backwards incompatible).
    • Add addons, taskQueueFriendlyName, workflowFriendlyName, metdata to Task.
    • Use DateTimes for WorkspaceStatistics filtering (backwards incompatible).
    • Fix TaskQueueStatistics cumulative field incorrect type (backwards incompatible).
    • Fix TaskQueuesStatistics cumulative field incorrect type (backwards incompatible).
    • Remove ability to set friendlyName on TaskQueueStatistics (backwards incompatible).

Maven
Docs