announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
djblue 2021-03-16T02:55:20.002500Z

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.

πŸ‘ 4
πŸ’― 19
1
πŸŽ‰ 14
alexmiller 2021-03-16T16:15:01.014400Z

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.

18
πŸš€ 4
8
πŸŽ‰ 30
8
imre 2021-03-18T10:17:37.063900Z

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

alexmiller 2021-03-18T12:11:50.067400Z

No, I don’t have any connection to those

imre 2021-03-18T12:12:22.067600Z

Thanks anyway, I'll try to find out who to nag, then πŸ™‚

imre 2021-03-19T13:50:29.126100Z

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

alexmiller 2021-03-19T14:04:44.126900Z

nope, I just forgot to update that, will do

alexmiller 2021-03-19T14:06:25.127300Z

done

imre 2021-03-19T14:09:57.127600Z

Thanks a million!