Skip to content

Commit 1bd7bdf

Browse files
chore(release): 9.0.0 [skip ci]
## [interface-datastore-v9.0.0](interface-datastore-8.3.2...interface-datastore-9.0.0) (2025-10-03) ### ⚠ BREAKING CHANGES * blockstore.get and similar now return streams of bytes ### Features * streaming blockstores ([#358](#358)) ([4dbb136](4dbb136))
1 parent 44672b3 commit 1bd7bdf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/interface-datastore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [interface-datastore-v9.0.0](https://github.com/ipfs/js-stores/compare/interface-datastore-8.3.2...interface-datastore-9.0.0) (2025-10-03)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* blockstore.get and similar now return streams of bytes
6+
7+
### Features
8+
9+
* streaming blockstores ([#358](https://github.com/ipfs/js-stores/issues/358)) ([4dbb136](https://github.com/ipfs/js-stores/commit/4dbb1362d20fc87fcdd261568dca297972f9bc08))
10+
111
## [interface-datastore-v8.3.2](https://github.com/ipfs/js-stores/compare/interface-datastore-8.3.1...interface-datastore-8.3.2) (2025-05-26)
212

313
### Dependencies

packages/interface-datastore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-datastore",
3-
"version": "8.3.2",
3+
"version": "9.0.0",
44
"description": "datastore interface",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-datastore#readme",

0 commit comments

Comments
 (0)