Releases: twilio/twilio-go
Releases · twilio/twilio-go
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
stream
url parameter to non optional - Add
verify-totp
andverify-whatsapp-conversations-business-initiated
categories tousage_record
API
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_configs
object 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_time
for Cumulative Statistics Endpoint
Video
- Change recording
status_callback_method
type fromenum
tohttp_method
(breaking change) - Add
status_callback
andstatus_callback_method
to composition - Add
status_callback
andstatus_callback_method
to 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-Enabled
header todelete
method in UserChannel resource
Numbers
- Expose
failure_reason
in the Supporting Documents resources
Verify
- Add optional
metadata
parameter 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
ttl
anddate_created
properties 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_channels
from preview to beta underflex-api
(breaking change)
Taskrouter
- Add
ETag
as Response Header to List of Task, Reservation & Worker
Verify
- Add optional
metadata
to factors.
v0.21.0
Release Notes
Library - Chore
- PR #138: upgrade supported language versions. Thanks to @childish-sambino!
Api
- Add
stream
resource
Conversations
- Fixed DELETE request to accept "sid_like" params in Address Configuration resources (breaking change)
- Expose Address Configuration resource for
sms
andwhatsapp
Fax
- Removed deprecated Programmable Fax Create and Update methods (breaking change)
Insights
- Rename
call_state
tocall_status
and removewhisper
in 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_url
andip_commands_method
on Fleets resource for helper libraries - Changed
sim
property 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.
v0.20.0
Release Notes
Library - Chore
- PR #135: add sonarcloud coverage analysis. Thanks to @shwetha-manvinkurke!
- PR #132: remove githook dependency from make install. Thanks to @JenniferMah!
Library - Feature
- PR #134: add GitHub release step during deploy. Thanks to @childish-sambino!
Api
- Make fixed time scheduling parameters public (breaking change)
Messaging
- Add update brand registration API
Numbers
- Add API endpoint for List Bundle Copies resource
Video
- Enable external storage for all customers
v0.19.0
Release Notes
Library - Feature
- PR #129: run tests before deploying. Thanks to @childish-sambino!
Library - Docs
Api
- Add optional boolean send_as_mms parameter to the create action of Message resource (breaking change)
- Change team ownership for
call
delete
Conversations
- Change wording for
Service Webhook Configuration
resource fields
Insights
- Added new APIs for updating and getting voice insights flags by accountSid.
Media
- Add max_duration param to MediaProcessor
Video
- Add
EmptyRoomTimeout
andUnusedRoomTimeout
properties to a room; add corresponding parameters to room creation
Voice
- Add endpoint to delete archived Calls
v0.18.2
Release Notes
Conversations
- Add
Service Webhook Configuration
resource
Flex
- Adding
flex_insights_drilldown
andflex_url
objects to Flex Configuration
Messaging
- Update us_app_to_person endpoints to remove beta feature flag based access
Supersim
- Add IP Commands resource
Verify
- Add optional
factor_friendly_name
parameter to the create access token endpoint.
Video
- Add maxParticipantDuration param to Rooms
v0.18.1
Release Notes
Library - Chore
- PR #127: consolidate workflows. Thanks to @eshanholtz!
- PR #126: add event type cluster test. Thanks to @JenniferMah!
Library - Fix
- PR #124: git log retrieval issues. Thanks to @shwetha-manvinkurke!
Frontline
- Added
is_available
to User's resource
Messaging
- Added GET vetting API
Verify
- Add
WHATSAPP
to the attempts API. - Allow to update
config.notification_platform
fromnone
toapn
orfcm
and viceversa for Verify Push - Add
none
as a validconfig.notification_platform
value for Verify Push