This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-14
Channels
- # aleph (3)
- # announcements (1)
- # babashka (36)
- # babashka-sci-dev (4)
- # beginners (62)
- # biff (2)
- # calva (13)
- # cider (4)
- # clj-kondo (6)
- # cljdoc (17)
- # clojure (142)
- # clojure-dev (6)
- # clojure-europe (62)
- # clojurescript (20)
- # core-async (26)
- # cursive (18)
- # data-oriented-programming (9)
- # data-science (1)
- # datahike (18)
- # events (4)
- # fulcro (4)
- # graalvm (2)
- # hyperfiddle (15)
- # interop (1)
- # jobs-discuss (8)
- # leiningen (2)
- # lsp (91)
- # malli (1)
- # missionary (11)
- # nbb (65)
- # off-topic (50)
- # practicalli (2)
- # programming-beginners (4)
- # re-frame (18)
- # remote-jobs (1)
- # shadow-cljs (53)
- # spacemacs (1)
- # specter (2)
- # sql (17)
- # tools-build (63)
- # web-security (1)
- # xtdb (15)
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