Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to bee 1.11.0 #811

Closed
wants to merge 3 commits into from
Closed

chore: update to bee 1.11.0 #811

wants to merge 3 commits into from

Conversation

bee-worker
Copy link
Collaborator

Updated Bee version 1.11.0-rc1-d0b144a3

@bee-worker
Copy link
Collaborator Author

bee-worker commented Jan 10, 2023

🗒 Bee 1.11.0-rc1 Release notes

Changelog

  • d0b144a3 fix: mutable batches do not stop uploads that reach max utilization (#3685)
  • 4de93a97 fix: cancel bee node construction while waiting on nat manager (#3688)
  • 4aa6ee45 feat: residual migration (#3686)
  • a6ae2ee4 chore: go mod tidy (#3687)
  • 45547e92 chore(api): stamper putter cleanups (#3678)
  • c32275ab chore: remove overlay mining (#3684)
  • b433c130 fix: depthmonitor to track active syncing counter instead of rate (#3680)
  • 8baf9338 fix: reduce depthmonitor target size to 40 percent (#3682)
  • 8ac5e27a feat: stake withdraw role (#3667)
  • 84b76047 fix: gracefully suspend bee node on interrupt signal (#3671)
  • ab68b284 fix: add deferred header to allowed cors headers (#3669)

🗒 Bee 1.11.0-rc2 Release notes

Changelog

  • a56957a1 fix: linter fixes (#3697)
  • eb7b2de6 chore: common functions for slice operations (#3494)
  • 4b92f69a fix: disable depthmonitor for bootnodes (#3691)
  • 0da4ad14 chore(spinlock): utilize spinlock (#3493)

🗒 Bee 1.11.0 Release notes

The Bee team is excited to announce the latest release which mostly consists of minor fixes to chunk syncing and improved uploading experience.

The important news is uploads with mutable batches (which are the most common type of batches) are no longer terminated when max utilization of the batch is reached, whereby newer chunks that belong to the batch will simply replace older chunks in the network.

Hardening

  • The node is interruptible while it's waiting for the NAT initialization. (#3688)
  • Batch synchronization can now be gracefully suspended on interrupt signal. (#3671)
  • Removed old overlay mining logic from the codebase. (#3684)
  • Added deferred header to allowed CORs headers. (#3669)

New features

  • Uploads with mutable batches are not stopped when max utilization is reached. (#3685)

Bug Fixes

  • Fixed the depthmonitor to track active syncing background jobs instead of chunks per second when choosing to reduce the syncing/storage radius. (#3680)
  • Lowered the minimum required reserve size to maintain a stable storage radius from 50% of the capacity to 40%. (#3682)

For a full PR rundown please consult the v1.11.0 milestone.

@AuHau
Copy link
Contributor

AuHau commented Jan 25, 2023

Closing in favor #813

@AuHau AuHau closed this Jan 25, 2023
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.

2 participants