This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-08
Channels
- # announcements (11)
- # babashka (13)
- # beginners (11)
- # biff (2)
- # calva (17)
- # cider (19)
- # clojure (60)
- # clojure-berlin (1)
- # clojure-dev (20)
- # clojure-europe (48)
- # clojure-nl (1)
- # clojure-norway (98)
- # clojure-spec (7)
- # clojure-uk (5)
- # core-typed (32)
- # cursive (13)
- # datomic (12)
- # dev-tooling (5)
- # emacs (7)
- # figwheel-main (2)
- # graalvm (4)
- # hyperfiddle (4)
- # introduce-yourself (1)
- # malli (14)
- # missionary (32)
- # off-topic (7)
- # overtone (4)
- # pedestal (10)
- # proletarian (4)
- # re-frame (8)
- # releases (11)
- # tools-build (1)
- # tools-deps (4)
- # xtdb (38)
Clojure 1.11.2 and 1.12.0-alpha9 are now available.
These releases include a fix for CVE https://nvd.nist.gov/vuln/detail/CVE-2024-22871 detailed in https://github.com/advisories/GHSA-vr64-r9qj-h27f:
• https://clojure.atlassian.net/browse/CLJ-2839 - iterate
, cycle
, repeat
- infinite seqs have infinite hashCode()
I will do a Clojure CLI release to fix 1.11.2 up as the default later today
We have 1.12 Alpha 9 on staging and I've updated most of my OSS projects to test against 1.11.2 and 1.12.0-alpha9 (and everything still passes).
(oh, and we have the 1.11.2.1441 CLI vendored into our repo now)
I have intentionally not announced that CLI release, was really just testing the new branch, will have another that actually defaults to 1.11.2 soon
antq
spotted it as available -- I didn't realize it wasn't "stable" yet...
it is stable (nothing wrong with it), just doesn't default to 1.11.2 yet
Hi Alex, why is v1.11.2 not mentioned in the https://github.com/clojure/clojure/blob/master/changes.md ?
FYI: we just deployed 1.12.0-alpha9 to production (it was previously running 1.12.0-alpha8).
Clojure CLI 1.11.2.1446 is now available • Update default Clojure version to 1.11.2 • Clojure -X:deps programs that create a basis now take a :dir option for the directory context to use • Updated tools.deps, tools.deps.cli to latest