Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-06-13 | 1.1 kB | |
v2.6.0 (2022-06-13).tar.gz | 2022-06-13 | 174.6 kB | |
v2.6.0 (2022-06-13).zip | 2022-06-13 | 230.3 kB | |
Totals: 3 Items | 406.1 kB | 0 |
:::clojure
[http-kit "2.6.0"]
Non-breaking maintenance release with some fixes and minor features See here recommended steps when updating any Clojure/Script dependencies.
Identical to v2.6.0-RC1
.
Changes since 2.5.3
- [#476] [Server] Optimization: change buildRequestMap to create a PersistentHashMap directly (@bsless)
New since 2.5.3
- [#471 [#472]] [Client] Add option to not automatically add Accept-Content header (@MarcoNicolodi)
Fixes since 2.5.3
- [#469 [#489]] [Client] Properly unrecycle req when kept-alive conn wasn't able to be reused (@xwang1498)
- [#475 [#477]] [Graal] Add --initialize-at-run-time to config to stop GRAAL builds failing (@askonomm)
- [#482 [#483]] [Client] Fix java version parsing for JDK 17 (@pmonks)
- [#401 [#481]] [Client] mark Request as connected when reusing keepalive (@xwang1498)
Everything since 2.6.0-alpha1
- [#469 [#489]] [Fix] [Client] Properly unrecycle req when kept-alive conn wasn't able to be reused (@xwang1498)