Skip to content

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [48.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.2.0) (2021-01-15)
7+
8+
9+
### Features
10+
11+
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
12+
* allow passing a http.Agent to ipfs-http-client in node ([#3474](https://github.com/ipfs/js-ipfs/issues/3474)) ([fe93ba0](https://github.com/ipfs/js-ipfs/commit/fe93ba01a0c62cead7cc4e0023de2d2a00adbc02)), closes [/tools.ietf.org/html/rfc2616#section-8](https://github.com//tools.ietf.org/html/rfc2616/issues/section-8) [#3464](https://github.com/ipfs/js-ipfs/issues/3464)
13+
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
14+
15+
16+
17+
18+
619
## [48.1.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.3) (2020-12-16)
720

821

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "48.1.3",
3+
"version": "48.2.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -56,9 +56,9 @@
5656
"cids": "^1.1.5",
5757
"debug": "^4.1.1",
5858
"form-data": "^3.0.0",
59-
"ipfs-core-utils": "^0.5.4",
59+
"ipfs-core-types": "^0.2.0",
60+
"ipfs-core-utils": "^0.6.0",
6061
"ipfs-utils": "^5.0.0",
61-
"ipfs-core-types": "^0.1.0",
6262
"ipld-block": "^0.11.0",
6363
"ipld-dag-cbor": "^0.17.0",
6464
"ipld-dag-pb": "^0.20.0",
@@ -82,7 +82,7 @@
8282
"aegir": "^29.2.2",
8383
"delay": "^4.4.0",
8484
"go-ipfs": "^0.7.0",
85-
"ipfs-core": "^0.3.1",
85+
"ipfs-core": "^0.4.0",
8686
"ipfsd-ctl": "^7.2.0",
8787
"it-all": "^1.0.4",
8888
"it-concat": "^1.0.1",

0 commit comments

Comments
 (0)