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: release 0.10.0 #327

Merged
merged 2 commits into from
Jun 1, 2021
Merged

chore: release 0.10.0 #327

merged 2 commits into from
Jun 1, 2021

Conversation

bee-worker
Copy link
Collaborator

@bee-worker bee-worker commented May 26, 2021

🤖 I have created a release *beep* *boop*

0.10.0 (2021-06-01)

We would like to introduce you to a new release that brings access to other new features of 0.6.0 Bee release and several other improvements. This version is compatible with 0.6.2 version of Bee.

⁉️ Improved error reporting

Until now most returned Errors contained very limited information on what actually went wrong as most of the problems originated directly from the Bee node. We improved our internal handling of these errors and now if Bee returns the reason for the error we pass it along with our thrown errors.

⛓ New endpoints

We have included support for the new Bee Debug's endpoints that exposes chain state with BeeDebug.getChainState() (/chainstate) and reserve state BeeDebug.getReserveState() (/reservestate).

♻️ Reupload support

Now you can re-upload content that you have locally pinned in your node to the network with Bee.reuploadPinnedData(). If the data is not pinned, then an error is thrown.

⛽️ Gas prices and limits for transactions

Now you can specify a gas price for methods that create transactions:

  • BeeDebug.cashoutLastCheque()
  • BeeDebug.depositTokens()
  • BeeDebug.withdrawTokens()

⚠ BREAKING CHANGES

Features

Bug Fixes

  • correctly return reject promise for promise returning fnc (#326) (d76ef2d)

This PR was generated with Release Please. See documentation.

@bee-runner
Copy link

bee-runner bot commented May 26, 2021

🚀 Release checklist

Before release

  • Ensure the release works with the intended bee version
  • Verify all the example code works with the release code
  • Verify all user documentation is up to date
  • 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

  • Update API docs
  • Update example's bee-js version

@AuHau
Copy link
Contributor

AuHau commented May 26, 2021

From #325

Breaking change:

  • BeeDebug.cashoutLastCheque(...) now returns string (directly the transaction hash)

@bee-worker bee-worker force-pushed the release-v0.10.0 branch 5 times, most recently from 27d4c57 to 72b5a50 Compare May 31, 2021 08:05
@AuHau
Copy link
Contributor

AuHau commented May 31, 2021

Release notes:

We would like to introduce you to a new release that brings access to other new features of 0.6.0 Bee release and several other improvements. This version is compatible with 0.6.2 version of Bee.

⁉️ Improved error reporting

Until now most returned Errors contained very limited information on what actually went wrong as most of the problems originated directly from the Bee node. We improved our internal handling of these errors and now if Bee returns the reason for the error we pass it along with our thrown errors.

⛓ New endpoints

We have included support for the new Bee Debug's endpoints that exposes chain state with BeeDebug.getChainState() (/chainstate) and reserve state BeeDebug.getReserveState() (/reservestate).

♻️ Reupload support

Now you can re-upload content that you have locally pinned in your node to the network with Bee.reuploadPinnedData(). If the data is not pinned, then error is thrown.

⛽️ Gas prices and limits for transactions

Now you can specify a gas price for methods that create transactions:

  • BeeDebug.cashoutLastCheque()
  • BeeDebug.depositTokens()
  • BeeDebug.withdrawTokens()

⚠ BREAKING CHANGES

Features

Bug Fixes

  • correctly return reject promise for promise returning fnc (#326) (d76ef2d)

@AuHau AuHau merged commit 0a6d858 into master Jun 1, 2021
@AuHau AuHau deleted the release-v0.10.0 branch June 1, 2021 10:14
@bee-worker
Copy link
Collaborator Author

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.

4 participants