You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.