|
1 | 1 | twilio-java changelog |
2 | 2 | ===================== |
3 | 3 |
|
| 4 | +[2024-08-26] Version 10.4.2 |
| 5 | +--------------------------- |
| 6 | +**Library - Fix** |
| 7 | +- [PR #811](https://github.com/twilio/twilio-java/pull/811): making previewiam versionless. Thanks to [@sbansla](https://github.com/sbansla)! |
| 8 | +- [PR #808](https://github.com/twilio/twilio-java/pull/808): added new httpclient for noauth and bearertoken requests. Thanks to [@sbansla](https://github.com/sbansla)! |
| 9 | + |
| 10 | +**Library - Chore** |
| 11 | +- [PR #806](https://github.com/twilio/twilio-java/pull/806): added multipart test in call api. Thanks to [@sbansla](https://github.com/sbansla)! |
| 12 | + |
| 13 | +**Api** |
| 14 | +- Update documentation of `error_code` and `error_message` on the Message resource. |
| 15 | +- Remove generic parameters from `transcription` resource |
| 16 | +- Added public documentation for Payload Data retrieval API |
| 17 | + |
| 18 | +**Flex** |
| 19 | +- Adding update Flex User api |
| 20 | + |
| 21 | +**Insights** |
| 22 | +- Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary |
| 23 | + |
| 24 | +**Intelligence** |
| 25 | +- Add `words` array information to the Sentences v2 entity. |
| 26 | +- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Operator Results. |
| 27 | +- Change the path parameter when fetching an `/OperatorType/{}` from `sid<EY>` to `string` to support searching by SID or by name |
| 28 | +- Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` headers for Transcript and Service endpoints. |
| 29 | + |
| 30 | +**Messaging** |
| 31 | +- Adds two new channel senders api to add/remove channel senders to/from a messaging service |
| 32 | +- Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC |
| 33 | + |
| 34 | +**Numbers** |
| 35 | +- Modify visibility to public in bundle clone API |
| 36 | +- Add `port_date` field to Port In Request and Port In Phone Numbers Fetch APIs |
| 37 | +- Change properties docs for port in phone numbers api |
| 38 | +- Add is_test body param to the Bundle Create API |
| 39 | +- Change properties docs for port in api |
| 40 | + |
| 41 | +**Trusthub** |
| 42 | +- Add new field in themeSetId in compliance_inquiry. |
| 43 | + |
| 44 | +**Verify** |
| 45 | +- Update `custom_code_enabled` description on verification docs |
| 46 | + |
| 47 | + |
4 | 48 | [2024-07-02] Version 10.4.1 |
5 | 49 | --------------------------- |
6 | 50 | **Library - Fix** |
|
0 commit comments