memento and memento-redis https://github.com/RokLenarcic/memento and https://github.com/RokLenarcic/memento-redis have substantial upgrades. The secondary index implementation has been changed to epoch versioning one and we have increased correctness for concurrent bulk invalidation and the concurrency performance is improved
https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect 0.12.190 Finally, a browser REPL! https://mastodon.social/@borkdude/116648923962044475 • Browser nREPL support. See https://github.com/squint-cljs/squint/blob/main/doc/browser-repl.md • Fixhttps://github.com/squint-cljs/squint/issues/815:`str`wrapping known-numeric infix expressions in`??''`, which esbuild flagged as`suspicious-nullish-coalescing`. (https://github.com/willcohen) • Fixhttps://github.com/squint-cljs/squint/issues/820:`:macros`option silently ignored when passed to`compileString`/`compileStringEx`from JavaScript callers (string keys were keyword-ized by`clj-ize-opts`and no longer matched the symbol-keyed macro lookups in`compile*`). (https://github.com/willcohen)