Skip to content
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 4.0.0 #674

Merged
merged 2 commits into from
May 19, 2022

Conversation

bee-worker
Copy link
Collaborator

@bee-worker bee-worker commented May 17, 2022

🤖 I have created a release beep boop

4.0.0 (2022-05-18)

This release brings several new features and one ad-hoc breaking fix that is passed on from the new Bee version 1.6.0, but affects only the BeeDebug.getReserveState() method.

💮 ENS support

Bee supports ENS for resolution of ENS domains into Swarm references. bee-js was until now refusing ENS domains with the input validation. Now we are bringing support for all the download* methods and a few other ones as well.

🗂. Get Feed's specific update

The FeedReader.download() function now accepts an option index where you can specify which of the feed's updates you want to download.

❓ Is Feed Retrievable?

There is a new method Bee.isFeedRetrievable() that helps you to check whether a given feed is available.

It operates in two modes. If you know the last index of the feed update then you can use it as an optional parameter and then be sure that this update is present in the network. If you won't specify the index parameter, then it will check for the "latest" update by traversing all the known updates from the start. This does not guarantee though that the found "latest" update is indeed the latest one though and hence provides a weaker guarantee.

⚠ BREAKING CHANGES

Features

Bug Fixes

  • reserve state update response interface (#675) (f8564e3)

This PR was generated with Release Please. See documentation.

@bee-runner
Copy link

bee-runner bot commented May 17, 2022

🚀 Release checklist

Before release

  • Ensure the release works with the intended bee version
  • Verify all the example code works with the release code
  • Verify Bee JS Docs API update PR passes and contains all needed documentation
  • Have two approval for this PR
  • Write small summary for the release and verify changelog
  • Verify that changes to release PR comment is synchronized to CHANGELOG with manual commit

After release

  • Release new Bee JS Docs version
  • Update example's bee-js version

@bee-worker bee-worker changed the title chore(master): release 3.4.0 chore(master): release 4.0.0 May 18, 2022
@bee-worker bee-worker force-pushed the release-please--branches--master--components--bee-js branch from 543a0d9 to 325931d Compare May 18, 2022 11:08
@AuHau
Copy link
Contributor

AuHau commented May 18, 2022

4.0.0 (2022-05-18)

This release brings several new features and one ad-hoc breaking fix that is passed on from the new Bee version 1.6.0, but affects only the BeeDebug.getReserveState() method.

💮 ENS support

Bee supports ENS for resolution of ENS domains into Swarm references. bee-js was until now refusing ENS domains with the input validation. Now we are bringing support for all the download* methods and few other one as well.

🗂. Get Feed's specific update

The FeedReader.download() function now accepts an option index where you can specify which of the feed's update you want to download.

❓ Is Feed Retrievable?

There is a new method Bee.isFeedRetrievable() that helps you to check whether a given feed is available.

It operates in two modes. If you know the last index of the feed update then you can use it as an optional parameter and then be sure that this update is present in the network. If you won't specify the index parameter, then it will check for "latest" update by traversing all the known updates from the start. This does not guarantee though that the found "latest" update is indeed the latest one though and hence provides a weaker gurantee.

⚠ BREAKING CHANGES

Features

Bug Fixes

  • reserve state update response interface (#675) (f8564e3)

@AuHau AuHau merged commit 0201d5a into master May 19, 2022
@AuHau AuHau deleted the release-please--branches--master--components--bee-js branch May 19, 2022 07:08
@bee-worker
Copy link
Collaborator Author

@bee-worker
Copy link
Collaborator Author

Release v4.0.0 addresses this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants