Skip to content

Commit 49ebce1

Browse files

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

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

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",

0 commit comments

Comments
 (0)