Releases: twilio/twilio-go
Releases · twilio/twilio-go
v0.8.0
Release Notes
Library - Chore
- PR #79: rename Ip_MessagingVx to IpMessagingVx. Thanks to @shwetha-manvinkurke! (breaking change)
- PR #77: remove the unused client pointers. Thanks to @childish-sambino!
- PR #76: sync the v2010 API with latest generator changes. Thanks to @childish-sambino!
- PR #75: install pre-commit hooks on install. Thanks to @childish-sambino!
- PR #73: move contents of 'twilio' folder to the top-level. Thanks to @childish-sambino! (breaking change)
Library - Docs
- PR #78: update formatting for godocs. Thanks to @thinkingserious!
Library - Feature
- PR #74: add param setters. Thanks to @childish-sambino!
- PR #71: add subaccount support for v2010 apis. Thanks to @shwetha-manvinkurke! (breaking change)
Events
- add query param to return types filtered by Schema Id
- Add query param to return sinks filtered by status
- Add query param to return sinks used/not used by a subscription
Messaging
- Add fetch and delete instance endpoints to us_app_to_person api (breaking change)
- Remove delete list endpoint from us_app_to_person api (breaking change)
- Update read list endpoint to return a list of us_app_to_person compliance objects (breaking change)
- Add
sid
field to Preregistered US App To Person response
Supersim
- Mark
unique_name
in Sim, Fleet, NAP resources as not PII
Video
- [Composer] GA maturity level
v0.7.0
Release Notes
Library - Chore
- PR #70: add check in BuildHost function. Thanks to @JenniferMah!
- PR #69: update docs links. Thanks to @thinkingserious!
- PR #66: remove redundant env var tests. Thanks to @eshanholtz!
Library - Docs
- PR #68: update readme to include non v2010 examples. Thanks to @shwetha-manvinkurke!
Api
- Corrected the data types for feedback summary fields (breaking change)
- Update the conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address
Bulkexports
- promoting API maturity to GA
Events
- Add endpoint to update description in sink
- Remove beta-feature account flag
Messaging
- Update
status
field in us_app_to_person api tocampaign_status
(breaking change)
Verify
- Improve documentation regarding
push
factor and include extra information abouttotp
factor.
v0.6.0
Release Notes
Library - Feature
- PR #62: add support for region and edge values in url. Thanks to @eshanholtz!
Library - Chore
- PR #65: update github action linter. Thanks to @eshanholtz!
- PR #60: add user-agent header on all requests. Thanks to @shwetha-manvinkurke!
Library - Fix
- PR #63: parameter names in the request. Thanks to @shwetha-manvinkurke!
- PR #59: custom headers, cleanup docs, regenerate with the latest specs. Thanks to @shwetha-manvinkurke!
Library - Docs
- PR #61: Update readme for launch. Thanks to @garethpaul!
Api
- Revert Update the conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address - Update the conference participant create
from
andto
param to be endpoint type for supporting client identifier and sip address
Bulkexports
- moving enum to doc root for auto generating documentation
- adding status enum and default output properties
Events
- Change schema_versions prop and key to versions (breaking change)
Messaging
- Add
use_inbound_webhook_on_number
field in Service API for fetch, create, update, read
Taskrouter
- Add
If-Match
Header based on ETag for Task Delete
Verify
- Add
AuthPayload
parameter to support verifying aChallenge
upon creation. This is only supported fortotp
factors. - Add support to resend the notifications of a
Challenge
. This is only supported forpush
factors.
v0.5.0
Release Notes
Library - Docs
- PR #58: update readme and documentation link. Thanks to @JenniferMah!
Library - Chore
- PR #56: refactor client and regenerate with updated mustache. Thanks to @shwetha-manvinkurke!
- PR #55: regenerate after splitting model into separate components. Thanks to @JenniferMah!
Api
- Added
announcement
event to conference status callback events - Removed optional property
time_limit
in the call create request. (breaking change)
Messaging
- Add rate_limits field to Messaging Services US App To Person API
- Add usecase field in Service API for fetch, create, update, read
- Add us app to person api and us app to person usecase api as dependents in service
- Add us_app_to_person_registered field in service api for fetch, read, create, update
- Add us app to person api
- Add us app to person usecase api
- Add A2P external campaign api
- Add Usecases API
Supersim
- Add Create endpoint to Sims resource
Verify
- The
Binding
field is now returned when creating aFactor
. This value won't be returned for other endpoints.
Video
- [Rooms] max_concurrent_published_tracks has got GA maturity
v0.4.0
Release Notes
Api
- Added optional parameter
CallToken
for create calls api - Add optional property
time_limit
in the call create request.
Bulkexports
- adding two new fields with job api queue_position and estimated_completion_time
Events
- Add new endpoints to manage subscribed_events in subscriptions
Numbers
- Remove feature flags for RegulatoryCompliance endpoints
Supersim
- Add SmsCommands resource
- Add fields
SmsCommandsUrl
,SmsCommandsMethod
andSmsCommandsEnabled
to a Fleet resource
Taskrouter
- Add
If-Match
Header based on ETag for Task Update - Add
ETag
as Response Headers to Tasks and Reservations
Video
- Recording rule beta flag (breaking change)
- [Rooms] Add RecordingRules param to Rooms
0.3.0
Release Notes
Library - Docs
- PR #54: add property descriptions to docs. Thanks to @JenniferMah!
- PR #51: fix model reference in docs. Thanks to @shwetha-manvinkurke!
- PR #48: adding docs for enums and getting rid of 'description' column in model docs. Thanks to @shwetha-manvinkurke!
- PR #50: remove optional note for nullable properties. Thanks to @eshanholtz!
Library - Feature
- PR #53: regenerating with openapi-generator 5.0.1. Thanks to @shwetha-manvinkurke!
Library - Chore
- PR #52: add go linting as a pre commit hook. Thanks to @shwetha-manvinkurke!
Events
- Set maturity to beta
Messaging
- Adjust A2P brand registration status enum (breaking change)
Studio
- Remove internal safeguards for Studio V2 API usage now that it's GA
Verify
- Add support for creating and verifying totp factors. Support for totp factors is behind the
api.verify.totp
beta feature.
0.2.0
Release Notes
Library - Fix
- PR #49: re-add enum prefixes. Thanks to @eshanholtz!
Events
- Update description of types in the create sink resource
Messaging
- Add WA template header and footer
- Remove A2P campaign and use cases API (breaking change)
- Add number_registration_status field to read and fetch campaign responses
Trusthub
- Make all resources public
Verify
- Verify List Attempts API endpoints added.