Skip to content

Commit 47957e5

Browse files
committed
Upate changelog
1 parent dcb594c commit 47957e5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
twilio-java changelog
22
=====================
33

4+
[2016-11-16] Version 7.2.0
5+
--------------------------
6+
- Use separate enum for Updating Call `status`. This enum only exposes the statuses that a Call can be updated to.
7+
- Move the `body` parameter to be required in updating Messages.
8+
- Move the `friendlyName` parameter to be required in creating Queues.
9+
- Add Particpant creation to Conferences.
10+
- Add filtering by `CallSid` to Recordings.
11+
- Add missing fields to Call Recordings.
12+
- Add missing fields to Conferences.
13+
- Add missing fields to IncomingPhoneNumbers.
14+
- Add missing fields to Messages.
15+
16+
- * Twilio Chat *
17+
- Add Invites
18+
- Add `reachabilityEnabled`, `preWebhookUrl`, `postWebhookUrl`, `webhookMethod`, `webhookFilters`, `notifications` to Services.
19+
- Add `attributes`, `friendlyName`, `isOnline`, `isNotifiable` to Users.
20+
- Add `lastConsumedMessageIndex`, `lastConsumptionTimestamp` to Members.
21+
- Add `attributes`, `index` to Messages.
22+
- Add ability to update Members.
23+
- Add filtering by `identity` on Members.
24+
- Add webhook related parameters to Service updates.
25+
- Remove updating of `type` on Channels.
26+
427
[2016-10-05] Version 7.1.0
528
--------------------------
629
- Update Usage Records to use `LocalDate` instead of `DateTime`

0 commit comments

Comments
 (0)