This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-18
Channels
- # announcements (7)
- # babashka (4)
- # babashka-sci-dev (73)
- # beginners (101)
- # biff (4)
- # calva (33)
- # clerk (36)
- # clj-commons (23)
- # clj-kondo (3)
- # clojure (38)
- # clojure-europe (2)
- # clojurescript (29)
- # datalevin (15)
- # emacs (2)
- # fulcro (8)
- # gratitude (1)
- # hugsql (9)
- # hyperfiddle (43)
- # jobs-discuss (4)
- # lsp (47)
- # malli (7)
- # off-topic (14)
- # pathom (5)
- # practicalli (1)
- # releases (7)
- # shadow-cljs (4)
- # spacemacs (6)
- # sql (7)
- # tools-deps (7)
- # transit (8)
- # xtdb (6)
https://github.com/tatut/specql#20230316 some maintenance on an old library, updated dependencies and added support for caching schema into a file
https://github.com/borkdude/edamame: configurable EDN and Clojure parser with location metadata and more
1.3.20
• Add :uneval
option to preserve #_
expressions combined with next value
• Fix transient issue
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
1.3.176 (2023-03-18)
• Upgrade http-client to 0.1.8, fixes binary file uploads (which messed up the previous release)
• Downgrade org.flatland/ordered to 1.5.9 due to this https://github.com/clj-commons/ordered/issues/71
1.3.175 (2023-03-18)
• https://github.com/babashka/babashka/issues/1507: Expose methods on java.lang.VirtualThread (https://github.com/lispyclouds)
• https://github.com/babashka/babashka/issues/1510: add virtual thread interop on Thread
• https://github.com/babashka/babashka/issues/1511: support for domain sockets
• https://github.com/babashka/babashka/issues/1521: push images to GHCR (https://github.com/lispyclouds)
• Bump edamame to 1.3.20
• Bump deps.clj to 1.11.1.1257
• Bump org.flatland/ordered to 1.15.10
• Support clojure.lang.MapEntry/create
• clojure.core.async go
macro now uses virtual threads
• Bump babashka.cli to 0.6.50
• Bump http-client to 0.1.7
https://github.com/babashka/cli: turn Clojure functions into CLIs!
v0.6.50 (2023-03-18)
• Improve auto-coerce
: coerce "nil"
to nil
(https://github.com/teodorlu)
Babashka https://github.com/babashka/http-client: HTTP client for Clojure and babashka built on java.net.http
0.1.8
• Fix binary file uploads
0.1.7
• Add :async-then
and :async-catch
callbacks that go together with :async
• Change :follow-redirects
option from :always
to the safer :normal
https://github.com/borkdude/gh-release-artifact: Upload artifacts to Github releases idempotently v0.2.1 • Fix binary file uploads by upgrading http-client