releases

A place to post minor releases of libraries and projects that you would not otherwise post in #announcements
alexmiller 2021-03-10T07:16:51.013700Z

Clojure CLI 1.10.2.805 prerelease is now available: • Fixed git checkout implementation (issues when using multiple commits from the same repo). If you have been using prerelease 1.10.2.801 for git deps, you should update and rm -rf ~/.gitlibs • Resolution of commits now only fetches if it can't resolve, which reduces network use and improves performance • When using the CLI, if your git command is not on the path as git for some reason, you can set GITLIBS_COMMAND env var ◦ If using tools.deps.alpha / tools.gitlibs directly, you can also use the Java system properties clojure.gitlibs.dir and clojure.gitlibs.command (these take precedence over the env vars). • Fix reflection error in tools.gitlibs • Updated tools.cli, and com.cognitect.aws libs (notably moves transitive deps org.eclipse.jetty/jetty-* to 9.4.36.v20210114)

5🎉
pez 2021-03-10T18:51:56.015Z

Great stuff! I liked how you included instructions of how to test it in the pre-release. Maybe include instructions of how to start using the real thing when releasing it? Not that I need it myself, but it gives symmetry. 😃 Also, might educate a bit about that there was a phase where people could test it. Just a thought.

alexmiller 2021-03-10T19:35:55.015200Z

re "instructions of how to start using the real thing" - you will use it the exact same way you use it now so...

alexmiller 2021-03-10T19:36:11.015400Z

not sure what new things to say there

borkdude 2021-03-10T16:11:47.014300Z

1🎉
pez 2021-03-10T18:51:56.015Z

Great stuff! I liked how you included instructions of how to test it in the pre-release. Maybe include instructions of how to start using the real thing when releasing it? Not that I need it myself, but it gives symmetry. 😃 Also, might educate a bit about that there was a phase where people could test it. Just a thought.

alexmiller 2021-03-10T19:35:55.015200Z

re "instructions of how to start using the real thing" - you will use it the exact same way you use it now so...

alexmiller 2021-03-10T19:36:11.015400Z

not sure what new things to say there

alexmiller 2021-03-10T20:40:23.019Z

Clojure CLI 1.10.3.810 prerelease is now available • Removed use of git option only available on newer gits to work with broader version range (git ≥ 2.5) • Check exit code on git dep checkout and throw with the git error • Overhauled configuration and option implementations for gitlibs, will write this up more for stable release, stuff from last release all still works • Use Clojure 1.10.3 as default Clojure version (as always, you can use any version of Clojure with any version of the Clojure CLI)

3🎉