@ethersphere/bee-js
Advanced tools
Changelog
5.0.0 (2022-07-28)
This is a breaking release that brings support for Bee 1.7 and cleans up some long awaiting breaking changes that we had lined up:
DebugPostageBatch
(for PostageBatch
) and NodesInfo
(for NodeInfo
).cid
property of the UploadResultWithCid
interface to be a function instead of getter as this property is not available for encrypted references which caused some troubles when serializing the whole object.waitForUsable
property of the BeeDebug.createPostageBatch()
defaulted to false
, now it is true
).Bee. createFeedManifest()
to return object instead of directly reference that also has support for getting CID with the .cid()
function.