Skip to content

Commit 59fae13

Browse files
chore(main): release 8.0.0 (#43)
🤖 I have created a release *beep* *boop* --- ## [8.0.0](v7.3.0...v8.0.0) (2024-05-14) ### ⚠ BREAKING CHANGES * The `Blockstore` interface now includes a `stream` method that returns a `ReadableStream` and a `stat` method that returns info (byte size). ### Features * add block streaming interface ([#44](#44)) ([2236fe4](2236fe4)) ### Bug Fixes * remove only test ([#42](#42)) ([ca858fb](ca858fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2236fe4 commit 59fae13

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/web3-storage/dagula/compare/v7.3.0...v8.0.0) (2024-05-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `Blockstore` interface now includes a `stream` method that returns a `ReadableStream` and a `stat` method that returns info (byte size).
9+
10+
### Features
11+
12+
* add block streaming interface ([#44](https://github.com/web3-storage/dagula/issues/44)) ([2236fe4](https://github.com/web3-storage/dagula/commit/2236fe431ff566870b7d2d939ee9ba0a93d894d2))
13+
14+
15+
### Bug Fixes
16+
17+
* remove only test ([#42](https://github.com/web3-storage/dagula/issues/42)) ([ca858fb](https://github.com/web3-storage/dagula/commit/ca858fb43fa55f7f29339c5e48f81dd8e9fbd51c))
18+
319
## [7.3.0](https://github.com/web3-storage/dagula/compare/v7.2.2...v7.3.0) (2024-01-17)
420

521

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dagula",
3-
"version": "7.3.0",
3+
"version": "8.0.0",
44
"description": "Suck a DAG out of a peer in the IPFS network.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)