|
1 | 1 | twilio-go changelog |
2 | 2 | ==================== |
| 3 | +[2024-05-24] Version 1.21.0 |
| 4 | +--------------------------- |
| 5 | +**Library - Chore** |
| 6 | +- [PR #245](https://github.com/twilio/twilio-go/pull/245): added put method support. Thanks to [@sbansla](https://github.com/sbansla)! |
| 7 | + |
| 8 | +**Library - Fix** |
| 9 | +- [PR #246](https://github.com/twilio/twilio-go/pull/246): added body param in mock_client. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! |
| 10 | + |
| 11 | +**Api** |
| 12 | +- Add ie1 as supported region for UserDefinedMessage and UserDefinedMessageSubscription. |
| 13 | + |
| 14 | +**Flex** |
| 15 | +- Adding validated field to `plugin_versions` |
| 16 | +- Corrected the data type for `runtime_domain`, `call_recording_webhook_url`, `crm_callback_url`, `crm_fallback_url`, `flex_url` in Flex Configuration |
| 17 | +- Making `routing` optional in Create Interactions endpoint |
| 18 | + |
| 19 | +**Intelligence** |
| 20 | +- Expose operator authoring apis to public visibility |
| 21 | +- Deleted `language_code` parameter from updating service in v2 **(breaking change)** |
| 22 | +- Add read_only_attached_operator_sids to v2 services |
| 23 | + |
| 24 | +**Numbers** |
| 25 | +- Add API endpoint for GET Porting Webhook Configurations By Account SID |
| 26 | +- Remove bulk portability api under version `/v1`. **(breaking change)** |
| 27 | +- Removed porting_port_in_fetch.json files and move the content into porting_port_in.json files |
| 28 | +- Add API endpoint to deleting Webhook Configurations |
| 29 | +- Add Get Phone Number by Port in request SID and Phone Number SID api |
| 30 | +- Add Create Porting webhook configuration API |
| 31 | +- Added bundle_sid and losing_carrier_information fields to Create PortInRequest api to support Japan porting |
| 32 | + |
| 33 | +**Taskrouter** |
| 34 | +- Add back `routing_target` property to tasks |
| 35 | +- Add back `ignore_capacity` property to tasks |
| 36 | +- Removing `routing_target` property to tasks due to revert |
| 37 | +- Removing `ignore_capacity` property to tasks due to revert |
| 38 | +- Add `routing_target` property to tasks |
| 39 | +- Add `ignore_capacity` property to tasks |
| 40 | + |
| 41 | +**Trusthub** |
| 42 | +- Add new field errors to bundle as part of public API response in customer_profile.json and trust_product.json **(breaking change)** |
| 43 | +- Add themeSetId field in compliance_tollfree_inquiry. |
| 44 | + |
| 45 | +**Verify** |
| 46 | +- Update `friendly_name` description on service docs |
| 47 | + |
| 48 | + |
3 | 49 | [2024-04-18] Version 1.20.1 |
4 | 50 | --------------------------- |
5 | 51 | **Flex** |
|
0 commit comments