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.
Hey Alex, do you know when the official docker images will get updated by any chance?
No, I donβt have any connection to those
Thanks anyway, I'll try to find out who to nag, then π
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
https://github.com/Quantisan/docker-clojure/pull/105#issuecomment-802843983 FYI
nope, I just forgot to update that, will do
done
Thanks a million!
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