|
1 | 1 | twilio-java changelog |
2 | 2 | ===================== |
3 | 3 |
|
| 4 | +[2025-06-12] Version 10.9.2 |
| 5 | +--------------------------- |
| 6 | +**Library - Chore** |
| 7 | +- [PR #858](https://github.com/twilio/twilio-java/pull/858): handle any Type with object datatype. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! |
| 8 | + |
| 9 | +**Api** |
| 10 | +- Change DependentPhoneNumber `capabilities` type `object` and `date_created`, `date_updated` to `date_time<rfc2822>` |
| 11 | +- Updated the `Default` value from 0 to 1 in the Recordings Resource `channels` property |
| 12 | + |
| 13 | +**Serverless** |
| 14 | +- Update `ienum` type level in Logs api |
| 15 | + |
| 16 | +**Verify** |
| 17 | +- Update Channel list in Verify Attempst API |
| 18 | +- Update `ienum` type for Conversion_Status in Verify Attempts API |
| 19 | + |
| 20 | +**Twiml** |
| 21 | +- Add `us2` to the list of supported values for the region attribute in the `<Conference>` TwiML noun. |
| 22 | + |
| 23 | + |
| 24 | +[2025-05-29] Version 10.9.1 |
| 25 | +--------------------------- |
| 26 | +**Library - Chore** |
| 27 | +- [PR #860](https://github.com/twilio/twilio-java/pull/860): update dependency version. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 28 | +- [PR #857](https://github.com/twilio/twilio-java/pull/857): use iam token endpoint. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 29 | + |
| 30 | +**Api** |
| 31 | +- Added several usage category enums to `usage_record` API |
| 32 | + |
| 33 | +**Numbers** |
| 34 | +- Update the porting documentation |
| 35 | + |
| 36 | +**Verify** |
| 37 | +- Update `ienum` type for Channels in Verify Attempts API |
| 38 | + |
| 39 | + |
| 40 | +[2025-05-13] Version 10.9.0 |
| 41 | +--------------------------- |
| 42 | +**Library - Feature** |
| 43 | +- [PR #844](https://github.com/twilio/twilio-java/pull/844): Support custom ObjectMappers, with singleton defaults. Thanks to [@egoodhall](https://github.com/egoodhall)! |
| 44 | + |
| 45 | +**Library - Chore** |
| 46 | +- [PR #853](https://github.com/twilio/twilio-java/pull/853): add changelog for jwt. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! |
| 47 | + |
| 48 | +**Accounts** |
| 49 | +- Changes to add date_of_consent param in Bulk Consent API |
| 50 | + |
| 51 | +**Api** |
| 52 | +- Change `friendly_name`, `date_created` and `date_updated` properties to type `string`. |
| 53 | + |
| 54 | +**Twiml** |
| 55 | +- Update twiml definition for `<ConversationRelay>` and `<Assistant>` |
| 56 | + |
| 57 | + |
| 58 | +[2025-05-05] Version 10.8.0 |
| 59 | +--------------------------- |
| 60 | +**Library - Chore** |
| 61 | +- [PR #852](https://github.com/twilio/twilio-java/pull/852): removing jwt changelog. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! |
| 62 | +- [PR #849](https://github.com/twilio/twilio-java/pull/849): Add example for using multi region setup in a single application. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 63 | +- [PR #847](https://github.com/twilio/twilio-java/pull/847): bump com.google.code.gson:gson from 2.8.6 to 2.8.9. Thanks to [@dependabot](https://github.com/dependabot)! |
| 64 | + |
| 65 | +**Library - Fix** |
| 66 | +- [PR #846](https://github.com/twilio/twilio-java/pull/846): update jjwt version. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 67 | +- **AccessToken** |
| 68 | + - **Breaking Change**: Updated `AccessTokenBuilder` to use `byte[]` for the `secret` instead of `String`. |
| 69 | + - Updated method signatures: |
| 70 | + - `AccessTokenBuilder(String accountSid, String keySid, byte[] secret)` |
| 71 | + - Example usage: |
| 72 | + ```java |
| 73 | + byte[] secret = “your_secret”.getBytes(); |
| 74 | + AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret); |
| 75 | + ``` |
| 76 | + **ClientCapability** |
| 77 | + - **Breaking Change**: Updated `ClientCapability.Builder` to use `byte[]` for the `authToken` instead of `String`. |
| 78 | + - Updated method signatures: |
| 79 | + - `ClientCapability.Builder(String accountSid, byte[] authToken)` |
| 80 | + - Example usage: |
| 81 | + ```java |
| 82 | + byte[] authToken = “your_auth_token”.getBytes(); |
| 83 | + ClientCapability.Builder builder = new ClientCapability.Builder(accountSid, authToken); |
| 84 | + ``` |
| 85 | + **TaskRouterCapability** |
| 86 | + - **Breaking Change**: Updated `TaskRouterCapability.Builder` to use `byte[]` for the `authToken` instead of `String`. |
| 87 | + - Updated method signatures: |
| 88 | + - `TaskRouterCapability.Builder(String accountSid, byte[] authToken)` |
| 89 | + - Example usage: |
| 90 | + ```java |
| 91 | + byte[] authToken = “your_auth_token”.getBytes(); |
| 92 | + TaskRouterCapability.Builder builder = new TaskRouterCapability.Builder(accountSid, authToken); |
| 93 | + ``` |
| 94 | + |
| 95 | +**Api** |
| 96 | +- Add `response_key` for `Usage Triggers` fetch endpoint. |
| 97 | + |
| 98 | +**Flex** |
| 99 | +- Add Update Interaction API |
| 100 | +- Adding `webhook_ttid` as optional parameter in Interactions API |
| 101 | + |
| 102 | +**Serverless** |
| 103 | +- Add node22 as a valid Build runtime |
| 104 | +- Add node20 as a valid Build runtime |
| 105 | + |
| 106 | +**Video** |
| 107 | +- removed `transcribe_participants_on_connect` and `transcriptions_configuration` from the room resource **(breaking change)** |
| 108 | +- Added `transcribe_participants_on_connect` and `transcriptions_configuration` to the room resource |
| 109 | + |
| 110 | + |
| 111 | +[2025-04-07] Version 10.7.2 |
| 112 | +--------------------------- |
| 113 | +**Library - Chore** |
| 114 | +- [PR #842](https://github.com/twilio/twilio-java/pull/842): added patch method. Thanks to [@sbansla](https://github.com/sbansla)! |
| 115 | + |
| 116 | +**Studio** |
| 117 | +- Add documentation for parent_step_sid field in Step resource |
| 118 | + |
| 119 | + |
| 120 | +[2025-03-20] Version 10.7.1 |
| 121 | +--------------------------- |
| 122 | +**Accounts** |
| 123 | +- Update Safelist API docs as part of prefix supoort |
| 124 | + |
| 125 | +**Flex** |
| 126 | +- Removing `first_name`, `last_name`, and `friendly_name` from the Flex User API |
| 127 | + |
| 128 | +**Messaging** |
| 129 | +- Add missing tests under transaction/phone_numbers and transaction/short_code |
| 130 | + |
| 131 | + |
| 132 | +[2025-03-11] Version 10.7.0 |
| 133 | +--------------------------- |
| 134 | +**Library - Chore** |
| 135 | +- [PR #839](https://github.com/twilio/twilio-java/pull/839): MVR Release Preparation. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 136 | +- [PR #841](https://github.com/twilio/twilio-java/pull/841): update upgrade doc. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 137 | +- [PR #840](https://github.com/twilio/twilio-java/pull/840): add version. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 138 | +- [PR #838](https://github.com/twilio/twilio-java/pull/838): Add domain and noauth base classes. Thanks to [@sbansla](https://github.com/sbansla)! |
| 139 | +- [PR #837](https://github.com/twilio/twilio-java/pull/837): enable java test. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 140 | + |
| 141 | +**Api** |
| 142 | +- Add the missing `emergency_enabled` field for `Address Service` endpoints |
| 143 | + |
| 144 | +**Messaging** |
| 145 | +- Add missing enums for A2P and TF |
| 146 | + |
| 147 | +**Numbers** |
| 148 | +- add missing enum values to hosted_number_order_status |
| 149 | + |
| 150 | +**Twiml** |
| 151 | +- Convert Twiml Attribute `speechModel` of type enum to string **(breaking change)** |
| 152 | + |
| 153 | + |
| 154 | +[2025-02-20] Version 10.6.10 |
| 155 | +---------------------------- |
| 156 | +**Library - Chore** |
| 157 | +- [PR #836](https://github.com/twilio/twilio-java/pull/836): disable java test. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 158 | +- [PR #835](https://github.com/twilio/twilio-java/pull/835): disable java test. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 159 | + |
| 160 | +**Flex** |
| 161 | +- Adding Digital Transfers APIs under v1/Interactions |
| 162 | + |
| 163 | +**Numbers** |
| 164 | +- Convert webhook_type to ienum type in v1/Porting/Configuration/Webhook/{webhook_type} |
| 165 | + |
| 166 | +**Trusthub** |
| 167 | +- Changing TrustHub SupportingDocument status enum from lowercase to uppercase since kyc-orch returns status capitalized and rest proxy requires strict casing |
| 168 | + |
| 169 | + |
| 170 | +[2025-02-11] Version 10.6.9 |
| 171 | +--------------------------- |
| 172 | +**Api** |
| 173 | +- Change downstream url and change media type for file `base/api/v2010/validation_request.json`. |
| 174 | + |
| 175 | +**Intelligence** |
| 176 | +- Add json_results for Generative JSON operator results |
| 177 | + |
| 178 | +**Messaging** |
| 179 | +- Add DestinationAlphaSender API to support Country-Specific Alpha Senders |
| 180 | + |
| 181 | +**Video** |
| 182 | +- Change codec type from enum to case-insensitive enum in recording and room_recording apis |
| 183 | + |
| 184 | + |
| 185 | +[2025-01-28] Version 10.6.8 |
| 186 | +--------------------------- |
| 187 | +**Library - Fix** |
| 188 | +- [PR #809](https://github.com/twilio/twilio-java/pull/809): Fix for 1 vulnerabilities. Thanks to [@twilio-product-security](https://github.com/twilio-product-security)! |
| 189 | +- [PR #830](https://github.com/twilio/twilio-java/pull/830): Voice v2 fix. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 190 | + |
| 191 | +**Library - Chore** |
| 192 | +- [PR #831](https://github.com/twilio/twilio-java/pull/831): added bug report issue template. Thanks to [@sbansla](https://github.com/sbansla)! |
| 193 | +- [PR #829](https://github.com/twilio/twilio-java/pull/829): add variant class. Thanks to [@manisha1997](https://github.com/manisha1997)! |
| 194 | + |
| 195 | +**Api** |
| 196 | +- Add open-api file tag to `conference/call recordings` and `recording_transcriptions`. |
| 197 | + |
| 198 | +**Events** |
| 199 | +- Add support for subaccount subscriptions (beta) |
| 200 | + |
| 201 | +**Insights** |
| 202 | +- add new region to conference APIs |
| 203 | + |
| 204 | +**Lookups** |
| 205 | +- Add new `parnter_sub_id` query parameter to the lookup request |
| 206 | + |
| 207 | + |
4 | 208 | [2025-01-13] Version 10.6.7 |
5 | 209 | --------------------------- |
6 | 210 | **Messaging** |
|
0 commit comments