8000 Releases · twilio/twilio-java · GitHub
[go: up one dir, main page]

Skip to content

Releases: twilio/twilio-java

10.9.2

12 Jun 10:35
Compare
Choose a tag to compare

Release Notes

Library - Chore

Api

  • Change DependentPhoneNumber capabilities type object and date_created, date_updated to date_time<rfc2822>
  • Updated the Default value from 0 to 1 in the Recordings Resource channels property

Serverless

  • Update ienum type level in Logs api

Verify

  • Update Channel list in Verify Attempst API
  • Update ienum type for Conversion_Status in Verify Attempts API

Twiml

  • Add us2 to the list of supported values for the region attribute in the <Conference> TwiML noun.

Docs
Maven

10.9.1

29 May 12:19
Compare
Choose a tag to compare

Release Notes

Library - Chore

Api

  • Added several usage category enums to usage_record API

Numbers

  • Update the porting documentation

Verify

  • Update ienum type for Channels in Verify Attempts API

Docs
Maven

10.9.0

13 May 09:52
Compare
Choose a tag to compare

Release Notes

Library - Feature

  • PR #844: Support custom ObjectMappers, with singleton defaults. Thanks to @egoodhall!

Library - Chore

Accounts

  • Changes to add date_of_consent param in Bulk Consent API

Api

  • Change friendly_name, date_created and date_updated properties to type string.

Twiml

  • Update twiml definition for <ConversationRelay> and <Assistant>

Docs
Maven

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

0