Skip to content

v1.5.1-rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jacobheun jacobheun released this 09 Feb 17:01
· 317 commits to main since this release
3f848a3

We're happy to announce the v1.5.1-rc5 release. This is the final planned RC before release.

Highlights

  • Fixes an issue with booster-bitswap request caches not getting pruned. This should improve memory usage overtime. See #1167 for config options for managing the cache size and expiry time.
  • Improves resiliency of deny filter downloads for booster-bitswap
  • You can now use the boost client to retrieve data similar to lotus' retrieve command, example:
    boost retrieve --provider=t01000 bafk2bzacedsnewk7clxwab2wgwyoi7u5tzdhldx7fkxpqdq7unrxz2zoy4d2g
  • Boostx now includes a utility command for unsealing a sector, example:
    boostx sector unseal --api-fullnode=$FULLNODE_API_INFO --api-storage=$MINER_API_INFO 2

What's Changed

  • Add more storage deal filter parameters by @dirkmc in #497
  • Fetch bitswap deny filters from remote if local cache is invalid by @ischasny in #1159
  • port boost retrieve to RC by @dirkmc in #1163
  • Port unseal command to RC @dirkmc in #1155
  • feat: use an expiry lru cache for the index backed blockstore by @jacobheun in #1167

New Contributors

Full Changelog: v1.5.1-rc4...v1.5.1-rc5