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.11.0 #344

Merged
merged 2 commits into from
Jun 9, 2021
Merged

chore: release 0.11.0 #344

merged 2 commits into from
Jun 9, 2021

Conversation

bee-worker
Copy link
Collaborator

@bee-worker bee-worker commented Jun 8, 2021

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

0.11.0 (2021-06-09)

This release mainly brings internal improvements as we have attacked head-on our backlog with outstanding issues. But several changes introduce breaking changes so be aware and continue reading on!

🔎 Input validation

We implemented thorough input validation to catch problems even before sending requests to Bee and give better errors on what is wrong.

⚠ BREAKING CHANGES

Features

Reverts

Code Refactoring

  • no generic BeeResponse returned from Bee class (#342) (d2a65ee)
  • no single-property object returned (#341) (572253c)

This PR was generated with Release Please. See documentation.

@bee-runner
Copy link

bee-runner bot commented Jun 8, 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 Jun 8, 2021

From #342 breaking changes:

  • Bee.pin(), Bee.unpin(), Bee.pssSend() methods now does not return anything

@AuHau
Copy link
Contributor

AuHau commented Jun 8, 2021

From #341 breaking changes:

  • Methods Bee.setJsonFeed(), SocWriter.upload(), FeedWriter.upload() no returns directly the reference hash (string) instead of it being wrapped in object

@AuHau
Copy link
Contributor

AuHau commented Jun 9, 2021

Release notes:

This release mainly brings internal improvements as we have attacked head-on our backlog with outstanding issues. But several changes introduce breaking changes so be aware and continue reading on!

🔎 Input validation

We implemented thorough input validation to catch problems even before sending requests to Bee and give better errors on what is wrong.

⚠ BREAKING CHANGES

  • Methods Bee.pin(), Bee.unpin(), Bee.pssSend() now return Promise<void>
  • Methods Bee.setJsonFeed(), SocWriter.upload(), FeedWriter.upload() now return directly the reference hash (string) instead of it being wrapped in object

@AuHau AuHau merged commit 430becc into master Jun 9, 2021
@AuHau AuHau deleted the release-v0.11.0 branch June 9, 2021 15:34
@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.

3 participants