Skip to content

Releases: filecoin-project/boost

v1.2.0

18 Jul 15:41
c355880

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

  • @masih made their first contribution in #628
  • @f8-ptrk made their first contribution in #629

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

v1.2.0-rc3

11 Jul 09:57
7665e14

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

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

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

  • @masih made their first contribution in #628
  • @f8-ptrk made their first contribution in #629

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

v1.1.1

06 Jul 11:18

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

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

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

v1.0.0

15 Jun 15:15
12ce769

Choose a tag to compare

New Features

  • Brand new UI to manage and track deals
  • A GraphQL server to query the deal data and change settings in real time
  • HTTP over libp2p transfer protocols for faster online deal transfers
  • Fully compatible with older market clients
  • A new light-weight client that doesn't require a full lotus node

Improvements

  • When disabled in config, completely disable index provider by @dirkmc in #558
  • UI - proposal logs page by @dirkmc in #551

What's Changed

New Contributors

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

v1.0.0-rc3

07 Jun 15:31
12ce769

Choose a tag to compare

v1.0.0-rc3 Pre-release
Pre-release

What's Changed

New Contributors

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

v1.0.0-rc2

25 May 15:45
bc85712

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release

This release includes the new Deal Search and Deal Retry functionality

What's Changed

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