Releases: twilio/twilio-csharp
Releases · twilio/twilio-csharp
5.81.0
Release Notes
Api
- Make link shortening parameters public (breaking change)
Oauth
- added oauth JWKS endpoint
- Get userinfo resource
- OpenID discovery resource
- Add new API for token endpoint
Supersim
- Add SettingsUpdates resource
Verify
- Update Verify Push endpoints to
ga
maturity - Verify BYOT add Channels property to the Get Templates response
Twiml
- Add
requireMatchingInputs
attribute andinput-matching-failed
errorType to<Prompt>
5.80.1
Release Notes
Library - Fix
- PR #632: handling null 'from' parameter. Thanks to @isha689!
- PR #636: Make sonar exclusions a variable to reuse this file. Thanks to @AsabuHere!
Library - Test
- PR #634: Modifying make command to take project name and token as arguments for reuse. Thanks to @AsabuHere!
Api
- Added
virtual-agent
tousage_record
API. - Add AMD attributes to participant create request
Twiml
- Add AMD attributes to
Number
andSip
5.80.0
Release Notes
Flex
- Removed redundant
close
status from Flex Interactions flow (breaking change) - Adding
debugger_integration
andflex_ui_status_report
to Flex Configuration
Messaging
- Add create, list and get tollfree verification API
Verify
- Verify SafeList API endpoints added.
Video
- Add
Anonymize
API
Twiml
- Update
event
valuecall-in-progress
tocall-answered
5.79.0
Release Notes
Library - Test
Api
- Remove
beta feature
from scheduling params and remove optimize parameters. (breaking change)
Routes
- Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. (breaking change)
Twiml
- Add new Polly Neural voices
- Add new languages to SSML
<lang>
.
5.78.1
Release Notes
Library - Test
- PR #623: Modified Dockerfile to be able to easily build and test. Thanks to @marcusber!
Routes
- Inbound Proccessing Region API - Public GA
Supersim
- Allow updating
DataLimit
on a Fleet
5.78.0
Release Notes
Library - Fix
- PR #620: useragent regrex unit test for RC branch. Thanks to @claudiachua!
Flex
- Add
status
,error_code
, anderror_message
fields to InteractionChannel
- Adding
messenger
andgbm
as supported channels for Interactions API
Messaging
- Update alpha_sender docs with new valid characters
Verify
- Reorder Verification Check parameters so
code
stays as the first parameter (breaking change) - Rollback List Attempts API V2 back to pilot stage.
5.77.0
Release Notes
Library - Chore
- PR #618: bump Newtonsoft.Json from 10.0.1 to 13.0.1. Thanks to @dependabot!
Library - Test
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)
5.76.0
Release Notes
Library - Fix
- PR #616: Patching newer versions of JwtHeader including "cty". Thanks to @marcusber!
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)
Twiml
- Add
maxQueueSize
toEnqueue
5.75.3
Release Notes
Lookups
- Adding support for Lookup V2 API
Studio
- Corrected PII labels to be 30 days and added context to be PII
Twiml
- Add
statusCallbackMethod
attribute, nested<Config
and<Parameter>
elements to<VirtualAgent>
noun. - Add support for new Amazon Polly voices (Q2 2022) for
Say
verb - Add support for
<Conversation>
noun
5.75.2
Release Notes
Library - Chore
- PR #611: use Docker 'rc' tag for release candidate images. Thanks to @childish-sambino!
- PR #606: update the user agent string for twilio-csharp. Thanks to @claudiachua!