Skip to content

Commit d171afe

Browse files
author
Callum Oakley
committed
update changelog and readme
1 parent 18a3884 commit d171afe

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 1.7.0 2016-05-12
1+
### 1.7.1 2017-06-12
2+
3+
* Make python 2 and 3 support explicit in `setup.py`
4+
5+
* Lift trigger channel limit to 100 for consistency with API
6+
7+
### 1.7.0 2017-05-12
28

39
* Remove version freeze from urllib3 since upstream bugfix has been released. (See [here](https://github.com/shazow/urllib3/pull/987).)
410

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To trigger an event on one or more channels, use the `trigger` method on the `Pu
109109
|:-:|:-:|
110110
|buffered_events `Dict` | A parsed response that includes the event_id for each event published to a channel. See example. |
111111

112-
`Pusher::trigger` will throw a `TypeError` if called with parameters of the wrong type; or a `ValueError` if called on more than 10 channels, with an event name longer than 200 characters, or with more than 10240 characters of data (post JSON serialisation).
112+
`Pusher::trigger` will throw a `TypeError` if called with parameters of the wrong type; or a `ValueError` if called on more than 100 channels, with an event name longer than 200 characters, or with more than 10240 characters of data (post JSON serialisation).
113113

114114
##### Example
115115

@@ -412,8 +412,8 @@ These are helpers that have been implemented to to ensure interactions with the
412412

413413
Helper Functionality | Supported
414414
-----------------------------------------| :-------:
415-
Channel name validation | ✔
416-
Limit to 10 channels per trigger | ✔
415+
Channel name validation | ✔
416+
Limit to 100 channels per trigger | ✔
417417
Limit event name length to 200 chars | ✔
418418

419419

0 commit comments

Comments
 (0)