Releases: twilio/twilio-java
Releases · twilio/twilio-java
10.8.0
Release Notes
Library - Chore
- PR #852: removing jwt changelog. Thanks to @tiwarishubham635!
- PR #849: Add example for using multi region setup in a single application. Thanks to @manisha1997!
- PR #847: bump com.google.code.gson:gson from 2.8.6 to 2.8.9. Thanks to @dependabot!
Library - Fix
- PR #846: update jjwt version. Thanks to @manisha1997!
- AccessToken
- Breaking Change: Updated
AccessTokenBuilder
to usebyte[]
for thesecret
instead ofString
.- Updated method signatures:
AccessTokenBuilder(String accountSid, String keySid, byte[] secret)
- Example usage:
byte[] secret = “your_secret”.getBytes(); AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret);
- Updated method signatures:
- Breaking Change: Updated
ClientCapability.Builder
to usebyte[]
for theauthToken
instead ofString
.- 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);
- Updated method signatures:
- Breaking Change: Updated
TaskRouterCapability.Builder
to usebyte[]
for theauthToken
instead ofString
.- 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);
- Updated method signatures:
- Breaking Change: Updated
Api
- Add
response_key
forUsage 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
andtranscriptions_configuration
from the room resource (breaking change) - Added
transcribe_participants_on_connect
andtranscriptions_configuration
to the room resource
9.0.0-rc.6
10.7.2
10.7.1
10.7.0
Release Notes
Library - Chore
- PR #839: MVR Release Preparation. Thanks to @manisha1997!
- PR #841: update upgrade doc. Thanks to @manisha1997!
- PR #840: add version. Thanks to @manisha1997!
- PR #838: Add domain and noauth base classes. Thanks to @sbansla!
- PR #837: enable java test. Thanks to @manisha1997!
Api
- Add the missing
emergency_enabled
field forAddress 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)
10.6.10
Release Notes
Library - Chore
- PR #836: disable java test. Thanks to @manisha1997!
- PR #835: disable java test. Thanks to @manisha1997!
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
10.6.9
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
10.6.8
Release Notes
Library - Fix
- PR #809: Fix for 1 vulnerabilities. Thanks to @twilio-product-security!
- PR #830: Voice v2 fix. Thanks to @manisha1997!
Library - Chore
- PR #831: added bug report issue template. Thanks to @sbansla!
- PR #829: add variant class. Thanks to @manisha1997!
Api
- Add open-api file tag to
conference/call recordings
andrecording_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