Fork me on GitHub
#releases
<
2021-08-03
>
seancorfield02:08:18

org.clojure/core.cache {:mvn/version "1.0.217"} -- fixes CCACHE-63 (LU/LRU cache initialization and LU cache miss)

seancorfield06:08:56

com.github.seancorfield/clj-new {:mvn/version "1.1.331"} -- updates dependencies and, in particular, the polylith template is now tracking the master branch.

seancorfield07:08:50

org.clojure/core.memoize {:mvn/version "1.0.250"} -- updates core.cache dependency for LU/LRU fixes.

borkdude10:08:11

clj-kondo v2021.08.03 https://github.com/clj-kondo/clj-kondo/blob/master/CHANGELOG.md#20210803 A couple of fixes + updated rules for deps.edn linting to match clojure CLI 1.10.3.933

❤️ 8
borkdude10:08:37

babashka 0.5.1 https://github.com/babashka/babashka/blob/master/CHANGELOG.md#051 - Updated bundled deps.clj to match clojure CLI 1.10.3.933 - New print-deps feature to print deps.edn from built-in deps from bb.edn. This can be used by tooling and to migrate to JVM Clojure and/or GraalVM native-image. - Misc other fixes / enhancements.

❤️ 8
ericdallo13:08:18

🙏 6
clojure-lsp 3
❤️ 5
lilactown23:08:49

autonormal v2.0.0 hot off the clojars! autonormal is a library for storing graph data in a Clojure map that automatically https://en.wikipedia.org/wiki/Database_normalization nested data and allows querying via https://edn-query-language.org/eql/1.0.0/what-is-eql.html, optimized for read (query) performance. This release is a slight breaking change from v1.2.0. However, it now provides a much more powerful mechanism for identifying entities in your data! See the https://github.com/lilactown/autonormal/blob/main/CHANGELOG.md#200 and this https://github.com/lilactown/autonormal/pull/9 for more info.

🎉 15
ouvasam14:08:12

Hi @U4YGF4NGM, I wonder if you have any example on you use it as cache for pathom? Many thanks