Skip to content

File tree

34 files changed

+434
-64
lines changed

34 files changed

+434
-64
lines changed

packages/interface-ipfs-core/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.145.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.145.0) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* mark ipld options as partial ([#3669](https://github.com/ipfs/js-ipfs/issues/3669)) ([f98af8e](https://github.com/ipfs/js-ipfs/commit/f98af8ed24784929898bb5d33a64dc442c77074d))
12+
* only accept cid for ipfs.dag.get ([#3675](https://github.com/ipfs/js-ipfs/issues/3675)) ([bb8f8bc](https://github.com/ipfs/js-ipfs/commit/bb8f8bc501ffc1ee0f064ba61ec0bca4015bf6ad)), closes [#3637](https://github.com/ipfs/js-ipfs/issues/3637)
13+
14+
15+
### chore
16+
17+
* upgrade deps with new typedefs ([#3550](https://github.com/ipfs/js-ipfs/issues/3550)) ([a418a52](https://github.com/ipfs/js-ipfs/commit/a418a521574c878d7aabd0ad2fd8d516908a3756))
18+
19+
20+
### Features
21+
22+
* support identity hash in block.get + dag.get ([#3616](https://github.com/ipfs/js-ipfs/issues/3616)) ([28ad9ad](https://github.com/ipfs/js-ipfs/commit/28ad9ad6e50abb89a366ecd6b5301e848f0e9962))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
28+
29+
30+
31+
32+
633
## [0.144.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.2) (2021-03-09)
734

835

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.144.2",
3+
"version": "0.145.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-cli/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.5.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.0) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* mark ipld options as partial ([#3669](https://github.com/ipfs/js-ipfs/issues/3669)) ([f98af8e](https://github.com/ipfs/js-ipfs/commit/f98af8ed24784929898bb5d33a64dc442c77074d))
12+
* update ipfs repo ([#3671](https://github.com/ipfs/js-ipfs/issues/3671)) ([9029ee5](https://github.com/ipfs/js-ipfs/commit/9029ee591fa74ea65c9600f2d249897e933416fa))
13+
* update types after feedback from ceramic ([#3657](https://github.com/ipfs/js-ipfs/issues/3657)) ([0ddbb1b](https://github.com/ipfs/js-ipfs/commit/0ddbb1b1deb4e40dac3e365d7f98a5f174c2ce8f)), closes [#3640](https://github.com/ipfs/js-ipfs/issues/3640)
14+
15+
16+
### chore
17+
18+
* upgrade deps with new typedefs ([#3550](https://github.com/ipfs/js-ipfs/issues/3550)) ([a418a52](https://github.com/ipfs/js-ipfs/commit/a418a521574c878d7aabd0ad2fd8d516908a3756))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
24+
25+
26+
27+
28+
629
## [0.4.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.4) (2021-03-10)
730

831
**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.4.4",
3+
"version": "0.5.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,11 +37,11 @@
3737
"err-code": "^3.0.1",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.5.4",
41-
"ipfs-core-types": "^0.3.1",
42-
"ipfs-core-utils": "^0.7.2",
43-
"ipfs-daemon": "^0.5.4",
44-
"ipfs-http-client": "^49.0.4",
40+
"ipfs-core": "^0.6.0",
41+
"ipfs-core-types": "^0.4.0",
42+
"ipfs-core-utils": "^0.8.0",
43+
"ipfs-daemon": "^0.6.0",
44+
"ipfs-http-client": "^50.0.0",
4545
"ipfs-repo": "^9.1.6",
4646
"ipfs-utils": "^7.0.0",
4747
"ipld-dag-cbor": "^1.0.0",

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.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-05-10)
7+
8+
9+
### chore
10+
11+
* upgrade deps with new typedefs ([#3550](https://github.com/ipfs/js-ipfs/issues/3550)) ([a418a52](https://github.com/ipfs/js-ipfs/commit/a418a521574c878d7aabd0ad2fd8d516908a3756))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
17+
18+
19+
20+
21+
622
## [0.3.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.4) (2021-03-10)
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.3.4",
3+
"version": "0.4.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -32,8 +32,8 @@
3232
"dep-check": "aegir dep-check -i aegir -i rimraf"
3333
},
3434
"dependencies": {
35-
"ipfs-grpc-client": "^0.2.4",
36-
"ipfs-http-client": "^49.0.4",
35+
"ipfs-grpc-client": "^0.3.0",
36+
"ipfs-http-client": "^50.0.0",
3737
"merge-options": "^3.0.4"
3838
},
3939
"devDependencies": {

packages/ipfs-core-types/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix types ([#3662](https://github.com/ipfs/js-ipfs/issues/3662)) ([0fe8892](https://github.com/ipfs/js-ipfs/commit/0fe8892361180dab53ed3c3b006479b32a792d44))
12+
* loosen input type for swarm.connect and swarm.disconnect ([#3673](https://github.com/ipfs/js-ipfs/issues/3673)) ([46618c7](https://github.com/ipfs/js-ipfs/commit/46618c795bf5363ba3186645640fb81349231db7)), closes [#3638](https://github.com/ipfs/js-ipfs/issues/3638)
13+
* mark ipld options as partial ([#3669](https://github.com/ipfs/js-ipfs/issues/3669)) ([f98af8e](https://github.com/ipfs/js-ipfs/commit/f98af8ed24784929898bb5d33a64dc442c77074d))
14+
* update ipfs repo ([#3671](https://github.com/ipfs/js-ipfs/issues/3671)) ([9029ee5](https://github.com/ipfs/js-ipfs/commit/9029ee591fa74ea65c9600f2d249897e933416fa))
15+
* update types after feedback from ceramic ([#3657](https://github.com/ipfs/js-ipfs/issues/3657)) ([0ddbb1b](https://github.com/ipfs/js-ipfs/commit/0ddbb1b1deb4e40dac3e365d7f98a5f174c2ce8f)), closes [#3640](https://github.com/ipfs/js-ipfs/issues/3640)
16+
17+
18+
### chore
19+
20+
* upgrade deps with new typedefs ([#3550](https://github.com/ipfs/js-ipfs/issues/3550)) ([a418a52](https://github.com/ipfs/js-ipfs/commit/a418a521574c878d7aabd0ad2fd8d516908a3756))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
26+
27+
28+
29+
30+
631
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-03-09)
732

833

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.3.1",
3+
"version": "0.4.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "src/index.d.ts",

packages/ipfs-core-utils/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.8.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.0) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* mark ipld options as partial ([#3669](https://github.com/ipfs/js-ipfs/issues/3669)) ([f98af8e](https://github.com/ipfs/js-ipfs/commit/f98af8ed24784929898bb5d33a64dc442c77074d))
12+
13+
14+
### chore
15+
16+
* upgrade deps with new typedefs ([#3550](https://github.com/ipfs/js-ipfs/issues/3550)) ([a418a52](https://github.com/ipfs/js-ipfs/commit/a418a521574c878d7aabd0ad2fd8d516908a3756))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
22+
23+
24+
25+
26+
627
## [0.7.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.2) (2021-03-09)
728

829

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.7.2",
3+
"version": "0.8.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",
@@ -46,7 +46,7 @@
4646
"browser-readablestream-to-it": "^1.0.1",
4747
"cids": "^1.1.6",
4848
"err-code": "^3.0.1",
49-
"ipfs-core-types": "^0.3.1",
49+
"ipfs-core-types": "^0.4.0",
5050
"ipfs-unixfs": "^4.0.3",
5151
"ipfs-utils": "^7.0.0",
5252
"it-all": "^1.0.4",

0 commit comments

Comments
 (0)