https://github.com/babashka/cli: turn Clojure functions into CLIs! v0.9.68 (2026-05-23) • https://github.com/babashka/cli/issues/141: docs: briefly cover adding production polish to a cli (https://github.com/lread) • https://github.com/babashka/cli/issues/144: deployed pom now reflects min supported clojure version & doc supported platforms/versions (https://github.com/lread) • https://github.com/babashka/cli/issues/147:`opts->table`accepts`:columns`to override auto-detected columns (https://github.com/jeeger) • Expose`parse-opts*`: parses args to raw map, no coercion / defaults / validation • Expose`coerce-opts`: standalone coerce step • Expose`validate-opts`: standalone`:restrict`/`:require`/`:validate`step • Add`apply-defaults`: fills missing keys from`:exec-args`or spec`:default` • Coerce error data includes`:implicit-true true`when the failure was an implicit`--foo`with no value
https://github.com/borkdude/html: Produce HTML from hiccup in Clojure and ClojureScript 0.2.4 • Fix attribute value bound to a symbol:`(let [x "blue"] (html [:div {:color x}]))`now resolves the symbol at runtime instead of emitting its name
https://github.com/seancorfield/next-jdbc https://github.com/seancorfield/next-jdbc/releases/tag/v1.3.1108 -- A modern low-level Clojure wrapper for JDBC-based access to databases.
• Address https://github.com/seancorfield/next-jdbc/issues/318 by adding next.jdbc.connection/unwrap to unwrap a connectable with options, logging, etc.
• Address https://github.com/seancorfield/next-jdbc/issues/316 by enhancing next.jdbc.result-set/builder-adapter to accept a column function "factory" that can preprocess the result set metadata and return a column-by-index-fn that can read columns more efficiently.
• Fix insert-multi! example in docs via PR https://github.com/seancorfield/next-jdbc/pull/315 from https://github.com/mrnhrd.
• Upgrade from EPL-1.0 to EPL-2.0 for broader compatibility. Explicitly allow for relicensing of next.jdbc code under Apache-2.0.
• Update dev/test deps.
Follow-up in #sql