Releases: twilio/twilio-java
Releases · twilio/twilio-java
11.0.0-rc.3
11.0.0-rc.2
11.0.0-rc.1
Release Notes
Library - Chore
- PR #875: prepare for RC release. Thanks to @tiwarishubham635!
- PR #874: Handle List serialization. Thanks to @tiwarishubham635!
- PR #873: use Object for anyType. Thanks to @tiwarishubham635!
- Changed the type of 'details' field to be a list of objects instead of a single object
- Updates to
methodcasing for ConfgurationAddress, ConversationScopedWebhook, and ServiceConversationScopedWebhook for RestProxy compatibility - remove shortcodes resource as its no longer used
- Change log field level from type
ienumtostringin Logs api - Remove
URL-encodedfrom attributes param definition in tasks - Added
symmetric_rtp_enabledproperty on Trunks. - Add support for
<WhatsApp>noun under<Dial>verb
Bulkexports
Conversations
Proxy
Serverless
Taskrouter
Trunking
Twiml
10.0.0-rc.7
10.9.2
Release Notes
Library - Chore
- PR #858: handle any Type with object datatype. Thanks to @tiwarishubham635!
Api
- Change DependentPhoneNumber
capabilitiestypeobjectanddate_created,date_updatedtodate_time<rfc2822> - Updated the
Defaultvalue from 0 to 1 in the Recordings Resourcechannelsproperty
Serverless
- Update
ienumtype level in Logs api
Verify
- Update Channel list in Verify Attempst API
- Update
ienumtype for Conversion_Status in Verify Attempts API
Twiml
- Add
us2to 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_recordAPI
Numbers
- Update the porting documentation
Verify
- Update
ienumtype 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_createdanddate_updatedproperties 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
AccessTokenBuilderto usebyte[]for thesecretinstead 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.Builderto usebyte[]for theauthTokeninstead 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.Builderto usebyte[]for theauthTokeninstead 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_keyforUsage Triggersfetch endpoint.
Flex
- Add Update Interaction API
- Adding
webhook_ttidas 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_connectandtranscriptions_configurationfrom the room resource (breaking change) - Added
transcribe_participants_on_connectandtranscriptions_configurationto the room resource