1
- ### Unreleased
2
-
1
+ ### 0.5.1
2
+
3
+ * Fix bug treating a ` ClosedChannelException ` during an SSL/TLS handshake as a success deferred
4
+ * Bump Netty to 4.1.79.Final
5
+ * Support replacing Dirigiste with custom pools
6
+ * Improve options for setting up SSL/TLS. Now accepts a map. See ` ssl-server-context ` .
7
+ * Support custom error handlers
8
+ * Support HttpObjectAggregator on the pipeline
9
+ * Log less info on SSL/TLS handshake failure
10
+ * If epoll is missing, setting ` epoll? true ` will now be an error instead of automatically downgrading
3
11
* Make TCP+SSL server call handler only after successful SSL handshake
12
+ * Clarified ` idle-timeout ` docstring
13
+
14
+ Contributions by Arnaud Geiser, Moritz Heidkamp, Anthony Bondarenko, Alexey Kachayev,
15
+ Alexander Yakushev, Andrew Rudenko, and Matthew Davidson
4
16
5
17
### 0.5.0
6
18
10
22
* Add missing type hint in websocket-server-handler
11
23
* Correctly handle too large headers/URIs
12
24
* Add doc for undocumented response-executor parameter
13
- * Minor bugfix for keep-alive? false
25
+ * Minor bugfix for ` keep-alive? false `
14
26
* Fixed major memory leak when sending InputStreams
15
27
* Fixed bug when sending empty files
16
28
* Fix returned filename in multipart uploads for clj-http parity
@@ -29,9 +41,10 @@ Contributions by Arnaud Geiser, Moritz Heidkamp, Erik Assum, Ivar Refsdal, and M
29
41
30
42
Contributions by (in alphabetical order):
31
43
32
- Erik Assum, Yoan Blanc, Reynald Borer, Michael Cameron, Jonathan Chen, Daniel Compton, Matthew Davidson, Rafal Dittwald,
33
- Ganesh Gautam, Aaron Muir Hamilton, Moritz Heidkamp, Alexey Kachayev, Dominic Pearson, Matthew Phillips, Denis Shilov,
34
- Zach Tellman, Mark Wardle, and Alexander Yakushev
44
+ Erik Assum, Yoan Blanc, Reynald Borer, Michael Cameron, Jonathan Chen, Daniel Compton,
45
+ Matthew Davidson, Rafal Dittwald, Ganesh Gautam, Aaron Muir Hamilton, Moritz Heidkamp,
46
+ Alexey Kachayev, Dominic Pearson, Matthew Phillips, Denis Shilov, Zach Tellman,
47
+ Mark Wardle, and Alexander Yakushev
35
48
36
49
#### 0.4.7-rc3
37
50
0 commit comments