announcements

2026-05-12T00:49:37.896989Z

https://github.com/donut-party/generate - code generation a la rails generate

👀 4
❤️ 3
Alex Miller (Clojure team) 2026-05-12T18:35:45.838939Z

https://clojure.org/news/2026/05/12/clojure-1-12-5https://clojure.atlassian.net/browse/CLJ-2945 - reify - incorrectly transfers reader metadata to runtime object • https://clojure.atlassian.net/browse/CLJ-2228 - constantly - unroll to remove rest args allocation

15
🆒 1
🙌 4
🚀 2
🎉 14
Alex Miller (Clojure team) 2026-05-12T18:36:05.686089Z

yes, @seancorfield, there will be a CLI release later today :)

😄 7
😅 2
seancorfield 2026-05-12T19:05:42.280669Z

🤣 As if I would ask such a thing immediately! So 1.12.5 is the same as rc1 (and alpha1)?

ghadi 2026-05-12T19:05:56.436359Z

let us know if you see any mild GC improvements @seancorfield

ghadi 2026-05-12T19:06:22.778489Z

not expecting the world, depends on how many reify objects you make

ghadi 2026-05-12T19:06:50.067399Z

is no different than rc1 or alpha1

seancorfield 2026-05-12T19:08:52.642919Z

We've had rc1 in production since the day of release, I think. We had alpha1 in production before that. So we'd have to go back a while in New Relic to see any differences...

Alex Miller (Clojure team) 2026-05-12T20:19:52.708779Z

Clojure CLI 1.12.5.1638 is now available, just updates to 1.12.5 and some other minor version updates

5
🎉 8
seancorfield 2026-05-12T22:05:43.113889Z

Thank you. Rolling that out everywhere 🙂

borkdude 2026-05-13T08:30:18.229329Z

deps.clj released

👍🏻 1
seancorfield 2026-05-12T23:25:07.742709Z

https://github.com/seancorfield/deps-new v0.12.1 883e82c - Create new projects for the Clojure CLI / deps.edn

clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
• Update Clojure in generated projects to 1.12.5. • Also: v0.12.0 updated the default license in generated projects to EPL-2.0 (from EPL-1.0), and updated various dev/test deps in generated projects Follow-up in #deps-new

🎉 9