Skip to content

Releases: filecoin-project/boost

v1.3.1

16 Aug 07:11
91a3053
Compare
Choose a tag to compare

Overview

We're happy to announce Boost v1.3.1 release, with multiple changes and improvements!
This release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will not be called out in the release notes.

Highlights

  • Fix for 'database is locked error'
  • Fix for crash in boost client deal status command

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

10 Aug 12:16
a7e0300
Compare
Choose a tag to compare

Overview

We're happy to announce Boost v1.3.0 release, with multiple changes and improvements!
This release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will not be called out in the release notes.
Please make sure to update ASAP. See our upgrade guide for details.

Highlights

  • Full compatibility with the latest Lotus v1.17.0 stable release
  • A new dagstore destroy-shard command to help remove incorrectly added shards
    • boostd dagstore destroy-shard --help
  • Fix for commP mismatch in Boost libraries used by Estuary

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.3.0-rc1

21 Jul 16:01
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release

Overview

We're happy to announce Boost v1.3.0-rc1 release compatible with Lotus v1.17.0-rc3 and later.
Please make sure to update ASAP if you are using Lotus v1.17.0-rc3. See our upgrade guide for details.

Boost and Lotus compatibility matrix is available in the documents.

What's Changed

  • deps: FFI: update to version used by lotus v1.17.0-rc3 by @arajasek in #654

New Contributors

Full Changelog: v1.2.0...v1.3.0-rc1

v1.2.0

18 Jul 15:41
c355880
Compare
Choose a tag to compare

Overview

We're happy to announce Boost v1.2.0 release, with multiple changes and improvements!
This release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will not be called out in the release notes.
Please make sure to update ASAP. See our upgrade guide for details.

Highlights

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.2.0-rc3

11 Jul 09:57
7665e14
Compare
Choose a tag to compare
v1.2.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc2...v1.2.0-rc3

v1.2.0-rc2

07 Jul 09:57
05cd23c
Compare
Choose a tag to compare
v1.2.0-rc2 Pre-release
Pre-release

What's Changed

  • http retrieve entire piece (not just CAR file) by @dirkmc in #640
  • Upgrade to latest go-car rebase of offset writer by @masih in #641
  • upgrade go-car/v2 by @nonsense in #643
  • Bump version in preparation to release 1.2.0-rc2 by @masih in #644

Booster-HTTP

To build and run booster-http:

$ make booster-http

$ boostd auth api-info --perm=admin

$ export BOOST_API_INFO=<connect string>

$ booster-http run --api-boost=$BOOST_API_INFO --api-fullnode=$FULLNODE_API_INFO --api-sealer=$MINER_API_INFO

To download:

# Download piece by piece CID
curl http://localhost:7777/piece/<piece cid> > /tmp/download.piece
# Download CAR by piece CID
curl http://localhost:7777/piece/<piece cid>.car > /tmp/download.car
# Download piece by payload CID (piece must be indexed)
curl http://localhost:7777/payload/<payload cid> > /tmp/download.piece
# Download CAR by payload CID
curl http://localhost:7777/payload/<payload cid>.car > /tmp/download.car

Full Changelog: v1.2.0-rc1...v1.2.0-rc2

v1.2.0-rc1

07 Jul 05:31
1851933
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release

What's Changed

The Inspect Command

This release candidate contains a number of bug fixes, and a new 🔧 Inspect feature to help out with debugging retrieval issues.
🔧 Inspect allows you to look up a piece by piece CID or payload CID and verify if:

  • The piece has been correctly added to the Piece Store
  • The piece has been indexed in the DAG store
  • The piece is unsealed
  • The payload CID -> piece CID index has been created correctly.

New Contributors

Full Changelog: v1.1.0-rc2...v1.2.0-rc1

v1.1.1

06 Jul 11:18
Compare
Choose a tag to compare

This is a security patch release.

There was a vulnerability discovered in one of boost's dependencies that can cause boost to crash given certain inputs.

We recommend Storage Providers upgrade to v1.1.1 immediately.

v1.1.0

28 Jun 15:54
Compare
Choose a tag to compare

Breaking Changes

  • Single import command for offline boost and legacy deals

Highlights

  • Compatible with lotus v1.16.x and v1.17.x
  • Config versioning to track and update config file during boostd restart
  • Config file now has comment explaining each parameter
  • Full calibnet build and support with make calibnet
  • UI improvements
  • Experimental booster-http binary for http retreivals

Dependency Update

  • go-fil-markets v1.22.x

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc2

23 Jun 07:52
0f34516
Compare
Choose a tag to compare
v1.1.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0-rc2