releases

Filipe Silva 2026-02-16T17:35:56.710339Z

https://github.com/filipesilva/inst 1.1.0 is out with https://github.com/filipesilva/inst#timezones support: > inst, str, next, and previous accept an optional tz-or-offset parameter. > It can either be a fixed offset like "-06:00" or a timezone like "America/Chicago". > The timezone only affects how local time is interpreted or displayed and these functions still return a #inst.

🎉 2
BuddhiLW 2026-02-16T18:04:45.943979Z

borkdude 2026-02-16T18:55:13.945469Z

No need to crosspost in #announcements and #releases

✅ 1
pez 2026-02-16T06:55:05.112469Z

🎉 1
whilo 2026-02-16T07:17:43.059969Z

https://github.com/replikativ/yggdrasil — 0.2.14 🌲 Coordination layer: Registry, Workspace, GC & Hooks The coordination layer sits above individual adapters and below the orchestrating runtime. It provides: • Snapshot Registry — persistent sorted-set index over [hlc system-id branch snapshot-id], backed by konserve for durable lazy-loading • Workspace — multi-system coordination with HLC timestamps, ref management, coordinated-commit! and as-of-world temporal queries • Garbage Collection — mark-and-sweep with configurable grace period, delegates to per-adapter native GC, cross-system safety (a snapshot referenced by any system is never collected) • Hooks — extension point for adapter-specific commit notification (Datahike uses d/listen, others fall back to polling) Addressable & Committable protocols Two new supplementary protocols that decouple consumers from adapter record internals: • Addressable — unified working-path method for filesystem-backed adapters (git, btrfs, overlayfs, zfs, dolt, scriptum), replacing manual field access like (:repo-path sys) / (:worktrees-dir sys) • Committable — unified commit! replacing per-adapter standalone functions; systems where every mutation is already a commit (datahike) simply don't implement it • Compliance tests and all 11 adapters updated, test fixtures now use p/commit!

🔥 1
🎉 2
pez 2026-02-16T07:27:15.808319Z

🎉 1
lispyclouds 2026-02-16T07:58:25.021909Z

Released 1.0.8 of https://github.com/lispyclouds/contajners: An idiomatic, data-driven, REPL friendly clojure client for OCI container engines. Catches up with all latest engine versions, improved pom metadata for clojars and updated dependencies. Happy contajning! 📦

🎉 5