Fork me on GitHub
#announcements
<
2021-03-16
>
djblue02:03:20

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.

💯 58
🎉 42
👍 12
3
Alex Miller (Clojure team)16:03:01

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.

🎉 90
clj 54
24
sheepy 24
🚀 12
imre10:03:37

Hey Alex, do you know when the official docker images will get updated by any chance?

Alex Miller (Clojure team)12:03:50

No, I don’t have any connection to those

imre12:03:22

Thanks anyway, I'll try to find out who to nag, then 🙂

imre13:03:29

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

Alex Miller (Clojure team)14:03:44

nope, I just forgot to update that, will do

imre14:03:57

Thanks a million!