Skip to content

Releases: ipfs/fs-repo-migrations

v2.0.2

09 Aug 20:58
ea2bc1a
Compare
Choose a tag to compare

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

01 Apr 03:38
6c9f7fc
Compare
Choose a tag to compare

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

29 Jan 00:44
v1.7.1
5ecf0c7
Compare
Choose a tag to compare
  • 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

08 Dec 18:33
c3f148e
Compare
Choose a tag to compare
  • 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