Download Latest Version bee-windows-386.zip (19.2 MB)
Email in envelope

Get an email when there's a new version of Swarm Bee

Home / v2.5.0
Name Modified Size InfoDownloads / Week
Parent folder
bee_2.5.0_checksums.txt 2025-03-11 1.7 kB
bee_2.5.0_checksums.txt.sig 2025-03-11 566 Bytes
bee-2.5.0.arm.rpm 2025-03-11 23.6 MB
bee-2.5.0.x86_64.rpm 2025-03-11 26.4 MB
bee_2.5.0_amd64.deb 2025-03-11 25.4 MB
bee-2.5.0.aarch64.rpm 2025-03-11 23.7 MB
bee-2.5.0.386.rpm 2025-03-11 12.8 MB
bee_2.5.0_386.deb 2025-03-11 12.3 MB
bee_2.5.0_arm64.deb 2025-03-11 22.8 MB
bee_2.5.0_armhf.deb 2025-03-11 22.7 MB
bee-darwin-amd64.tar.gz 2025-03-11 13.3 MB
bee-darwin-arm64.tar.gz 2025-03-11 12.5 MB
bee-windows-386.zip 2025-03-11 12.6 MB
bee-windows-amd64.zip 2025-03-11 13.2 MB
bee-linux-amd64 2025-03-11 35.0 MB
bee-linux-armv7 2025-03-11 32.1 MB
bee-windows-386.exe 2025-03-11 32.7 MB
bee-windows-amd64.exe 2025-03-11 35.5 MB
bee-darwin-amd64 2025-03-11 35.8 MB
bee-darwin-arm64 2025-03-11 33.9 MB
bee-linux-386 2025-03-11 32.3 MB
bee-linux-arm64 2025-03-11 32.8 MB
README.md 2025-03-10 4.2 kB
v2.5.0 source code.tar.gz 2025-03-10 989.1 kB
v2.5.0 source code.zip 2025-03-10 1.5 MB
Totals: 25 Items   493.8 MB 0

The Bee team is elated to announce the v2.5.0 release! 🎉

Our focus this time around is on improvements to uploads and downloads. We've made several optimizations to the pusher, pushsync protocol, and peer routing.

The release also includes various bug fixes and API related changes, so make sure to check out the full list below.

For questions, comments, and feedback, reach out on Discord.

See the pre-release blog post here.

Features

  • Added a new profiling tool method under /debug/fgprof that profiles both CPU and I/O operations ( [#4984] ).

Bug fixes

  • Fixed an issue with the chunk streams API where the tag stats were not being updated ( [#4920] ).
  • Fixed a stewardship iterator bug with respect to file references uploaded using the /bytes endpoint and erasure coding ( [#4955] [#4996] ).
  • Fixed a bug where in rare circumstances the uint64 chunk cache size would underflow ( [#4986] ).
  • Fixed a tag related bug where if a tag associated with an active upload were to be deleted, the syncing of chunks would get stuck ( [#4995] [#5018] [#5019] [#5032] ).
  • Fixed an ACT upload bug for the /chunks and /soc endpoints ( [#5008] ).

Optimizations

  • Various improvements in pusher and pushsync protocols ( [#4958] ).
    • The pusher now only checks if a chunk's batch exists, and does not do a full verification of the stamp before pushing the chunk to the network.
    • Forwarder nodes in a pushsync request no longer perform receipt validation for shallow receipts.
    • Origin nodes allow for some tolerance for shallow receipts by a factor of the maximum allowed reserve doubling.
    • Max parallel workers count in the pusher has been raised to 128.
    • Closest peer selection used by pushsync and retrieval protocols now processes fewer peers by ignoring peers whose proximity order is beyond the proximity of the chunk and the pusher node's address.

API Changes

  • Added OpenAPI Content-Type field to HEAD /bytes endpoint ( [#4915] ).
  • GET /pins now returns empty array instead of null ( [#4971] ).
  • Removed the /stake/migrate obsolete endpoint from the OpenAPI specs ( [#4945] ).
  • Changed the OpenAPI default value of the deferred uploads header to true ( [#4956] ).
  • Fixed an issue where Access-Control-Expose-Headers were not being formatted and set correctly ( [#4960] ).
  • Fixed OpenAPI specs for the /status/neighborhoods and /status/peers endpoints ( [#4972] ).
  • Added a new field chain_address to the /addresses endpoint, which will replace the now deprecated ethereum field in a future release ( [#4978] ).
  • Fixed the OpenAPI response type for PATCH /tags/{uid} ( [#4979] ).
  • Added the SwarmActTimestampHeader, SwarmActPublisherHeader, SwarmActHistoryAddressHeader as CORS headers for ACT related uploads and added SwarmActHistoryAddressHeader to the AccessControlExposeHeaders for ACT related uploads/downloads ( [#5008] [#5024] ).

Hardening

  • Changed the default Testnet blocktime to 12 seconds ( [#4969] ).
  • Set sane defaults to several config options like bootnode address and blockchain block time ( [#4998] ).

For a full PR rundown, please consult the v2.5.0 diff.

New Contributors

Source: README.md, updated 2025-03-10