v1.5.1-rc3
Pre-release
Pre-release
Overview
We're happy to announce Boost v1.5.1-rc3 release.
Please make sure to upgrade to test the new features shipped in this release. See our upgrade guide for details. Remember to review the Boost and Lotus compatibility matrix to plan your upgrade.
Highlights
Booster-bitswap is now available!
booster-bitswap
is a binary that runs alongside theboostd
process, to serve retrievals over the Bitswap protocol, which is the data transfer protocol used in IPFS. This release provides tools for managing a bitswap service for serving retrievals.- Note that there is currently no payment method mechanism in booster-bitswap; this endpoint is intended to serve free content.
- For storage providers that want to test out the new functionality, refer to #1036 and share your results and report any issues you have.
New storage deal proposal flags
- The new storage deal proposal flags adds configurability options to indexer announcements and storing unsealed copies of data. The current default storage deal protocol behaviors remain the same.
- SkipIPNIAnnounce: defaults to false. This flag enables storage clients to elect to not announce deal data to IPNI(InterPlanetary Network Indexer)
- RemoveUnsealedCopy: defaults to false. This flag enables storage clients to elect to not have an unsealed copy of their data stored
What's Changed
- fix: update to go-libp2p-gostream@v0.5.0 by @rvagg in #1009
- need empty
StoragePaths
by @nonsense in #1012 - chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /react by @dependabot in #1034
- Update data-transfer v1.15.3 by @hannahhoward in #1056
- feat: client flag to not announce deals by @LexLuthr in #1051
- fix: vacuum db after log cleanup by @LexLuthr in #1059
- fix: run deal filter for offline deals by @LexLuthr in #1067
- fix deal status on transfer complete by @dirkmc in #1066
- Sort sealing worker list by date by @dirkmc in #1074
- chore(deps): bump json5 from 1.0.1 to 1.0.2 in /react by @dependabot in #1057
- Release: Booster bitswap by @hannahhoward in #1030
- add debug build params by @dirkmc in #1083
- docs: instruct devs to delete data folder for docker by @jacobheun in #1091
- Upgrade to the latest index provider with fixes to bitswap retrieval ads by @masih in #1090
- v1.5.1-rc3 by @dirkmc in #1094
Full Changelog: v1.5.1-rc2...v1.5.1-rc3