announcements

bozhidar 2025-11-05T09:39:39.153309Z

cider Remember, remember the 5th of November... On the hard to forget date CIDER returns with a brand new release - 1.20 ("Lanzarote") πŸŒ΄πŸŒ‹! CIDER has been on a steady release cadence lately (as promised!). This means the releases are smaller, but we deliver the latest updates to our stable version users faster. This release contains several quality-of-life features and bugfixes: β€’ Tidy namespaced keywords in the inspector (https://github.com/clojure-emacs/orchard/pull/354) β€’ Preserve filename in functions compiled during regular eval (https://github.com/nrepl/nrepl/pull/385) (one of the most requested features of all time) β€’ Debugger tags like #dbg are correctly processed when the whole buffer is compiled with C-c C-k (https://github.com/clojure-emacs/cider-nrepl/pull/951) β€’ Fix cider-ns-refresh behavior when connected to multiple REPL types (https://github.com/clojure-emacs/cider/issues/3834) β€’ Update the default injected nREPL version to 1.5.1. Some of the improvements in this release were made by the recently released nREPL 1.5, which CIDER naturally embraced immediately. More details - https://github.com/clojure-emacs/cider/releases/tag/v1.20.0 Keep hacking! cider

36
5
17
πŸ™ 5
πŸŽ‰ 21
oyakushev 2025-11-05T10:34:24.291389Z

@pez FYI, you might want to consider updating nrepl and cider-nrepl dependencies in Calva to fix the load-file+`#dbg` interaction there too.

πŸ™ 1
pez 2025-11-05T10:37:51.961009Z

Thanks, @alexyakushev! Since a week or so ago, Calva uses the latest cider-nrepl available, per default. πŸ˜ƒ

❀️ 3
☝️ 1
Peter Taoussanis 2025-11-05T17:13:34.304549Z

Hi folks! πŸ‘‹ After an extended period in RC1, https://www.taoensso.com/tempel v1 is https://github.com/taoensso/tempel/releases/tag/v1.0.0! πŸŽ‰ Tempel is a data security framework for Clojure that provides high-level crypto utils to help protect your users’ data. It offers a coherent and opinionated API focused on helping with the https://github.com/taoensso/tempel/wiki/1-Getting-started#challenges of actually using encryption in practice. It includes extensive beginner-oriented https://github.com/taoensso/tempel/wiki/1-Getting-started, docstrings, and error messages. You can see the https://www.youtube.com/watch?v=sULZVFhR848 (36m) for a showcase of some of its functionality. Cheers!

πŸ” 14
πŸ”₯ 40