Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release *beep* *boop*
0.9.0 (2021-05-20)
We would like to introduce you to this big release with many changes that follow the Bee's 0.6.0 release and is fully compatible with it. This release contains new features and breaking changes that depend on the new Bee version, so if you have not already read the Bee's release notes do so for a better understanding of changes!
💮 Postage Stamp support
One of the most significant changes in Bee is the support of Postage Stamps (read about them here). They are now required for all "write" operations like uploading files, writing to manifests, or sending PSS messages. You can now create a new postage batch with
bee.createPostageBatch()
method, but be aware this spends the Bee node's Ethereum and BZZ to create the batch with the on-chain transaction! Use with caution.📍 Pinning methods simplification
The new pinning API now doesn't distinguish between the underlying data structure, so you simply pin any type of content with one method
bee.pin(reference)
and unpin withbee.unpin(reference)
.↺ Renaming and refactoring
Some endpoints were removed, and some properties renamed. We also used this opportunity to streamline our API. Please check breaking changes!
bee.download*FromCollection
method (#280)recursive
flag fromuploadFilesFromDirectory
(#280)bee.pinFile()
,bee.unpinFile()
,bee.pinCollection()
bee.unpinCollection()
,bee.pinData()
,bee.unpinData()
,bee.pinChunk()
,bee.unpinChunk()
,bee. getChunkPinningStatus()
(#293)BeeDebug.getNodeAddresses()
:public_key
,pss_public_key
BeeDebug.getChequebookAddress()
:chequebookaddress
BeeDebug.getAllSettlements()
:total_received
,total_sent
Features
Bug Fixes
LastCashoutActionResponse
for Bee 0.6.0 (#306) (d637379)Code Refactoring
This PR was generated with Release Please. See documentation.