Skip to content

Releases: twilio/twilio-java

10.8.0

05 May 10:55
a6714ca
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Fix

  • PR #846: update jjwt version. Thanks to @manisha1997!
  • AccessToken
    • Breaking Change: Updated AccessTokenBuilder to use byte[] for the secret instead of String.
      • Updated method signatures:
        • AccessTokenBuilder(String accountSid, String keySid, byte[] secret)
      • Example usage:
        byte[] secret = “your_secret”.getBytes();
        AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret);
    ClientCapability
    • Breaking Change: Updated ClientCapability.Builder to use byte[] for the authToken instead of String.
      • Updated method signatures:
        • ClientCapability.Builder(String accountSid, byte[] authToken)
      • Example usage:
        byte[] authToken = “your_auth_token”.getBytes();
        ClientCapability.Builder builder = new ClientCapability.Builder(accountSid, authToken);
    TaskRouterCapability
    • Breaking Change: Updated TaskRouterCapability.Builder to use byte[] for the authToken instead of String.
      • Updated method signatures:
        • TaskRouterCapability.Builder(String accountSid, byte[] authToken)
      • Example usage:
        byte[] authToken = “your_auth_token”.getBytes();
        TaskRouterCapability.Builder builder = new TaskRouterCapability.Builder(accountSid, authToken);

Api

  • Add response_key for Usage Triggers fetch endpoint.

Flex

  • Add Update Interaction API
  • Adding webhook_ttid as optional parameter in Interactions API

Serverless

  • Add node22 as a valid Build runtime
  • Add node20 as a valid Build runtime

Video

  • removed transcribe_participants_on_connect and transcriptions_configuration from the room resource (breaking change)
  • Added transcribe_participants_on_connect and transcriptions_configuration to the room resource

Docs
Maven

9.0.0-rc.6

09 Apr 07:03
Compare
Choose a tag to compare
9.0.0-rc.6 Pre-release
Pre-release

Release Notes

Library - Testing

  • THIS IS TESTING RELEASE MUST NOT BE USED

Docs
Maven

10.7.2

07 Apr 12:46
Compare
Choose a tag to compare

Release Notes

Library - Chore

Studio

  • Add documentation for parent_step_sid field in Step resource

Docs
Maven

10.7.1

20 Mar 10:33
Compare
Choose a tag to compare

Release Notes

Accounts

  • Update Safelist API docs as part of prefix supoort

Flex

  • Removing first_name, last_name, and friendly_name from the Flex User API

Messaging

  • Add missing tests under transaction/phone_numbers and transaction/short_code

Docs
Maven

10.7.0

11 Mar 12:53
Compare
Choose a tag to compare

Release Notes

Library - Chore

Api

  • Add the missing emergency_enabled field for Address Service endpoints

Messaging

  • Add missing enums for A2P and TF

Numbers

  • add missing enum values to hosted_number_order_status

Twiml

  • Convert Twiml Attribute speechModel of type enum to string (breaking change)

Docs
Maven

10.6.10

20 Feb 14:20
Compare
Choose a tag to compare

Release Notes

Library - Chore

Flex

  • Adding Digital Transfers APIs under v1/Interactions

Numbers

  • Convert webhook_type to ienum type in v1/Porting/Configuration/Webhook/{webhook_type}

Trusthub

  • Changing TrustHub SupportingDocument status enum from lowercase to uppercase since kyc-orch returns status capitalized and rest proxy requires strict casing

Docs
Maven

10.6.9

11 Feb 11:21
Compare
Choose a tag to compare

Release Notes

Api

  • Change downstream url and change media type for file base/api/v2010/validation_request.json.

Intelligence

  • Add json_results for Generative JSON operator results

Messaging

  • Add DestinationAlphaSender API to support Country-Specific Alpha Senders

Video

  • Change codec type from enum to case-insensitive enum in recording and room_recording apis

Docs
Maven

10.6.8

28 Jan 11:33
Compare
Choose a tag to compare

Release Notes

Library - Fix

Library - Chore

Api

  • Add open-api file tag to conference/call recordings and recording_transcriptions.

Events

  • Add support for subaccount subscriptions (beta)

Insights

  • add new region to conference APIs

Lookups

  • Add new parnter_sub_id query parameter to the lookup request

Docs
Maven

10.6.7

13 Jan 11:52
Compare
Choose a tag to compare

Release Notes

Messaging

  • Adds validity period Default value in service resource documentation

Docs
Maven

10.6.6

09 Jan 10:32
Compare
Choose a tag to compare

Release Notes

Numbers

  • Change beta feature flag to use v2/BulkHostedNumberOrders

Docs
Maven