Fork me on GitHub
#aleph
<
2022-07-14
>
Matthew Davidson (kingmob)08:07:26

Aleph 0.5.0 is now available. It includes many bugfixes, and some speed improvements. Please give it a try! https://clojars.org/aleph/versions/0.5.0 Many thanks to our contributors: Arnaud Geiser, Moritz Heidkamp, Erik Assum, Ivar Refsdal, and Matthew Davidson (me) Changes: • Add initial clj-kondo hooks • Minor bugfix in examples code • Add pipeline-transform test • Add missing type hint in websocket-server-handler • Correctly handle too large headers/URIs • Add doc for undocumented response-executor parameter • Minor bugfix for keep-alive? false • Fixed major memory leak when sending InputStreams • Fixed bug when sending empty files • Fix returned filename in multipart uploads for clj-http parity • Ensure client exceptions handled and channel closed on invalid input • Fix minor bug with redirects and :method key • Fix bug in idle state timeouts • Disable misleading logs during tests • Switch to Netty’s FastThreadLocalThread for threads • Ensure wrap-future callbacks have thread bindings and a full classloader chain • Fix minor reflection warning in HttpContentCompressor ctor • Add missing direct dependency on Dirigiste

👍 5
1
1
❤️ 5
🎉 2
👏 1
Ivar Refsdal19:07:40

Great work, and great to see aleph still going strong!

Matthew Davidson (kingmob)10:07:44

It's thanks to people like you helping out!