Releases: ipfs/fs-repo-migrations
Releases · ipfs/fs-repo-migrations
v2.0.2
No code changes since v2.0.1.
This patch release was created because we added macOS signing
and notarization to https://dist.ipfs.io and needed a new version to trigger the build of signed binaries.
v2.0.1
This release moves all of the individual migrations into their own binaries with their own go.mod packages and versioning.
This makes it much easier to develop new migrations without worrying as much about dependency conflicts between different versions of packages needed by different migrations.
Additionally, the fs-repo-migrations binary is now very lightweight as it instead pulls down the individual migration binaries needed on demand.
v1.7.1
- fixed double locking repo bug in ipfs-10-to-11 migration #117
- more memory efficient migration for large pinsets in ipfs-10-to-11 migration
v1.7.0
- Add 10-11 migration. This migration switches pins to be stored in the datastore instead of as blocks in the blockstore. #112
- Now resolves ~ as the home directory in IPFS_PATH like go-ipfs does #106