Skip to content

v0.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Mar 08:03
66e314a

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-ids or specific data sets with --data-set-ids, and control copy count with --count (#343)
  • add terminate command to terminate a dataset (#307) (50179c2)
  • add devnet network support and --skip-ipni-verification flag (#354) (f4eb4fc)

Bug Fixes

  • support mainnet CLI network and payment guidance (#353) (3e4e330)

Chores

  • deps-dev: bump @biomejs/biome from 2.4.4 to 2.4.5 (#346) (43fd0ce)