This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-19
Channels
- # announcements (5)
- # asami (7)
- # aws (10)
- # babashka (10)
- # beginners (49)
- # calva (12)
- # cider (5)
- # circleci (1)
- # clj-kondo (25)
- # clj-yaml (14)
- # clojars (5)
- # clojure (134)
- # clojure-europe (142)
- # clojure-france (3)
- # clojure-nl (1)
- # clojure-norway (4)
- # clojurescript (10)
- # cursive (8)
- # datomic (19)
- # emacs (11)
- # fulcro (8)
- # graalvm (29)
- # honeysql (7)
- # jobs (4)
- # jobs-discuss (9)
- # lsp (196)
- # obb (4)
- # off-topic (40)
- # pathom (4)
- # releases (4)
- # remote-jobs (3)
- # shadow-cljs (16)
- # sql (25)
- # squint (2)
- # tools-deps (12)
- # xtdb (7)
- # yada (4)
We released Kaocha 1.70.1086
, containing a few bug fixes. This is the 10th Kaocha release this year.

Details as always in the CHANGELOG https://github.com/lambdaisland/kaocha/blob/main/CHANGELOG.md
Note that in this release we've switched from deep-diff to deep-diff2, and this can cause issues for other projects assuming that kaocha pulls in deep-diff. I'm upgrading kaocha-cljs now, we'll also have to make a new release of kaocha-cljs2. In the meanwhile adding an explicit dependency on deep-diff might help.
[com.lambdaisland/kaocha-cljs "1.3.127"]
{com.lambdaisland/kaocha-cljs {:mvn/version "1.3.127"}}
Cognitect Labs’ aws-api https://groups.google.com/u/2/g/clojure/c/H38WznsIKu0 • upgrade to org.clojure/data.xml 0.2.0-alpha8. Fixes https://github.com/cognitect-labs/aws-api/issues/205