|
1 |
| -1.4.3 / 2020-10-28 |
2 |
| -================== |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 2.0.0 |
| 4 | + |
| 5 | +* [CHANGED] Use TLS by default. |
| 6 | +* [REMOVED] Support for Ruby 2.4 and 2.5. |
| 7 | +* [FIXED] Handle empty or nil configuration. |
| 8 | +* [REMOVED] Legacy Push Notification integration. |
| 9 | +* [ADDED] Stalebot and Github actions. |
| 10 | + |
| 11 | +## 1.4.3 |
3 | 12 |
|
4 |
| - * Remove newline from end of base64 encoded strings, some decoders don't like |
| 13 | + * [FIXED] Remove newline from end of base64 encoded strings, some decoders don't like |
5 | 14 | them.
|
6 | 15 |
|
7 |
| -1.4.2 / 2020-10-20 |
| 16 | +## 1.4.2 |
8 | 17 | ==================
|
9 | 18 |
|
10 |
| - * Return `shared_secret` to support authenticating encrypted channels. Thanks |
| 19 | + * [FIXED] Return `shared_secret` to support authenticating encrypted channels. Thanks |
11 | 20 | @Benjaminpjacobs
|
12 | 21 |
|
13 |
| -1.4.1 / 2020-10-05 |
14 |
| -================== |
| 22 | +## 1.4.1 |
15 | 23 |
|
16 |
| - * Remove rbnacl from dependencies so we don't get errors when it isn't |
| 24 | + * [CHANGED] Remove rbnacl from dependencies so we don't get errors when it isn't |
17 | 25 | required. Thanks @y-yagi!
|
18 | 26 |
|
19 |
| -1.4.0 / 2020-09-29 |
20 |
| -================== |
| 27 | +## 1.4.0 |
21 | 28 |
|
22 |
| - * Support for end-to-end encryption. |
| 29 | + * [ADDED] Support for end-to-end encryption. |
23 | 30 |
|
24 |
| -1.3.3 / 2019-07-02 |
25 |
| -================== |
| 31 | +## 1.3.3 |
26 | 32 |
|
27 |
| - * Rewording to clarify "Pusher Channels" or simply "Channels" product name. |
| 33 | + * [CHANGED] Rewording to clarify "Pusher Channels" or simply "Channels" product name. |
28 | 34 |
|
29 |
| -1.3.2 / 2018-10-17 |
30 |
| -================== |
| 35 | +## 1.3.2 |
31 | 36 |
|
32 |
| - * Return a specific error for "Request Entity Too Large" (body over 10KB). |
33 |
| - * Add a `use_tls` option for SSL (defaults to false). |
34 |
| - * Add a `from_url` client method (in addition to existing `from_env` option). |
35 |
| - * Improved documentation and fixed typos. |
36 |
| - * Add Ruby 2.4 to test matrix. |
| 37 | + * [FIXED] Return a specific error for "Request Entity Too Large" (body over 10KB). |
| 38 | + * [ADDED] Add a `use_tls` option for SSL (defaults to false). |
| 39 | + * [ADDED] Add a `from_url` client method (in addition to existing `from_env` option). |
| 40 | + * [CHANGED] Improved documentation and fixed typos. |
| 41 | + * [ADDED] Add Ruby 2.4 to test matrix. |
37 | 42 |
|
38 |
| -1.3.1 / 2017-03-15 |
39 |
| -================== |
| 43 | +## 1.3.1 |
40 | 44 |
|
41 |
| - * Added missing client batch methods to default client delegations |
42 |
| - * Document raised exception in the `authenticate` method |
43 |
| - * Fixes em-http-request from using v2.5.0 of `addressable` breaking builds. |
| 45 | + * [FIXED] Added missing client batch methods to default client delegations |
| 46 | + * [CHANGED] Document raised exception in the `authenticate` method |
| 47 | + * [FIXED] Fixes em-http-request from using v2.5.0 of `addressable` breaking builds. |
44 | 48 |
|
45 |
| -1.3.0 / 2016-08-23 |
46 |
| -================== |
| 49 | +## 1.3.0 |
47 | 50 |
|
48 |
| - * Add support for sending push notifications on up to 10 interests. |
| 51 | + * [ADDED] Add support for sending push notifications on up to 10 interests. |
49 | 52 |
|
50 |
| -1.2.1 / 2016-08-22 |
51 |
| -================== |
| 53 | +## 1.2.1 |
52 | 54 |
|
53 |
| - * Fixes Rails 5 compatibility. Use duck-typing to detect request object |
| 55 | + * [FIXED] Fixes Rails 5 compatibility. Use duck-typing to detect request object |
54 | 56 |
|
55 |
| -1.2.0 / 2016-08-15 |
56 |
| -================== |
| 57 | +## 1.2.0 |
57 | 58 |
|
58 |
| - * Minor release for Native notifications |
| 59 | + * [CHANGED] Minor release for Native notifications |
59 | 60 |
|
60 |
| -1.2.0.rc1 / 2016-07-18 |
61 |
| -================== |
| 61 | +## 1.2.0.rc1 |
62 | 62 |
|
63 |
| - * Add support for Native notifications |
| 63 | + * [ADDED] Add support for Native notifications |
64 | 64 |
|
65 |
| -1.1.0 / 2016-05-20 |
66 |
| -================== |
| 65 | +## 1.1.0 |
67 | 66 |
|
68 |
| - * Add support for batch events |
| 67 | + * [ADDED] Add support for batch events |
69 | 68 |
|
70 |
| -1.0.0 / 2016-05-19 |
71 |
| -================== |
| 69 | +## 1.0.0 |
72 | 70 |
|
73 |
| -No breaking changes, this release is just to follow semver and show that we |
| 71 | + * [CHANGED] No breaking changes, this release is just to follow semver and show that we |
74 | 72 | are stable.
|
75 | 73 |
|
76 |
| -0.18.0 / 2016-05-15 |
77 |
| -================== |
| 74 | +## 0.18.0 |
78 | 75 |
|
79 |
| - * Introduce `Pusher::Client.from_env` |
80 |
| - * Improve error handling on missing config |
| 76 | + * [ADDED] Introduce `Pusher::Client.from_env` |
| 77 | + * [FIXED] Improve error handling on missing config |
81 | 78 |
|
82 |
| -0.17.0 / 2016-02-22 |
83 |
| -================== |
| 79 | +## 0.17.0 |
84 | 80 |
|
85 |
| - * Introduce the `cluster` option. |
| 81 | + * [ADDED] Introduce the `cluster` option. |
86 | 82 |
|
87 |
| -0.16.0 / 2016-01-21 |
88 |
| -================== |
| 83 | +## 0.16.0 |
89 | 84 |
|
90 |
| - * Bump httpclient version to 2.7 |
91 |
| - * Ruby 1.8.7 is not supported anymore. |
| 85 | + * [CHANGED] Bump httpclient version to 2.7 |
| 86 | + * [REMOVED] Ruby 1.8.7 is not supported anymore. |
92 | 87 |
|
93 |
| -0.15.2 / 2015-12-03 |
94 |
| -================== |
| 88 | +## 0.15.2 |
95 | 89 |
|
96 |
| - * Documented `Pusher.channel_info`, `Pusher.channels` |
97 |
| - * Added `Pusher.channel_users` |
| 90 | + * [CHANGED] Documented `Pusher.channel_info`, `Pusher.channels` |
| 91 | + * [ADDED] Added `Pusher.channel_users` |
98 | 92 |
|
99 |
| -0.15.1 / 2015-11-03 |
100 |
| -================== |
| 93 | +## 0.15.1 |
101 | 94 |
|
102 |
| - * Fixed a bug where the `authenticate` method added in 0.15.0 wasn't exposed on the Pusher class. |
| 95 | + * [FIXED] Fixed a bug where the `authenticate` method added in 0.15.0 wasn't exposed on the Pusher class. |
103 | 96 |
|
104 |
| -0.15.0 / 2015-11-02 |
105 |
| -================== |
| 97 | +## 0.15.0 |
106 | 98 |
|
107 |
| - * Added `Pusher.authenticate` method for authenticating private and presence channels. |
| 99 | + * [ADDED] Added `Pusher.authenticate` method for authenticating private and presence channels. |
108 | 100 | This is prefered over the older `Pusher['a_channel'].authenticate(...)` style.
|
109 | 101 |
|
110 |
| -0.14.6 / 2015-09-29 |
111 |
| -================== |
112 |
| - * Updated to use the `pusher-signature` gem instead of `signature`. |
113 |
| - This resolves namespace related issues. |
| 102 | +## 0.14.6 |
114 | 103 |
|
115 |
| -0.14.5 / 2015-05-11 |
116 |
| -================== |
117 |
| - |
118 |
| - * SECURITY: Prevent auth delegation trough crafted socket IDs |
119 |
| - |
120 |
| -0.14.4 / 2015-01-20 |
121 |
| -================== |
| 104 | + * [CHANGED] Updated to use the `pusher-signature` gem instead of `signature`. |
| 105 | + This resolves namespace related issues. |
122 | 106 |
|
123 |
| - * SECURITY: Prevent timing attack, update signature to v0.1.8 |
124 |
| - * SECURITY: Prevent POODLE. Disable SSLv3, update httpclient to v2.5 |
125 |
| - * Fix channel name character limit. |
126 |
| - * Adds support for listing users on a presence channel |
| 107 | +## 0.14.5 |
127 | 108 |
|
128 |
| -0.14.3 / 2015-01-20 |
129 |
| -================== |
| 109 | + * [SECURITY] Prevent auth delegation trough crafted socket IDs |
130 | 110 |
|
131 |
| -Yanked, bad release |
| 111 | +## 0.14.4 |
132 | 112 |
|
133 |
| -0.14.2 / 2014-10-16 |
134 |
| -================== |
| 113 | + * [SECURITY] Prevent timing attack, update signature to v0.1.8 |
| 114 | + * [SECURITY] Prevent POODLE. Disable SSLv3, update httpclient to v2.5 |
| 115 | + * [FIXED] Fix channel name character limit. |
| 116 | + * [ADDED] Adds support for listing users on a presence channel |
135 | 117 |
|
136 |
| -First release with a changelog ! |
| 118 | +## 0.14.2 |
137 | 119 |
|
138 |
| - * Bump httpclient to v2.4. See #62 (POODLE SSL) |
139 |
| - * Fix limited channel count at README.md. Thanks @tricknotes |
| 120 | + * [CHANGED] Bump httpclient to v2.4. See #62 (POODLE SSL) |
| 121 | + * [CHANGED] Fix limited channel count at README.md. Thanks @tricknotes |
0 commit comments