Skip to content

Commit 0d01201

Browse files
chore(release): 8.0.0 [skip ci]
## [interface-datastore-v8.0.0](interface-datastore-v7.0.4...interface-datastore-v8.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore ### Features * simplify store interface, move query/batch to datastore, add getAll to blockstore ([#189](#189)) ([0b8f1a0](0b8f1a0)) ### Dependencies * update sibling dependencies ([8f7928c](8f7928c))
1 parent 44b12bd commit 0d01201

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/interface-datastore/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [interface-datastore-v8.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.4...interface-datastore-v8.0.0) (2023-03-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
7+
8+
### Features
9+
10+
* simplify store interface, move query/batch to datastore, add getAll to blockstore ([#189](https://github.com/ipfs/js-ipfs-interfaces/issues/189)) ([0b8f1a0](https://github.com/ipfs/js-ipfs-interfaces/commit/0b8f1a0d7644b32395059db250b301d3d5f024cb))
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([8f7928c](https://github.com/ipfs/js-ipfs-interfaces/commit/8f7928c28b5869001728cc997f0204a40f51978d))
16+
117
## [interface-datastore-v7.0.4](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.3...interface-datastore-v7.0.4) (2023-01-30)
218

319

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": "7.0.4",
3+
"version": "8.0.0",
44
"description": "datastore interface",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore#readme",

0 commit comments

Comments
 (0)