Releases: twilio/twilio-oai
Releases · twilio/twilio-oai
1.8.0
1.7.0
Release Notes
Library - Chore
- PR #18: add ahoy msg. Thanks to @garethpaul!
Library - Fix
- PR #17: making specs conform with the OpenAPI specification. Thanks to @shwetha-manvinkurke!
Api
- Add 'Electric Imp v1 Usage' to usage categories
Conversations
- Changed
last_read_message_index
type in Participant's resource (breaking change)
Insights
- Added
created_time
to call summary.
Sync
- Remove HideExpired query parameter for filtering Sync Documents with expired (breaking change)
Video
- [Rooms] Expose maxConcurrentPublishedTracks property in Room resource
1.6.0
Release Notes
Library - Feature
- PR #16: add operation IDs. Thanks to @JenniferMah!
Api
- Updated
call_event
default_output_properties to request and response.
Conversations
- Added
last_read_message_index
andlast_read_timestamp
to Participant's resource update operation - Added
is_notifiable
andis_online
to User's resource - Added
reachability_enabled
parameters to update method for Conversation Service Configuration resource
Messaging
- Added WA template quick reply, URL, and phone number buttons
1.5.0
Release Notes
Library - Chore
- PR #14: replace tags with vendor extension. Thanks to @thinkingserious!
Library - Fix
- PR #11: fixing semantic errors in the specs. Thanks to @shwetha-manvinkurke!
Api
- Added optional
RecordingTrack
parameter for create calls, create participants, and create call recordings - Removed deprecated Programmable Chat usage record categories (breaking change)
1.4.0
Release Notes
Library - Feature
- PR #8: Splitting up openAPI specs by version. Thanks to @shwetha-manvinkurke!
Api
- Remove
RecordingTrack
parameter for create calls, create participants, and create call recordings (breaking change) - Added
RecordingTrack
parameter for create calls and create call recordings - Add optional property
recording_track
in the participant create request
Lookups
- Changed
caller_name
andcarrier
properties type to object (breaking change)
Trunking
- Added dual channel recording options for Trunks.
1.3.0
Release Notes
Api
- Add new call events resource - GET /2010-04-01/Accounts/{account_sid}/Calls/{call_sid}/Events.json
Conversations
- Fixed default response property issue for Service Notifications Configuration
Insights
- Removing call_sid from participant summary. (breaking change)
Serverless
- Allow Service unique name to be used in path (in place of SID) in Service update request
Sync
- Added HideExpired query parameter for filtering Sync Documents with expired
Verify
- Challenge
Details
andHiddenDetails
properties are now marked asPII
- Challenge
expiration_date
attribute updated to set a default value of five (5) minutes and to allow max dates of one (1) hour after creation. - Entity
identity
attribute updated to allow values between 8 and 64 characters. - Verify Service frinedly_name attribute updated from 64 max lenght to 30 characters.
1.2.0
Release Notes
Api
- Added
verify-push
tousage_record
API
Bulkexports
- When creating a custom export the StartDay, EndDay, and FriendlyName fields were required but this was not reflected in the API documentation. The API itself failed the request without these fields. (breaking change)
- Added property descriptions for Custom Export create method
- Clarified WebhookUrl and WebhookMethod must be provided together for Custom Export
Insights
- Added video room and participant summary apis.
Ip_messaging
- Create separate definition for ip-messaging
- Restore v2 endpoints for ip-messaging
Verify
- Verify Push madurity were updated from
preview
tobeta
twilio_sandbox_mode
header was removed from Verify Push resources (breaking change)
Video
- [Rooms] Add Recording Rules API
1.1.0
Release Notes
Ai
- Add
Annotation Project
andAnnotation Task
endpoints - Add
Primitives
endpoints - Add
meta.total
to the search endpoint
Conversations
- Mutable Conversation Unique Names
Insights
- Added
trust
to summary.
Preview
- Simplified
Channels
resource. The path is now/BrandedChannels/branded_channel_sid/Channels
(breaking change)
Verify
- Changed parameters (
config
andbinding
) to use dot notation instead of JSON string (e.i. Before:binding={"alg":"ES256", "public_key": "xxx..."}
, Now:Binding.Alg="ES256"
,Binding.PublicKey="xxx..."
). (breaking change) - Changed parameters (
details
andhidden_details
) to use dot notation instead of JSON string (e.i. Before:details={"message":"Test message", "fields": "[{\"label\": \"Action 1\", \"value\":\"value 1\"}]"}
, Now:details.Message="Test message"
,Details.Fields=["{\"label\": \"Action 1\", \"value\":\"value 1\"}"]
). (breaking change) - Removed
notify_service_sid
frompush
service configuration object. AddPush.IncludeDate
,Push.ApnCredentialSid
andPush.FcmCredentialSid
service configuration parameters. (breaking change)
1.0.1
Release Notes
Api
- Add optional property
call_reason
in the participant create request - Make sip-domain-service endpoints available in stage-au1 and prod-au1
Messaging
- Removed beta feature gate from WhatsApp Templates API
Serverless
- Add Build Status endpoint
Video
- [Rooms] Add new room type "go" for WebRTC Go