Releases: twilio/twilio-csharp
Releases · twilio/twilio-csharp
5.7.0
Release Notes
Chat
- Make member accessible through identity
- Make channel subresources accessible by channel unique name
- Set get list 'max_page_size' parameter to 100
- Add service instance webhook retry configuration
- Add media message capability
- Make
body
an optional parameter on Message creation. (breaking change)
Notify
data
,apn
,gcm
,fcm
,sms
parameters inNotifications
create resource are objects instead of strings. Passing manually stringified JSON will continue to work.
Taskrouter
- Add new query ability by TaskChannelSid or TaskChannelUniqueName
- Move Events, Worker, Workers endpoint over to CPR
- Add new RealTime and Cumulative Statistics endpoints
Video
- Create should allow an array of video_codecs.
- Add video_codecs as a property of room to make it externally visible.
5.6.5
5.6.4
5.6.3
Release Notes
Library
- Fix warning on inclusive lower bound for Newtonsoft
- Throw more specific subclasses of TwilioException when exceptions occur at the HTTP layer.
- Poperly set root cause Exception as
innerException
on HTTP client exceptions. Issue #361. - Correct typo in HttpClient interface
MakeRequestAysnc
->MakeRequestAsync
.
Api
- Update
status
enum for Recordings to include 'failed' - Add
error_code
property on Recordings
Chat
- Add mutable parameters for channel, members and messages
Video
- New
media_region
parameter when creating a room, which controls which region media will be served out of.
5.6.2
5.6.1
Release Notes
Updated requirements for NewtonSoft and DotNet
TwiML
- Add missing Gather attributes
Api
- Add New wireless usage keys added
- Add
auto_correct_address
param for Addresses create and update - Add ChatGrant grant and deprecate IpMessagingGrant
Preview
- Removed 'email' from bulk_exports configuration api [bi]. No migration plan needed because api has not been used yet.
- Add AvailableNumbers resource.
Video
- Add
video_codec
enum andvideo_codecs
parameter, which can be set to eitherVP8
orH264
during room creation. - Restrict recordings page size to 100
5.6.0
Release Notes
This release adds Beta and Preview products to main artifact.
Previously, Beta and Preview products were only included in the alpha artifact.
They are now being included in the main artifact to ease product
discoverability and the collective operational overhead of maintaining multiple
artifacts per library.
Api
- Remove unused
encryption_type
property on Recordings (breaking change) - Update
status
enum for Messages to include 'accepted' - Update
AnnounceMethod
parameter naming for consistency
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBinding
optional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
sms_application_sid
to HostedNumberOrders. - Add
verification_attempts
to HostedNumberOrders. - Add
status_callback_url
andstatus_callback_method
to HostedNumberOrders.
Taskrouter
- Fully support conference functionality in reservations.
5.5.3-alpha2
5.5.3-alpha1
Release Notes
- Fix Url parameters with percent encoded characters not being properly serialized before being sent to the API.
- Fix Iso8601 date time serialization not enforcing expected culture, timezone. Issue #372.
- Allow empty string
finishOnKey
Gather Twiml attribute. Thanks @barclayadam! - Fix Enums comparison with
==
not working. Issue #376. - Support Recording encryption. Add
EncryptionType
andEncryptionDetails
parameters to call recordings. - Add new usage record categories for rooms and speech recognition.
Video
- Filter recordings by date using the parameters
DateCreatedAfter
andDateCreatedBefore
. - Override the default time-to-live of a recording's media URL through the
Ttl
parameter (in seconds, default value is 3600). - Add query parameters
SourceSid
,Status
,DateCreatedAfter
andDateCreatedBefore
to the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.
Messaging
- Add
SynchronousValidation
property and parameter to Messaging Service.
Hosted Numbers
- Add
VerificationCode
parameter and property to HostedNumberOrder
5.5.2
Release Notes
- Fix Url parameters with percent encoded characters not being properly serialized before being sent to the API.
- Fix Iso8601 date time serialization not enforcing expected culture, timezone. Issue #372.
- Allow empty string
finishOnKey
Gather Twiml attribute. Thanks @barclayadam! - Fix Enums comparison with
==
not working. Issue #376. - Support Recording encryption. Add
EncryptionType
andEncryptionDetails
parameters to call recordings. - Add new usage record categories for rooms and speech recognition.
Video
- Filter recordings by date using the parameters
DateCreatedAfter
andDateCreatedBefore
. - Override the default time-to-live of a recording's media URL through the
Ttl
parameter (in seconds, default value is 3600). - Add query parameters
SourceSid
,Status
,DateCreatedAfter
andDateCreatedBefore
to the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.