Skip to content

Releases: filecoin-project/boost

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

  • @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
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

v1.0.0

15 Jun 15:15
12ce769
Compare
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
Compare
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
Compare
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

v1.0.0-rc1

19 May 07:06
b7c680a
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

The first release of Boost 🚀