File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ twilio-ruby changelog
3
3
4
4
[ 2017-08-25] Version 5.2.0
5
5
---------------------------
6
+ ** Library**
7
+ - Add ` last_request ` , ` last_response ` properties to http client for easier debugging.
8
+ - Add ` Request ` class to abstract http client implementations.
9
+ - Rename ` TwilioResponse ` to ` Response ` for consistency, deprecate ` TwilioResponse ` class.
10
+ - Support libxml 2 and 3. Issue #315 . Thanks @malmckay .
11
+ - Add ` inspect ` methods to all classes. Thanks @malmckay .
12
+
6
13
** Api**
7
14
- Update ` status ` enum for Recordings to include 'failed'
8
15
- Add ` error_code ` property on Recordings
@@ -12,7 +19,6 @@ twilio-ruby changelog
12
19
13
20
** Video**
14
21
- New ` media_region ` parameter when creating a room, which controls which region media will be served out of.
15
- - Add ` video_codec ` enum and ` video_codecs ` parameter, which can be set to either ` VP8 ` or ` H264 ` during room creation.
16
22
17
23
18
24
[ 2017-08-18] Version 5.1.2
You can’t perform that action at this time.
0 commit comments