File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1- #### 1.4.0 2016-08-15
1+ ### 1.5.0 2016-08-23
2+
3+ * Add support for publishing push notifications on up to 10 interests.
4+
5+ ### 1.4.0 2016-08-15
26
37* Add support for sending push notifications.
48
5- #### 1.3.0 2016-05-24
9+ ### 1.3.0 2016-05-24
610
711* Add support for batch events
812
9- #### 1.2.3 2015-06-22
13+ ### 1.2.3 2015-06-22
1014
1115* Fixes sharing default mutable argument between requests
1216* Only load RequestsBackend when required (avoids issues on GAE)
1317
14- #### 1.2.2 2015-06-12
18+ ### 1.2.2 2015-06-12
1519
1620Added Wheel file publishing. No functional changes.
1721
18- #### 1.2.1 2015-06-03
22+ ### 1.2.1 2015-06-03
1923
2024Added cacert.pem to the package, getting rid of errors upon SSL calls.
2125
2226### 1.2.0 2015-05-29
2327
24- * Renamed ` URLFetchBackend ` to ` GAEBackend ` , which specifically imports the Google App Engine urlfetch library.
28+ * Renamed ` URLFetchBackend ` to ` GAEBackend ` , which specifically imports the Google App Engine urlfetch library.
2529* Library creates an SSL context from certificate, addressing users receiving ` InsecurePlatformWarning ` s.
2630
2731### 1.1.3 2015-05-12
@@ -36,19 +40,17 @@ Fixed oversight in socket_id validation regex.
3640
3741* Library now validates ` socket_id ` for the ` trigger ` method.
3842
39- ## 1.1.0 2015-05-07
43+ ### 1.1.0 2015-05-07
4044
4145* User can now specify a custom JSON encoder or decoder upon initializing Pusher.
4246
43- #1 .0.0 2015-04-25
47+ ### 1.0.0 2015-04-25
4448
4549* Python 2.6, 2.7 and 3.3 support
46- * Adapters for various http libraries like requests, urlfetch, aiohttp and
47- tornado.
50+ * Adapters for various http libraries like requests, urlfetch, aiohttp and tornado.
4851* WebHook validation
4952* Signature generation for socket subscriptions
5053
51- 0.1.0 / 2014-09-01
52- ==================
54+ ### 0.1.0 2014-09-01
5355
54- First release
56+ * First release
Original file line number Diff line number Diff line change 11# Don't change the format of this line: the version is extracted by ../setup.py
2- VERSION = '1.4 '
2+ VERSION = '1.5 '
You can’t perform that action at this time.
0 commit comments