|
1 |
| -### 3.2.0 2022-01-25 |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 3.2.0 2022-01-25 |
2 | 4 |
|
3 | 5 | * [FIXED] An issue where payload size wasn't being calculated properly
|
4 | 6 |
|
5 |
| -### 3.1.0 2021-10-07 |
| 7 | +## 3.1.0 2021-10-07 |
6 | 8 |
|
7 | 9 | * [FIXED] Expired root certificates
|
8 | 10 |
|
9 |
| -### 3.0.0 2020-04-01 |
| 11 | +## 3.0.0 2020-04-01 |
10 | 12 |
|
11 | 13 | * [ADDED] option `encryption_master_key_base64`
|
12 | 14 | * [DEPRECATED] option `encryption_master_key`
|
13 | 15 |
|
14 | 16 | * [REMOVED] old support for Push Notifications, see https://github.com/pusher/push-notifications-python
|
15 | 17 |
|
16 |
| -### 2.1.4 2019-08-09 |
| 18 | +## 2.1.4 2019-08-09 |
17 | 19 |
|
18 | 20 | * [FIXED] TypeError in AuthenticationClient when using encrypted channels
|
19 | 21 | * [FIXED] RequestsDependencyWarning by updating `requests`
|
20 | 22 | * [FIXED] Suppress httpretty warnings
|
21 | 23 | * [ADDED] Tests for AuthenticationClient with encrypted channels
|
22 | 24 |
|
23 |
| -### 2.1.3 2019-02-26 |
| 25 | +## 2.1.3 2019-02-26 |
24 | 26 |
|
25 | 27 | * Import Abstract Base Classes from collections.abc in Python versions >= 3.3
|
26 | 28 |
|
27 |
| -### 2.1.2 2019-01-02 |
| 29 | +## 2.1.2 2019-01-02 |
28 | 30 |
|
29 | 31 | * Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class.
|
30 | 32 |
|
31 |
| -### 2.1.1 2018-12-13 |
| 33 | +## 2.1.1 2018-12-13 |
32 | 34 |
|
33 | 35 | * Add pynacl as a dependency
|
34 | 36 |
|
35 |
| -### 2.1.0 2018-12-13 |
| 37 | +## 2.1.0 2018-12-13 |
36 | 38 |
|
37 | 39 | * Added End-to-end Encryption
|
38 | 40 | * Fix ability to pass options to Tornado Backend
|
39 | 41 |
|
40 |
| -### 2.0.2 2018-11-05 |
| 42 | +## 2.0.2 2018-11-05 |
41 | 43 |
|
42 | 44 | * Support Tornado 5, drop support for Tornado 4
|
43 | 45 | * Check for error responses with AsyncIO backend
|
44 | 46 |
|
45 |
| -### 2.0.1 2018-05-21 |
| 47 | +## 2.0.1 2018-05-21 |
46 | 48 |
|
47 | 49 | * Fix issue where aiohttp ClientSession was not being closed
|
48 | 50 |
|
49 |
| -### 2.0.0 2018-05-03 |
| 51 | +## 2.0.0 2018-05-03 |
50 | 52 |
|
51 | 53 | * Drop support for Python 2.6, 3.3
|
52 | 54 | * Drop support for Python 3.4 with the aiohttp adaptor
|
53 | 55 |
|
54 |
| -### 1.7.4 2018-02-05 |
| 56 | +## 1.7.4 2018-02-05 |
55 | 57 |
|
56 | 58 | * Properly close client after request in aiohttp adaptor
|
57 | 59 |
|
58 |
| -### 1.7.3 2018-01-24 |
| 60 | +## 1.7.3 2018-01-24 |
59 | 61 |
|
60 | 62 | * Replace `read_and_close` with `text` in aiohttp adaptor (method removed
|
61 | 63 | upstream)
|
62 | 64 |
|
63 |
| -### 1.7.2 2017-07-19 |
| 65 | +## 1.7.2 2017-07-19 |
64 | 66 |
|
65 | 67 | * Remove `webhook_level` option to notify (depricated upstream)
|
66 | 68 |
|
67 | 69 | * Increase notify timeout to 30s
|
68 | 70 |
|
69 |
| -### 1.7.1 2017-06-12 |
| 71 | +## 1.7.1 2017-06-12 |
70 | 72 |
|
71 | 73 | * Make python 2 and 3 support explicit in `setup.py`
|
72 | 74 |
|
73 | 75 | * Lift trigger channel limit to 100 for consistency with API
|
74 | 76 |
|
75 |
| -### 1.7.0 2017-05-12 |
| 77 | +## 1.7.0 2017-05-12 |
76 | 78 |
|
77 | 79 | * Remove version freeze from urllib3 since upstream bugfix has been released. (See [here](https://github.com/shazow/urllib3/pull/987).)
|
78 | 80 |
|
79 |
| -### 1.6.0 1016-10-26 |
| 81 | +## 1.6.0 1016-10-26 |
80 | 82 |
|
81 | 83 | * Path to cacert.pem has been added to the setup.py, resolving an oversight that led to errors upon SSL requests.
|
82 | 84 | * Internal changes to ease future maintenance.
|
83 | 85 |
|
84 |
| -### 1.5.0 2016-08-23 |
| 86 | +## 1.5.0 2016-08-23 |
85 | 87 |
|
86 | 88 | * Add support for publishing push notifications on up to 10 interests.
|
87 | 89 |
|
88 |
| -### 1.4.0 2016-08-15 |
| 90 | +## 1.4.0 2016-08-15 |
89 | 91 |
|
90 | 92 | * Add support for sending push notifications.
|
91 | 93 |
|
92 |
| -### 1.3.0 2016-05-24 |
| 94 | +## 1.3.0 2016-05-24 |
93 | 95 |
|
94 | 96 | * Add support for batch events
|
95 | 97 |
|
96 |
| -### 1.2.3 2015-06-22 |
| 98 | +## 1.2.3 2015-06-22 |
97 | 99 |
|
98 | 100 | * Fixes sharing default mutable argument between requests
|
99 | 101 | * Only load RequestsBackend when required (avoids issues on GAE)
|
100 | 102 |
|
101 |
| -### 1.2.2 2015-06-12 |
| 103 | +## 1.2.2 2015-06-12 |
102 | 104 |
|
103 | 105 | Added Wheel file publishing. No functional changes.
|
104 | 106 |
|
105 |
| -### 1.2.1 2015-06-03 |
| 107 | +## 1.2.1 2015-06-03 |
106 | 108 |
|
107 | 109 | Added cacert.pem to the package, getting rid of errors upon SSL calls.
|
108 | 110 |
|
109 |
| -### 1.2.0 2015-05-29 |
| 111 | +## 1.2.0 2015-05-29 |
110 | 112 |
|
111 | 113 | * Renamed `URLFetchBackend` to `GAEBackend`, which specifically imports the Google App Engine urlfetch library.
|
112 | 114 | * Library creates an SSL context from certificate, addressing users receiving `InsecurePlatformWarning`s.
|
113 | 115 |
|
114 |
| -### 1.1.3 2015-05-12 |
| 116 | +## 1.1.3 2015-05-12 |
115 | 117 |
|
116 | 118 | Tightened up socket_id validation regex.
|
117 | 119 |
|
118 |
| -### 1.1.2 2015-05-08 |
| 120 | +## 1.1.2 2015-05-08 |
119 | 121 |
|
120 | 122 | Fixed oversight in socket_id validation regex.
|
121 | 123 |
|
122 |
| -### 1.1.1 2015-05-08 |
| 124 | +## 1.1.1 2015-05-08 |
123 | 125 |
|
124 | 126 | * Library now validates `socket_id` for the `trigger` method.
|
125 | 127 |
|
126 |
| -### 1.1.0 2015-05-07 |
| 128 | +## 1.1.0 2015-05-07 |
127 | 129 |
|
128 | 130 | * User can now specify a custom JSON encoder or decoder upon initializing Pusher.
|
129 | 131 |
|
130 |
| -### 1.0.0 2015-04-25 |
| 132 | +## 1.0.0 2015-04-25 |
131 | 133 |
|
132 | 134 | * Python 2.6, 2.7 and 3.3 support
|
133 | 135 | * Adapters for various http libraries like requests, urlfetch, aiohttp and tornado.
|
134 | 136 | * WebHook validation
|
135 | 137 | * Signature generation for socket subscriptions
|
136 | 138 |
|
137 |
| -### 0.1.0 2014-09-01 |
| 139 | +## 0.1.0 2014-09-01 |
138 | 140 |
|
139 | 141 | * First release
|
0 commit comments