Skip to content

v0.6.0-RC2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 21:09
· 3 commits to main since this release

πŸš€ Release Candidate: v0.6.0-R2

This RC introduces support for --min-piece-size, allowing more control over padding behavior for small DAG and data segments, which often led to excessive padding and inefficiencies in deal making and retrieval.

✨ Highlights

  • Add --min-piece-size CLI option (default: 2MiB)
  • Pieces below this size are padded to min, not the full --piece-size
  • Improved chunker behavior for small DAGs and remainder CARs
  • Metadata now includes pieceType (data vs. DAG)

πŸ§ͺ Intended for Testing

  • Especially relevant for Curio compatibility
  • Allows deal size minimization without breaking existing workflows
  • Final v0.6.0 may include additional patches if needed

πŸ“Ž Related PRs

  • #479: Feat/allow small pieces
  • #467: Linter/tooling prep for release

πŸ™ Contributors

Thanks to @parkan and others for implementation.