This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-16
Channels
- # announcements (11)
- # atom-editor (4)
- # babashka (26)
- # beginners (126)
- # calva (35)
- # chlorine-clover (14)
- # clj-kondo (50)
- # cljfx (1)
- # cljs-dev (1)
- # cljsrn (3)
- # clojure (31)
- # clojure-europe (144)
- # clojure-germany (2)
- # clojure-nl (3)
- # clojure-serbia (17)
- # clojure-spain (11)
- # clojure-uk (38)
- # clojurescript (87)
- # community-development (1)
- # conjure (1)
- # datalog (1)
- # datascript (160)
- # datomic (28)
- # duct (2)
- # emacs (4)
- # events (1)
- # figwheel-main (1)
- # fulcro (15)
- # graalvm (4)
- # honeysql (53)
- # jobs (2)
- # jobs-discuss (14)
- # juxt (6)
- # lsp (59)
- # malli (13)
- # music (1)
- # off-topic (8)
- # pathom (22)
- # portal (7)
- # re-frame (2)
- # reagent (3)
- # releases (1)
- # remote-jobs (1)
- # rewrite-clj (1)
- # shadow-cljs (25)
- # sql (3)
- # tools-deps (38)
- # xtdb (17)
I just released https://github.com/djblue/portal https://clojars.org/djblue/portal/versions/0.10.0 🎉 Watch the video for some of the highlights and https://github.com/djblue/portal/blob/master/CHANGELOG.md is available for a complete changelog.
Clojure CLI https://clojure.org/releases/tools#v1.10.3.814 is now available!
• git deps: switch from using jgit to shelling out to git (must be git >= 2.5) - big thanks to @ghadi for all the initial work on this!
◦ New env vars for control:
▪︎ GITLIBS_COMMAND
- command to invoke when shelling out to git, default = git
▪︎ GITLIBS_DEBUG
- set to true
to print git commands and output to stderr, default = false
• Made git fetch only when shas can’t be resolved to improve performance
• Bump dep versions for tools.cli and aws api to latest (in particular, moves transitive jetty deps to latest, past a CVE)
• Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md 0.11.905
In general, this should resolve a large set of differences between using git deps through clj vs git at the command line, since they are now the same. Some additional benefits include a smaller deps footprint, and better performance.


No, I don’t have any connection to those
I managed to find that out only to be advised that this version is still listed as pre-release at https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md Is that still accurate? It doesn't seem like it's a pre-release from your announcement
nope, I just forgot to update that, will do
there are several other places indicating it's a stable release - https://clojure.org/releases/tools, https://github.com/clojure/brew-install/blob/1.10.3/stable.properties, https://github.com/clojure/homebrew-tools/blob/master/Formula/clojure.rb