0.18.0 (2026-03-10)
This release introduces multi-copy storage for data durability. Uploads now automatically store 2 copies of your data across independent Filecoin storage providers. Each copy is independently proven on-chain, so a single provider failure doesn't result in data loss. The number of copies can be controlled with --count, and you only upload your data once regardless of copy count.
Also fixes --mainnet support across the CLI, a terminate command for dataset lifecycle management, and local devnet support for development.
Features
- multi-copy storage: uploads now create 2 independently-proven copies across different storage providers by default for data durability (synapse-sdk 0.38, synapse-core 0.2) (#343) (9a87038)
- provider selection: target specific providers with
--provider-idsor specific data sets with--data-set-ids, and control copy count with--count(#343) - add
terminatecommand to terminate a dataset (#307) (50179c2) - add devnet network support and
--skip-ipni-verificationflag (#354) (f4eb4fc)