v0.11.0
This release adds support for Readable streams in @erebos/api-bzz-base
, thanks to Adam Uhlíř's pull request.
Breaking change
The uploadFileStream()
method of @erebos/api-bzz-node
has been removed, uploadFile()
now supporting streams.
Additional features
- The
downloadObservable()
anddownloadDirectoryData()
methods have been added to@erebos/api-bzz-base
and are therefore also available in@erebos/api-bzz-browser
. Until now they were only available in@erebos/api-bzz-node
. - The
downloadStream()
method has been added. - The
uploadFile()
andupload()
methods now support a Readable stream input.
Other change
The code base and type definitions have been updated to TypeScript 3.7 thanks to Adam Uhlíř's pull request.