Fork me on GitHub
#announcements
<
2022-07-29
>
borkdude11:07:01

Babashka 0.9.160 is released. It now comes with #babashka-cli integration, described in this blog post: https://blog.michielborkent.nl/babashka-tasks-meets-babashka-cli.html Full changelog: • https://github.com/babashka/babashka/issues/1324: -x to invoke a function with babashka CLI • https://github.com/babashka/babashka/issues/1324: babashka.tasks/exec to invoke a function with babashka CLI in tasks • SCI: don't eval metatada on defn body • SCI issue 774: make interpreter stacktrace available to user • babashka.process: improve tokenize • Upgrade to GraalVM 22.2.0 (#1325) Enjoy! babashka

🎉 13
babashka 6
Michaël Salihi15:07:34

Juste released Inertia-clojure 0.2.5. Clojure Middleware adapter for https://inertiajs.com/ to build single-page apps, without building an API. https://github.com/prestancedesign/inertia-clojure Changelog: • Feature ◦ Keep http status code from response (fixes https://github.com/prestancedesign/inertia-clojure/issues/4) • Changed ◦ Switch to tools.build ◦ Upgrade to Clojure 1.11.1 ◦ Upgrade to Ring 1.9.5 ◦ Upgrade to Jsonista 0.3.6

🎉 6
seancorfield23:07:31

https://github.com/seancorfield/next-jdbc -- com.github.seancorfield/next.jdbc {:mvn/version "1.2.790"} -- A modern low-level Clojure wrapper for JDBC-based access to databases. • Address https://github.com/seancorfield/next-jdbc/issues/207 by supporting "db-spec" hash maps containing :datasource or :connection-uri (this is otherwise undocumented and intended to aid migration from clojure.java.jdbc). • Address https://github.com/seancorfield/next-jdbc/issues/199 by adding notes on UTC usage -- https://github.com/denismccarthykerry. • Enhance insert-multi! to accept a sequence of hash maps and also to support batch execution, via PR https://github.com/seancorfield/next-jdbc/pull/206 -- https://github.com/rschmukler. • Fix HikariCP pooling example. Follow-up in #sql

🎉 14