Skip to content

v2.6.0 (2022-06-13)

Compare
Choose a tag to compare
@ptaoussanis ptaoussanis released this 13 Jun 11:04
· 117 commits to master since this release
[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

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)