Releases: twilio/twilio-go
Releases · twilio/twilio-go
v1.0.0-rc.4
v1.0.0-rc.3
Release Notes
Library - Fix
- PR #175: useragent regrex unit test for RC branch. Thanks to @claudiachua!
- PR #173: request validator logic. Thanks to @claudiachua!
Conversations
- Allowed to use
identity
as part of Participant's resource (breaking change)
Lookups
- Remove
enhanced_line_type
from the lookup response (breaking change)
Supersim
- Add support for
sim_ip_addresses
resource to helper libraries
Verify
- Changed summary param
service_sid
toverify_service_sid
to be consistent with list attempts API (breaking change) - Make
code
optional on Verification check to supportsna
attempts. (breaking change)
v1.0.0-rc.2
Release Notes
Library - Test
- PR #169: edit regex for rc naming for useragent tests. Thanks to @JenniferMah!
Api
- Added
amazon-polly
tousage_record
API.
Insights
- Added
annotation
field in call summary - Added new endpoint to fetch/create/update Call Annotations
Verify
- Remove
api.verify.totp
beta flag and set maturity tobeta
for Verify TOTP properties and parameters. (breaking change) - Changed summary param
verify_service_sid
toservice_sid
to be consistent with list attempts API (breaking change)
v1.0.0-rc.1
Release Notes
Lookups
- Adding support for Lookup V2 API
Studio
- Corrected PII labels to be 30 days and added context to be PII
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_url
to the recording resources
Verify
- Include
silent
as 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
type
in list operation on Address Configurations resource
Supersim
- Add
data_total_billed
andbilled_units
fields to Super SIM UsageRecords API response. - Change ESimProfiles
Eid
parameter to optional to enable Activation Code download method support (breaking change)
Verify
- Deprecate
push.include_date
parameter 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_sid
visibility to private
Verify
- Verify List Attempts API summary endpoint added.
- Update PII documentation for
AccessTokens
factor_friendly_name
property.
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
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
.