File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,27 @@ twilio-csharp Changelog
33
44[ 2017-06-30] Version 5.5.3-alpha1
55----------------------------------
6+ - Fix Url parameters with percent encoded characters not being properly serialized before being sent to the API.
7+ - Fix Iso8601 date time serialization not enforcing expected culture, timezone. Issue #372 .
8+ - Allow empty string ` finishOnKey ` Gather Twiml attribute. Thanks @barclayadam !
9+ - Fix Enums comparison with ` == ` not working. Issue #376 .
10+ - Support Recording encryption. Add ` EncryptionType ` and ` EncryptionDetails ` parameters to call recordings.
11+ - Add new usage record categories for rooms and speech recognition.
12+
613** Video**
714- Filter recordings by date using the parameters ` DateCreatedAfter ` and ` DateCreatedBefore ` .
815- Override the default time-to-live of a recording's media URL through the ` Ttl ` parameter (in seconds, default value is 3600).
916- Add query parameters ` SourceSid ` , ` Status ` , ` DateCreatedAfter ` and ` DateCreatedBefore ` to the convenience method for retrieving Room recordings.
17+
1018** Wireless**
1119- Added national and international data limits to the RatePlans resource.
1220
21+ ** Messaging**
22+ - Add ` SynchronousValidation ` property and parameter to Messaging Service.
23+
24+ ** Hosted Numbers**
25+ - Add ` VerificationCode ` parameter and property to HostedNumberOrder
26+
1327[ 2017-06-16] Version 5.5.2-alpha1
1428---------------------------------
1529- Make url parameter optional in Play Twiml.
You can’t perform that action at this time.
0 commit comments