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

Commit e7396bc

Browse files

File tree

14 files changed

+141
-26
lines changed

14 files changed

+141
-26
lines changed

packages/interface-ipfs-core/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.139.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.139.0) (2020-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* support keychain without pass ([#3212](https://github.com/ipfs/js-ipfs/issues/3212)) ([7e0e85c](https://github.com/ipfs/js-ipfs/commit/7e0e85c2f003a09845b1dbe4200ca61366933b05))
12+
13+
14+
### Features
15+
16+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
17+
18+
19+
### BREAKING CHANGES
20+
21+
* remove support for key.export over the http api
22+
23+
24+
25+
26+
627
# [0.138.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.138.0) (2020-07-16)
728

829

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.138.0",
3+
"version": "0.139.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

packages/ipfs-core-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2020-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* send blobs when running ipfs-http-client in the browser ([#3184](https://github.com/ipfs/js-ipfs/issues/3184)) ([6b24463](https://github.com/ipfs/js-ipfs/commit/6b24463431497bd13b579a730ad7063345729ad9)), closes [#3138](https://github.com/ipfs/js-ipfs/issues/3138)
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2020-07-16)
718

819

packages/ipfs-core-utils/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-utils",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"main": "src/index.js",
66
"author": "Alex Potsides <[email protected]>",

packages/ipfs-http-client/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+
# [46.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@46.0.0) (2020-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* support keychain without pass ([#3212](https://github.com/ipfs/js-ipfs/issues/3212)) ([7e0e85c](https://github.com/ipfs/js-ipfs/commit/7e0e85c2f003a09845b1dbe4200ca61366933b05))
12+
* **http-client:** allow stream option to be overridden ([#3205](https://github.com/ipfs/js-ipfs/issues/3205)) ([7aba835](https://github.com/ipfs/js-ipfs/commit/7aba8354134d0d1d8132892c338b474e20e56b76))
13+
* send blobs when running ipfs-http-client in the browser ([#3184](https://github.com/ipfs/js-ipfs/issues/3184)) ([6b24463](https://github.com/ipfs/js-ipfs/commit/6b24463431497bd13b579a730ad7063345729ad9)), closes [#3138](https://github.com/ipfs/js-ipfs/issues/3138)
14+
15+
16+
### Features
17+
18+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
19+
20+
21+
### BREAKING CHANGES
22+
23+
* remove support for key.export over the http api
24+
25+
26+
27+
28+
629
# [45.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@45.0.0) (2020-07-16)
730

831

packages/ipfs-http-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-http-client",
3-
"version": "45.0.0",
3+
"version": "46.0.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -47,7 +47,7 @@
4747
"cids": "^0.8.3",
4848
"debug": "^4.1.0",
4949
"form-data": "^3.0.0",
50-
"ipfs-core-utils": "^0.3.0",
50+
"ipfs-core-utils": "^0.3.1",
5151
"ipfs-utils": "^2.2.2",
5252
"ipld-block": "^0.9.2",
5353
"ipld-dag-cbor": "^0.16.0",
@@ -73,7 +73,7 @@
7373
"aegir": "^23.0.0",
7474
"cross-env": "^7.0.0",
7575
"go-ipfs": "^0.6.0",
76-
"interface-ipfs-core": "^0.138.0",
76+
"interface-ipfs-core": "^0.139.0",
7777
"ipfsd-ctl": "^5.0.0",
7878
"it-all": "^1.0.1",
7979
"it-concat": "^1.0.0",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2020-08-12)
7+
8+
9+
### Features
10+
11+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)

packages/ipfs-message-port-client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -34,17 +34,17 @@
3434
"dep-check": "aegir dep-check"
3535
},
3636
"dependencies": {
37-
"cids": "^0.8.3",
38-
"browser-readablestream-to-it": "0.0.1"
37+
"browser-readablestream-to-it": "0.0.1",
38+
"cids": "^0.8.3"
3939
},
4040
"devDependencies": {
41-
"ipfs-message-port-protocol": "~0.0.1",
42-
"ipfs-message-port-server": "~0.0.1",
43-
"ipld-dag-pb": "^0.19.0",
44-
"ipfs": "^0.48.0",
4541
"aegir": "^23.0.0",
4642
"cross-env": "^7.0.0",
47-
"interface-ipfs-core": "^0.138.0"
43+
"interface-ipfs-core": "^0.139.0",
44+
"ipfs": "^0.49.0",
45+
"ipfs-message-port-protocol": "^0.1.0",
46+
"ipfs-message-port-server": "^0.1.0",
47+
"ipld-dag-pb": "^0.19.0"
4848
},
4949
"engines": {
5050
"node": ">=10.3.0",
@@ -53,4 +53,4 @@
5353
"contributors": [
5454
"Irakli Gozalishvili <[email protected]>"
5555
]
56-
}
56+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2020-08-12)
7+
8+
9+
### Features
10+
11+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)

packages/ipfs-message-port-protocol/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-protocol",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "IPFS client/server protocol over message port",
55
"keywords": [
66
"ipfs"
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"aegir": "^23.0.0",
41-
"interface-ipfs-core": "^0.138.0"
41+
"interface-ipfs-core": "^0.139.0"
4242
},
4343
"engines": {
4444
"node": ">=10.3.0",
@@ -47,4 +47,4 @@
4747
"contributors": [
4848
"Irakli Gozalishvili <[email protected]>"
4949
]
50-
}
50+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2020-08-12)
7+
8+
9+
### Features
10+
11+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)

packages/ipfs-message-port-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-server",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "IPFS server library for exposing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -38,12 +38,12 @@
3838
"it-all": "^1.0.1"
3939
},
4040
"devDependencies": {
41-
"ipfs-message-port-protocol": "~0.0.1",
4241
"@types/it-all": "^1.0.0",
43-
"ipfs": "^0.48.0",
4442
"aegir": "^23.0.0",
4543
"cross-env": "^7.0.0",
46-
"interface-ipfs-core": "^0.138.0"
44+
"interface-ipfs-core": "^0.139.0",
45+
"ipfs": "^0.49.0",
46+
"ipfs-message-port-protocol": "^0.1.0"
4747
},
4848
"engines": {
4949
"node": ">=10.3.0",
@@ -52,4 +52,4 @@
5252
"contributors": [
5353
"Irakli Gozalishvili <[email protected]>"
5454
]
55-
}
55+
}

packages/ipfs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.49.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.49.0) (2020-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* make execa a dep, it's used in ipfs config edit ([#3193](https://github.com/ipfs/js-ipfs/issues/3193)) ([19b8113](https://github.com/ipfs/js-ipfs/commit/19b81130a7311744cdd6b5bc2170d3939aeae1b6))
12+
* require command for key and pin subcommands ([#3196](https://github.com/ipfs/js-ipfs/issues/3196)) ([5449044](https://github.com/ipfs/js-ipfs/commit/5449044919b8440c1129d9cbf1ec650f4f5a993d))
13+
* send blobs when running ipfs-http-client in the browser ([#3184](https://github.com/ipfs/js-ipfs/issues/3184)) ([6b24463](https://github.com/ipfs/js-ipfs/commit/6b24463431497bd13b579a730ad7063345729ad9)), closes [#3138](https://github.com/ipfs/js-ipfs/issues/3138)
14+
* support keychain without pass ([#3212](https://github.com/ipfs/js-ipfs/issues/3212)) ([7e0e85c](https://github.com/ipfs/js-ipfs/commit/7e0e85c2f003a09845b1dbe4200ca61366933b05))
15+
* **docs:** update webrtc config example to use correct case ([6a498e9](https://github.com/ipfs/js-ipfs/commit/6a498e92c00a784867053cddf9dcf4c1f510cf55))
16+
* **docs:** update webrtc instructions for node in faq ([#3183](https://github.com/ipfs/js-ipfs/issues/3183)) ([8f5a19f](https://github.com/ipfs/js-ipfs/commit/8f5a19ff08023e22fb3c4ab9dcac1e7baa097d09))
17+
18+
19+
### Features
20+
21+
* prioritize noise over secio ([#3216](https://github.com/ipfs/js-ipfs/issues/3216)) ([f3a67c4](https://github.com/ipfs/js-ipfs/commit/f3a67c43c3d3423df29b5e10f82fa483d31289b2))
22+
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
23+
24+
25+
### BREAKING CHANGES
26+
27+
* remove support for key.export over the http api
28+
29+
30+
31+
32+
633
## [0.48.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.48.1) (2020-07-21)
734

835

packages/ipfs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.48.1",
3+
"version": "0.49.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -94,8 +94,8 @@
9494
"interface-datastore": "^1.0.2",
9595
"ipfs-bitswap": "^2.0.1",
9696
"ipfs-block-service": "^0.17.1",
97-
"ipfs-core-utils": "^0.3.0",
98-
"ipfs-http-client": "^45.0.0",
97+
"ipfs-core-utils": "^0.3.1",
98+
"ipfs-http-client": "^46.0.0",
9999
"ipfs-http-response": "^0.5.0",
100100
"ipfs-repo": "^4.0.0",
101101
"ipfs-unixfs": "^1.0.3",
@@ -179,7 +179,7 @@
179179
"delay": "^4.3.0",
180180
"form-data": "^3.0.0",
181181
"go-ipfs": "^0.6.0",
182-
"interface-ipfs-core": "^0.138.0",
182+
"interface-ipfs-core": "^0.139.0",
183183
"ipfs-interop": "^2.0.0",
184184
"ipfsd-ctl": "^5.0.0",
185185
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)