Skip to content

v0.4.1

Latest

Choose a tag to compare

@ianhi ianhi released this 24 Jun 17:53
v0.4.1
9155b95

Changed

  • Breaking: removed ObjectStore.icechunk_storage(). Use the standalone
    snailmail.convenience.icechunk_storage(store, prefix=...) instead. This keeps
    ObjectStore a general, domain-agnostic S3 server — Icechunk-specific wiring is a free
    convenience under snailmail.convenience, not a method on the store. (No deprecation
    shim; pre-1.0.)
  • The per-request log line (and the CLI --log output) now reads
    +Nms latency Nms total N in flight instead of the jargony +Nms rtt … inflight=N.