Skip to content Version 0.6.0
⚠ BREAKING CHANGES
- typehash: DeleteDataSetPermission is replaced by TerminateServicePermission. Existing session keys must be re-minted; passing a stale session key to Synapse.create() fails because the default permission set no longer matches.
- piece: vendor PieceCID, redesign API (#795)
Features
- cap addPieces batches at 40, tighten piece metadata limits (#814) (06b4f65)
- piece: vendor PieceCID, redesign API (#795) (ec0c254)
Bug Fixes
- improve retry and poll logic (#813) (3eafe1f)
- remove left-over withIPNI metadata (#822) (2e40f83)
- session-key: name missing permissions in Synapse.create error (#805) (000d276)
- typehash: rename DeleteDataSet auth to TerminateService (#796) (3d1729d)
Chores
- deps: bump multiformats from 13.4.2 to 14.0.0 (#787) (54f2c92)
- devnet: add new db shape to devnet schema check (#821) (d80aad3)
- synapse-core: update filecoin-services ref to v1.2.1 (#812) (6e34ee9)
- updates deps and knip fixes (#810) (259cd5c)