-
Notifications
You must be signed in to change notification settings - Fork 28
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: release 2.1.0 #432
chore: release 2.1.0 #432
Conversation
🚀 Release checklistBefore release
After release
|
fee31fd
to
5d1ab88
Compare
5d1ab88
to
eb3fa16
Compare
Release notes2.1.0 (2021-10-13)This release is a compatibility release with Bee 1.2.0 release, which brings few new features. Is retrievable? supportThe new method 🏷 New Postage Batch methodsThere is a new method Moreover, there is also a new method 📨 PSS Target limit increase
Features
Bug FixesReverts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
🤖 Release is at https://github.com/ethersphere/bee-js/releases/tag/v2.1.0 🌻 |
🤖 I have created a release *beep* *boop*
2.1.0 (2021-10-13)
This release is a compatibility release with Bee 1.2.0 release, which brings few new features.
Is retrievable? support
The new method
bee.isReferenceRetrievable()
allows you to check whether the data represented by a reference is present in the network. This is part of the Stewardship endpoint, which also allows you to reupload the data that you have locally available (pinned).🏷 New Postage Batch methods
There is a new method
beeDebug.topUpBatch()
, that allows you to top-up the amount of existing batch, effectively prolonging its lifetime.Moreover, there is also a new method
beeDebug.diluteBatch()
that increases the depth of a batch, effectively extending the number of chunks that the batch can stamp and lowering the lifetime of a batch.📨 PSS Target limit increase
makeMaxTarget
, then the time of sending a PSS message will increase! Consider using your own criteria based on your use-case.Features
Bug Fixes
uploadResult.tagUid
always present (#429) (bc76e79)Reverts
This PR was generated with Release Please. See documentation.