github ethersphere/bee v0.5.1

latest releases: v2.2.0, v2.2.0-rc9, v2.2.0-rc8...
3 years ago

Release notes

This release is mostly characterized by bug fixes 🐛, but also includes some minor new features 🎉.

FEATURES 🎉:

  • CORS is now enabled on the debugAPI, allowing application developers to use the endpoints in the debugAPI (#1288)
  • ARM support for dockerized bee, allowing easy installation of bee on Raspberri Pi! (#1315)
  • allow DNS entry inside nat-addr option to enable usage of dynamic DNS (#1278)
  • Most packages in the bee code now include go.doc documentation (#1152). Have a look at go.doc
  • The standard configuration file for bee package managers was updated, now enabling the debuAPI by default, using the slock.it rpc endpoint for swap-endpoint updating the default values to be in line with the new defaults of the bee node and enabling the clef-signer by default. (#1230, #1327) Note: we reccomend setting the swap-endpoint to an endpoint which you maintain yourself.

BUG FIXES 🐛:

  • The feeds feature now works (#1259, #1246)
  • A memory leak was fixed by better handling of streams in the libp2p networking package (#1282, #1290)
  • Upon loading the statstore, bee now attempts to repair a corrupted state (#1253)
  • The bee-get-addr command now directs the user to the bzzaar (#1228)
  • The hasher package now correctly handles wrapping chunks in the deeper levels (#1267)
  • On updating the bee package in homebrew, the password does not anymore automatically reset (#1231).
  • We improved the logic on how we are sending transactions to the blockchain, making it less likely that a transaction will get stuck and reducing the burden on the connected Ethereum node (#1266, #1308, #1310)
  • The bee node does not anymore accept two SOC's with the same address, preventing the user from corrupting his private address space in Swarm (#1256)
  • Previously deleted tags are not anymore reinserted in the database when the node restarts (#1255)

Docker images

  • docker pull ethersphere/bee:0
  • docker pull ethersphere/bee:0.5
  • docker pull ethersphere/bee:0.5.1
  • docker pull ethersphere/bee:latest
  • docker pull ethersphere/bee:beta

Don't miss a new bee release

NewReleases is sending notifications on new releases.