8000 [Librarian] Regenerated @ dbdffd4bfe82e9377b1779616734dda253e3aad2 · anilktechie/twilio-python@b4e129a · GitHub
[go: up one dir, main page]

Skip to content

Commit b4e129a

Browse files
committed
[Librarian] Regenerated @ dbdffd4bfe82e9377b1779616734dda253e3aad2
1 parent 7d0bf3f commit b4e129a

File tree

49 files changed

+623
-7331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+623
-7331
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2018-08-03] Version 6.16.0
7+
----------------------------
8+
**Library**
9+
- PR #442: Auto generate docs with sphinx. Thanks to @mbichoffe!
10+
- PR #437: Tag and push Docker latest image when deploying with TravisCI. Thanks to @jonatasbaldin!
11+
12+
**Chat**
13+
- Make message From field updatable
14+
- Add REST API webhooks
15+
16+
**Notify**
17+
- Removing deprecated `segments`, `users`, `segment_memberships`, `user_bindings` classes from helper libraries. **(breaking change)**
18+
19+
**Preview**
20+
- Add new Intent Statistics endpoint
21+
- Remove `ttl` from Assistants
22+
23+
**Twiml**
24+
- Add `Connect` and `Room` for Programmable Video Rooms
25+
26+
627
[2018-07-27] Version 6.15.2
728
----------------------------
829
**Api**

tests/integration/chat/v2/service/channel/test_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def test_update_response(self):
363363
"date_updated": "2015-12-16T22:18:38Z",
364364
"last_updated_by": "username",
365365
"was_edited": true,
366-
"from": "system",
366+
"from": "fromUser",
367367
"body": "Hello",
368368
"index": 0,
369369
"type": "text",

tests/integration/ip_messaging/v2/service/channel/test_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def test_update_response(self):
363363
"date_updated": "2015-12-16T22:18:38Z",
364364
"last_updated_by": "username",
365365
"was_edited": true,
366-
"from": "system",
366+
"from": "fromUser",
367367
"body": "Hello",
368368
"index": 0,
369369
"type": "text",

tests/integration/notify/v1/service/test_segment.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

tests/integration/notify/v1/service/test_user.py

Lines changed: 0 additions & 198 deletions
This file was deleted.

tests/integration/notify/v1/service/user/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0