Releases: twilio/twilio-java
Releases · twilio/twilio-java
10.9.2
Release Notes
Library - Chore
- PR #858: handle any Type with object datatype. Thanks to @tiwarishubham635!
Api
- Change DependentPhoneNumber
capabilities
typeobject
anddate_created
,date_updated
todate_time<rfc2822>
- Updated the
Default
value from 0 to 1 in the Recordings Resourcechannels
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.
10.9.1
Release Notes
Library - Chore
- PR #860: update dependency version. Thanks to @manisha1997!
- PR #857: use iam token endpoint. Thanks to @manisha1997!
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
10.9.0
Release Notes
Library - Feature
- PR #844: Support custom ObjectMappers, with singleton defaults. Thanks to @egoodhall!
Library - Chore
- PR #853: add changelog for jwt. Thanks to @tiwarishubham635!
Accounts
- Changes to add date_of_consent param in Bulk Consent API
Api
- Change
friendly_name
,date_created
anddate_updated
properties to typestring
.
Twiml
- Update twiml definition for
<ConversationRelay>
and<Assistant>
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