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.
No need to crosspost in #announcements and #releases
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!
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! 📦