Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Releases: ipfs-inactive/js-ipfs-http-client

v30.1.2

09 Apr 15:49
bf3dc78
Compare
Choose a tag to compare

Bug Fixes

  • https multiaddr support in constructor (#965) (5da0bcd)

v30.1.1

28 Mar 08:50
21cdcc5
Compare
Choose a tag to compare
chore: release version v30.1.1

v30.1.0

15 Mar 10:10
bfed894
Compare
Choose a tag to compare

Bug Fixes

  • dht.findProvs.js handle valid hash but no providers (#950) (c3cde76)

Features

Performance Improvements

v30.0.0

13 Mar 18:49
6b443f0
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • ipfs.util.isIPFS has moved to a static export and should be accessed via const { isIPFS } = require('ipfs-http-client').

The modules available under ipfs.types.* have also become static exports.

ipfs.util.crypto has been removed as it is not a dependency of ipfs-http-client so reduces the bundle size. If you need to use libp2p crypto primitives then please see the js-libp2p-crypto project for info on how to use it in your project.

Finally ipfs.util.getEndpointConfig is now a direct instance method, ipfs.getEndpointConfig

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai

v29.1.1

13 Feb 09:26
ec3eee2
Compare
Choose a tag to compare

Performance Improvements

v29.1.0

29 Jan 13:58
6012e67
Compare
Choose a tag to compare

Bug Fixes

  • throw on invalid multiaddr to constructor (#934) (bcbf0d2)

Features

  • return protocol from getEndpointConfig (#935) (12ddaa3)

v29.0.1

24 Jan 10:43
af6ba05
Compare
Choose a tag to compare

Bug Fixes

v29.0.0

15 Jan 10:45
b2cbf2f
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai

v28.1.2

14 Jan 15:48
39e4d7c
Compare
Choose a tag to compare
chore: release version v28.1.2

v28.1.1

04 Jan 11:51
3108a34
Compare
Choose a tag to compare
chore: release version v28.1.1