Releases: twilio/twilio-go
Releases · twilio/twilio-go
v0.4.0
Release Notes
Api
- Added optional parameter
CallTokenfor create calls api - Add optional property
time_limitin 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,SmsCommandsMethodandSmsCommandsEnabledto a Fleet resource
Taskrouter
- Add
If-MatchHeader based on ETag for Task Update - Add
ETagas 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.totpbeta 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.