-
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 0.11.0 #344
Conversation
🚀 Release checklistBefore release
After release
|
From #342 breaking changes:
|
From #341 breaking changes:
|
006f41b
to
bef74b0
Compare
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 validationWe implemented thorough input validation to catch problems even before sending requests to Bee and give better errors on what is wrong. ⚠ BREAKING CHANGES
|
bef74b0
to
997e792
Compare
🤖 Release is at https://github.com/ethersphere/bee-js/releases/tag/v0.11.0 🌻 |
🤖 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
Bee.pin()
,Bee.unpin()
,Bee.pssSend()
now returnPromise<void>
(refactor!: no generic BeeResponse returned from Bee class #342)Bee.setJsonFeed()
,SocWriter.upload()
,FeedWriter.upload()
now return directly the reference hash (string) instead of it being wrapped in object (refactor!: no single-property object returned #341)Features
Reverts
Code Refactoring
This PR was generated with Release Please. See documentation.