Skip to content

Commit 449336e

Browse files
committed
Update changelog for version 5.5.3-alpha1
1 parent 0b0b059 commit 449336e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)