Skip to content

Commit 3186214

Browse files
committed
Update changelog for 0.5.1
1 parent 45c828a commit 3186214

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

CHANGES.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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
311
* 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
416

517
### 0.5.0
618

@@ -10,7 +22,7 @@
1022
* Add missing type hint in websocket-server-handler
1123
* Correctly handle too large headers/URIs
1224
* Add doc for undocumented response-executor parameter
13-
* Minor bugfix for keep-alive? false
25+
* Minor bugfix for `keep-alive? false`
1426
* Fixed major memory leak when sending InputStreams
1527
* Fixed bug when sending empty files
1628
* 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
2941

3042
Contributions by (in alphabetical order):
3143

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
3548

3649
#### 0.4.7-rc3
3750

0 commit comments

Comments
 (0)