Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

File tree

36 files changed

+378
-66
lines changed

36 files changed

+378
-66
lines changed

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.151.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.151.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [0.150.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.150.4) (2021-09-17)
725

826
**Note:** Version bump only for package interface-ipfs-core

packages/interface-ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.150.4",
3+
"version": "0.151.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"type": "module",
@@ -72,7 +72,7 @@
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
7474
"err-code": "^3.0.1",
75-
"ipfs-core-types": "^0.7.3",
75+
"ipfs-core-types": "^0.8.0",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.1",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [0.8.8](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.8) (2021-09-17)
725

826
**Note:** Version bump only for package ipfs-cli

packages/ipfs-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.8.8",
3+
"version": "0.9.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,11 +65,11 @@
6565
"err-code": "^3.0.1",
6666
"execa": "^5.0.0",
6767
"get-folder-size": "^2.0.1",
68-
"ipfs-core": "^0.10.8",
69-
"ipfs-core-types": "^0.7.3",
70-
"ipfs-core-utils": "^0.10.5",
71-
"ipfs-daemon": "^0.9.8",
72-
"ipfs-http-client": "^52.0.5",
68+
"ipfs-core": "^0.11.0",
69+
"ipfs-core-types": "^0.8.0",
70+
"ipfs-core-utils": "^0.11.0",
71+
"ipfs-daemon": "^0.10.0",
72+
"ipfs-http-client": "^53.0.0",
7373
"ipfs-repo": "^13.0.4",
7474
"ipfs-utils": "^9.0.1",
7575
"it-all": "^1.0.4",

packages/ipfs-client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* There are no default exports and everything is now dual published as ESM/CJS
17+
18+
19+
20+
21+
622
## [0.6.6](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.6) (2021-09-17)
723

824
**Note:** Version bump only for package ipfs-client

packages/ipfs-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.6.6",
3+
"version": "0.7.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -41,8 +41,8 @@
4141
"dep-check": "aegir dep-check -i aegir -i rimraf"
4242
},
4343
"dependencies": {
44-
"ipfs-grpc-client": "^0.6.5",
45-
"ipfs-http-client": "^52.0.5",
44+
"ipfs-grpc-client": "^0.7.0",
45+
"ipfs-http-client": "^53.0.0",
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
17+
18+
19+
20+
21+
622
## [0.10.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.5) (2021-09-17)
723

824
**Note:** Version bump only for package ipfs-core-utils

packages/ipfs-core-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-config",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -106,7 +106,7 @@
106106
},
107107
"devDependencies": {
108108
"aegir": "^35.1.0",
109-
"rimraf": "^3.0.2",
110-
"ipfs-core-utils": "^0.10.5"
109+
"ipfs-core-utils": "^0.11.0",
110+
"rimraf": "^3.0.2"
111111
}
112112
}

packages/ipfs-core-types/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.8.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* There are no default exports and everything is now dual published as ESM/CJS
17+
18+
19+
20+
21+
622
## [0.7.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.3) (2021-09-17)
723

824

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "types/src/index.d.ts",

packages/ipfs-core-utils/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.11.0) (2021-09-24)
7+
8+
9+
### Bug Fixes
10+
11+
* handle node readable streams properly ([#3890](https://github.com/ipfs/js-ipfs/issues/3890)) ([b0f367d](https://github.com/ipfs/js-ipfs/commit/b0f367d666aceb4ea8bdd532a9d8c3501f8cc78d)), closes [#3882](https://github.com/ipfs/js-ipfs/issues/3882)
12+
13+
14+
### Features
15+
16+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
17+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
23+
* There are no default exports and everything is now dual published as ESM/CJS
24+
25+
26+
27+
28+
629
## [0.10.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.5) (2021-09-17)
730

831
**Note:** Version bump only for package ipfs-core-utils

packages/ipfs-core-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.10.5",
3+
"version": "0.11.0",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -111,7 +111,7 @@
111111
"browser-readablestream-to-it": "^1.0.1",
112112
"debug": "^4.1.1",
113113
"err-code": "^3.0.1",
114-
"ipfs-core-types": "^0.7.3",
114+
"ipfs-core-types": "^0.8.0",
115115
"ipfs-unixfs": "^6.0.3",
116116
"ipfs-utils": "^9.0.1",
117117
"it-all": "^1.0.4",

packages/ipfs-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.11.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [0.10.8](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.8) (2021-09-17)
725

826

packages/ipfs-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.10.8",
3+
"version": "0.11.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -84,10 +84,10 @@
8484
"interface-blockstore": "^2.0.2",
8585
"interface-datastore": "^6.0.2",
8686
"ipfs-bitswap": "^7.0.0",
87-
"ipfs-core-config": "^0.0.1",
88-
"ipfs-core-types": "^0.7.3",
89-
"ipfs-core-utils": "^0.10.5",
90-
"ipfs-http-client": "^52.0.5",
87+
"ipfs-core-config": "^0.1.0",
88+
"ipfs-core-types": "^0.8.0",
89+
"ipfs-core-utils": "^0.11.0",
90+
"ipfs-http-client": "^53.0.0",
9191
"ipfs-repo": "^13.0.4",
9292
"ipfs-unixfs": "^6.0.3",
9393
"ipfs-unixfs-exporter": "^7.0.3",
@@ -137,7 +137,7 @@
137137
"delay": "^5.0.0",
138138
"go-ipfs": "0.9.1",
139139
"interface-blockstore-tests": "^2.0.1",
140-
"interface-ipfs-core": "^0.150.4",
140+
"interface-ipfs-core": "^0.151.0",
141141
"ipfsd-ctl": "^10.0.3",
142142
"iso-url": "^1.0.0",
143143
"libp2p-gossipsub": "^0.11.1",

packages/ipfs-daemon/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.10.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [0.9.8](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.8) (2021-09-17)
725

826
**Note:** Version bump only for package ipfs-daemon

packages/ipfs-daemon/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.9.8",
3+
"version": "0.10.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -45,11 +45,11 @@
4545
"dependencies": {
4646
"@mapbox/node-pre-gyp": "^1.0.5",
4747
"debug": "^4.1.1",
48-
"ipfs-core": "^0.10.8",
49-
"ipfs-core-types": "^0.7.3",
50-
"ipfs-grpc-server": "^0.6.6",
51-
"ipfs-http-gateway": "^0.6.5",
52-
"ipfs-http-server": "^0.7.6",
48+
"ipfs-core": "^0.11.0",
49+
"ipfs-core-types": "^0.8.0",
50+
"ipfs-grpc-server": "^0.7.0",
51+
"ipfs-http-gateway": "^0.7.0",
52+
"ipfs-http-server": "^0.8.0",
5353
"ipfs-utils": "^9.0.1",
5454
"just-safe-set": "^2.2.1",
5555
"libp2p": "^0.33.0",

packages/ipfs-grpc-client/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-09-24)
7+
8+
9+
### Bug Fixes
10+
11+
* handle node readable streams properly ([#3890](https://github.com/ipfs/js-ipfs/issues/3890)) ([b0f367d](https://github.com/ipfs/js-ipfs/commit/b0f367d666aceb4ea8bdd532a9d8c3501f8cc78d)), closes [#3882](https://github.com/ipfs/js-ipfs/issues/3882)
12+
13+
14+
### Features
15+
16+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* There are no default exports and everything is now dual published as ESM/CJS
22+
23+
24+
25+
26+
627
## [0.6.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.5) (2021-09-17)
728

829
**Note:** Version bump only for package ipfs-grpc-client

0 commit comments

Comments
 (0)