Skip to content Bug Fixes
- update README.md to provide an overview of the @filoz/synapse-core package and its utilities (#773) (59e439c)
Bug Fixes
- core: make streaming upload reachable in Node (#776) (3236a27)
⚠ BREAKING CHANGES
- typehash:
DeleteDataSetPermission has been replaced by TerminateServicePermission. Existing session keys must be re-minted. Passing a stale session key to Synapse.create() throws because the full default permission set no longer matches.
Features
- typehash: rename DeleteDataSet typed data to TerminateService
⚠ 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
Bug Fixes
- typehash: rename DeleteDataSet auth to TerminateService (#796) (3d1729d)
Chores
- deps: bump multiformats from 13.4.2 to 14.0.0 (#787) (54f2c92)