Skip to content

chore(deps): bump github.com/filecoin-project/boost from 1.5.1-rc5 to 1.6.0-rc3#170

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/master/github.com/filecoin-project/boost-1.6.0-rc3
Closed

chore(deps): bump github.com/filecoin-project/boost from 1.5.1-rc5 to 1.6.0-rc3#170
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/master/github.com/filecoin-project/boost-1.6.0-rc3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps github.com/filecoin-project/boost from 1.5.1-rc5 to 1.6.0-rc3.

Release notes

Sourced from github.com/filecoin-project/boost's releases.

v1.5.3

Overview

We're happy to announce Boost 1.5.3 which includes automatic cancelation of stalled retrievals.

Lotus 1.20.0 Users: If you have already upgraded Lotus to 1.20.0 you should be using Boost 1.6.0-rc1 or later. See the Boost and Lotus compatibility matrix for up to date information, and to plan your upgrade.

An official release of 1.6 is scheduled for March 8th.

Highlights

Cancelation of stalled retrievals

Boost now runs a background process that will cancel retrievals that have not been updated in the past 30minutes by default. You can configure this by setting the new DealMaking.StalledRetrievalTimeout property in the Boost config.

The following config will cancel all retrievals that have not changed state, or transferred bytes in the past 10minutes.

[Dealmaking]
  ...
  RetrievalLogDuration = "24h0m0s"
  StalledRetrievalTimeout = "10m0s"

Note: For efficiency of the job, Boost leverages the Retrieval Logs DB, so your RetrievalLogDuration should always exceed the StalledRetrievalTimeout.

What's Changed

Full Changelog: filecoin-project/boost@v1.5.2...v1.5.3

v1.5.2

Overview

We're happy to announce the Boost v1.5.2 release.

This is a patch release to fix slow offline deal processing by Boost. You should upgrade to this release if you are currently running Boost v.1.5.1. See the Boost and Lotus compatibility matrix for up to date information, and to plan your upgrade.

Please make sure to upgrade to test the new features shipped in this release. See our upgrade guide for details.

What's Changed

Full Changelog: filecoin-project/boost@v1.5.1...v1.5.2

v1.5.1 - Bitswap support and more!

Overview

We're happy to announce the Boost v1.5.1 stable release, with several new features and fixes! See our upgrade guide for details on upgrading.

Please review the Boost and Lotus compatibility matrix to plan your upgrade.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/filecoin-project/boost](https://github.com/filecoin-project/boost) from 1.5.1-rc5 to 1.6.0-rc3.
- [Release notes](https://github.com/filecoin-project/boost/releases)
- [Commits](filecoin-project/boost@v1.5.1-rc5...v1.6.0-rc3)

---
updated-dependencies:
- dependency-name: github.com/filecoin-project/boost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2023

Superseded by #173.

@dependabot dependabot bot closed this Mar 9, 2023
auto-merge was automatically disabled March 9, 2023 05:14

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/filecoin-project/boost-1.6.0-rc3 branch March 9, 2023 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants