Releases: twilio/twilio-csharp
Releases · twilio/twilio-csharp
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_addressparam 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_codecenum andvideo_codecsparameter, which can be set to eitherVP8orH264during 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_typeproperty on Recordings (breaking change) - Update
statusenum for Messages to include 'accepted' - Update
AnnounceMethodparameter naming for consistency
Messaging
- Fix incorrectly typed capabilities property for PhoneNumbers.
Notify
- Add
ToBindingoptional parameter on Notifications resource creation. Accepted values are json strings.
Preview
- Add
sms_application_sidto HostedNumberOrders. - Add
verification_attemptsto HostedNumberOrders. - Add
status_callback_urlandstatus_callback_methodto 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
finishOnKeyGather Twiml attribute. Thanks @barclayadam! - Fix Enums comparison with
==not working. Issue #376. - Support Recording encryption. Add
EncryptionTypeandEncryptionDetailsparameters to call recordings. - Add new usage record categories for rooms and speech recognition.
Video
- Filter recordings by date using the parameters
DateCreatedAfterandDateCreatedBefore. - Override the default time-to-live of a recording's media URL through the
Ttlparameter (in seconds, default value is 3600). - Add query parameters
SourceSid,Status,DateCreatedAfterandDateCreatedBeforeto the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.
Messaging
- Add
SynchronousValidationproperty and parameter to Messaging Service.
Hosted Numbers
- Add
VerificationCodeparameter 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
finishOnKeyGather Twiml attribute. Thanks @barclayadam! - Fix Enums comparison with
==not working. Issue #376. - Support Recording encryption. Add
EncryptionTypeandEncryptionDetailsparameters to call recordings. - Add new usage record categories for rooms and speech recognition.
Video
- Filter recordings by date using the parameters
DateCreatedAfterandDateCreatedBefore. - Override the default time-to-live of a recording's media URL through the
Ttlparameter (in seconds, default value is 3600). - Add query parameters
SourceSid,Status,DateCreatedAfterandDateCreatedBeforeto the convenience method for retrieving Room recordings.
Wireless
- Added national and international data limits to the RatePlans resource.
5.5.2-alpha1
Release Notes
- Make url parameter optional in Play Twiml.
- Add support for reentrant paging, fetching a specific page when listing resources.
- Add Gather Twiml input attribute.
- Make url parameter of Message Redirect Twiml the xml tag value.
- Remove max page size coercion from library when listing resources.
- Add
localityproperty to available phone numbers and allow filter byinLocalityoption when searching available phone numbers. - Add
originparameter to incoming phone numbers. - Support
announceUrlandannouncUrlMethodproperties for conference participants. - Add new usage categories.
- Alpha Changes:
- Change Wireless usage api list key to
usage_records - Add alexa support to notify
- Change Wireless usage api list key to
5.5.1
Release Notes
- Make url parameter optional in Play Twiml.
- Add support for reentrant paging, fetching a specific page when listing resources.
- Add Gather Twiml input attribute.
- Make url parameter of Message Redirect Twiml the xml tag value.
- Remove max page size coercion from library when listing resources.
- Add
localityproperty to available phone numbers and allow filter byinLocalityoption when searching available phone numbers. - Add
originparameter to incoming phone numbers. - Support
announceUrlandannouncUrlMethodproperties for conference participants. - Add new usage categories.