Skip to content

v0.4.1

Choose a tag to compare

@justapithecus justapithecus released this 05 Feb 13:55
· 75 commits to main since this release
7a7fea9

S3 multipart atomicity hardening

Summary

Improves S3 multipart atomic no‑overwrite for large uploads and documents backend compatibility.

Highlights

  • Adds a documented S3 backend compatibility matrix for multipart completion behavior.
  • Uses conditional CompleteMultipartUpload for large uploads to close the TOCTOU window.

Known Limitations

  • Atomic no‑overwrite for large uploads is verified on AWS S3 and assumed, but untested, on other S3‑compatible backends.

References

  • PUBLIC_API.md
  • docs/contracts/

Full Changelog: v0.4.0...v0.4.1