-
Notifications
You must be signed in to change notification settings - Fork 27
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(master): release 5.0.0 #744
Merged
AuHau
merged 2 commits into
master
from
release-please--branches--master--components--bee-js
Jul 28, 2022
Merged
chore(master): release 5.0.0 #744
AuHau
merged 2 commits into
master
from
release-please--branches--master--components--bee-js
Jul 28, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🚀 Release checklistBefore release
After release
|
bee-worker
force-pushed
the
release-please--branches--master--components--bee-js
branch
3 times, most recently
from
July 28, 2022 13:24
fc7ec5f
to
f19f13f
Compare
Release notesThis is a breaking release that brings support for Bee 1.7 and cleans up some long awaiting breaking changes that we had lined up:
|
vojtechsimetka
approved these changes
Jul 28, 2022
bee-worker
force-pushed
the
release-please--branches--master--components--bee-js
branch
from
July 28, 2022 13:30
f19f13f
to
4735bbb
Compare
AuHau
approved these changes
Jul 28, 2022
🤖 Release is at https://github.com/ethersphere/bee-js/releases/tag/v5.0.0 🌻 |
Release v5.0.0 addresses this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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
(forPostageBatch
) andNodesInfo
(forNodeInfo
).cid
property of theUploadResultWithCid
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 theBeeDebug.createPostageBatch()
defaulted tofalse
, now it istrue
).Bee. createFeedManifest()
to return object instead of directly reference that also has support for getting CID with the.cid()
function.⚠ BREAKING CHANGES
Features
Bug Fixes
Code Refactoring
Miscellaneous Chores
This PR was generated with Release Please. See documentation.