Fork me on GitHub
#announcements
<
2023-11-02
>
Paweł09:11:15

A library for Dockerfile generation from Clojure or Babashka. Think Honey SQL for Dockerfiles: https://github.com/PawelStroinski/dockerfile-stevia Main features: • Hiccup-like and functional syntaxes • Multi-step && commands • Here-Documents • Exec forms • Map arguments

👀 19
babashka 7
👏 7
borkdude13:11:27

https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting babashka Lots of small additions and bugfixes in this release, but the most exciting new feature is this one: • https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar https://github.com/babashka/babashka/blob/master/CHANGELOG.md#13186-2023-11-02 • Add java.security.KeyFactory, java.security.spec.PKCS8EncodedKeySpec, java.net.URISyntaxException, javax.crypto.spec.IvParameterSpec • Fix babashka.process/exec wrt babashka.process/*defaults*https://github.com/babashka/babashka/issues/1632: Partial fix for (.readPassword (System/console)) • Bump httpkit to 2.8.0-beta3 (fixes GraalVM issue with virtual threads) • Bump deps.clj and fs • Expose taoensso.timbre.appenders.core • nREPL: implement ns-list op • SCI: optimize swap!, deref and reset! for normal atoms (rather than user-created IAtoms) • Add test for https://github.com/babashka/babashka/issues/1639 • Upgrade to GraalVM 21.0.1

babashka 20
clojure-spin 5
🚀 6
❤️ 3
oliy22:11:36

carmine-streams 0.2.2 has just been released 🎉 carmine-streams is a library that sits on top of carmine to provide a higher level api for working with redis streams This release improves: • Connection error handling https://github.com/oliyh/carmine-streams/issues/18 • More graceful shutdown when dealing with unblocks and interrupts https://github.com/oliyh/carmine-streams/issues/17 • Documentation discouraging use of future https://github.com/oliyh/carmine-streams/issues/16 If you are upgrading from 0.1.x please read the UPGRADE guide as there are breaking changes to the API from 0.2.0 https://github.com/oliyh/carmine-streams

❤️ 2
🎉 8