Releases: twilio/twilio-go
Releases · twilio/twilio-go
v0.26.0
Release Notes
Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.
Library - Chore
- PR #164: rename ApiV2010 to Api. Thanks to @JenniferMah! (breaking change)
Api
- Add property
media_urlto the recording resources
Verify
- Include
silentas a channel type in the verifications API.
v0.25.0
Release Notes
Library - Feature
- PR #162: twilio-go stream functions also return error channel. Thanks to @childish-sambino!
- PR #158: add unmarshaling helper for float32. Thanks to @childish-sambino!
Library - Chore
- PR #159: [DI-1566] modify ua string. Thanks to @claudiachua!
Conversations
- Expose query parameter
typein list operation on Address Configurations resource
Supersim
- Add
data_total_billedandbilled_unitsfields to Super SIM UsageRecords API response. - Change ESimProfiles
Eidparameter to optional to enable Activation Code download method support (breaking change)
Verify
- Deprecate
push.include_dateparameter in create and update service.
v0.24.1
Release Notes
Library - Test
- PR #156: fix type on broken cluster test. Thanks to @childish-sambino!
Library - Fix
- PR #155: switch api-def object types to open-api any types. Thanks to @childish-sambino!
- PR #154: support operations with no 2XX responses. Thanks to @childish-sambino!
v0.24.0
Release Notes
Library - Fix
Library - Feature
- PR #152: update cluster tests authentication. Thanks to @JenniferMah!
- PR #151: add support for Go 1.18. Thanks to @beebzz!
Api
- Updated
provider_sidvisibility to private
Verify
- Verify List Attempts API summary endpoint added.
- Update PII documentation for
AccessTokensfactor_friendly_nameproperty.
Voice
- make annotation parameter from /Calls API private
v0.23.0
Release Notes
Library - Docs
- PR #150: Renaming RestClientParams to ClientParams and updating docs examples. Thanks to @rakatyal!
- PR #147: fix the 'List*' operation return type documentation. Thanks to @childish-sambino!
Library - Fix
- PR #143: handle buildUrl errors gracefully. Thanks to @kpritam!
- PR #148: refactor limit enforcement and fetching next page. Thanks to @childish-sambino!
Api
- Change
streamurl parameter to non optional - Add
verify-totpandverify-whatsapp-conversations-business-initiatedcategories tousage_recordAPI
Chat
- Added v3 Channel update endpoint to support Public to Private channel migration
Flex
- Private Beta release of the Interactions API to support the upcoming release of Flex Conversations at the end of Q1 2022.
- Adding
channel_configsobject to Flex Configuration
Media
- Add max_duration param to PlayerStreamer
Supersim
- Remove Commands resource, use SmsCommands resource instead (breaking change)
Taskrouter
- Add limits to
split_by_wait_timefor Cumulative Statistics Endpoint
Video
- Change recording
status_callback_methodtype fromenumtohttp_method(breaking change) - Add
status_callbackandstatus_callback_methodto composition - Add
status_callbackandstatus_callback_methodto recording
v0.22.2
Release Notes
Library - Chore
- PR #142: push Datadog Release Metric upon deploy success. Thanks to @eshanholtz!
Api
- Add optional boolean include_soft_deleted parameter to retrieve soft deleted recordings
Chat
- Add
X-Twilio-Wehook-Enabledheader todeletemethod in UserChannel resource
Numbers
- Expose
failure_reasonin the Supporting Documents resources
Verify
- Add optional
metadataparameter to "verify challenge" endpoint, so the SDK/App can attach relevant information from the device when responding to challenges. - remove beta feature flag to list atempt api operations.
- Add
ttlanddate_createdproperties toAccessTokens.
v0.22.1
v0.22.0
Release Notes
Api
- Detected a bug and removed optional boolean include_soft_deleted parameter to retrieve soft deleted recordings. (breaking change)
- Add optional boolean include_soft_deleted parameter to retrieve soft deleted recordings.
Numbers
- Unrevert valid_until and sort filter params added to List Bundles resource
- Revert valid_until and sort filter params added to List Bundles resource
- Update sorting params added to List Bundles resource in the previous release
Preview
- Moved
web_channelsfrom preview to beta underflex-api(breaking change)
Taskrouter
- Add
ETagas Response Header to List of Task, Reservation & Worker
Verify
- Add optional
metadatato factors.
v0.21.0
Release Notes
Library - Chore
- PR #138: upgrade supported language versions. Thanks to @childish-sambino!
Api
- Add
streamresource
Conversations
- Fixed DELETE request to accept "sid_like" params in Address Configuration resources (breaking change)
- Expose Address Configuration resource for
smsandwhatsapp
Fax
- Removed deprecated Programmable Fax Create and Update methods (breaking change)
Insights
- Rename
call_statetocall_statusand removewhisperin conference participant summary (breaking change)
Numbers
- Expose valid_until filters as part of provisionally-approved compliance feature on the List Bundles resource
Supersim
- Fix typo in Fleet resource docs
- Updated documentation for the Fleet resource indicating that fields related to commands have been deprecated and to use sms_command fields instead.
- Add support for setting and reading
ip_commands_urlandip_commands_methodon Fleets resource for helper libraries - Changed
simproperty in requests to create an SMS Command made to the /SmsCommands to accept SIM UniqueNames in addition to SIDs
Verify
- Update list attempts API to include new filters and response fields.
v0.20.1
Release Notes
Insights
- Added new endpoint to fetch Conference Participant Summary
- Added new endpoint to fetch Conference Summary
Messaging
- Add government_entity parameter to brand apis
Verify
- Add Access Token fetch endpoint to retrieve a previously created token.
- Add Access Token payload to the Access Token creation endpoint, including a unique Sid, so it's addressable while it's TTL is valid.