All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.13.5 (2022-06-24)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.15.3 to ^0.15.4
- ipfs-grpc-server bumped from ^0.9.3 to ^0.9.4
- ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4
- ipfs-http-server bumped from ^0.12.4 to ^0.12.5
- dependencies
0.13.4 (2022-06-22)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.15.2 to ^0.15.3
- ipfs-core-types bumped from ^0.11.0 to ^0.11.1
- ipfs-grpc-server bumped from ^0.9.2 to ^0.9.3
- ipfs-http-gateway bumped from ^0.10.2 to ^0.10.3
- ipfs-http-server bumped from ^0.12.3 to ^0.12.4
- dependencies
0.13.3 (2022-06-13)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.15.1 to ^0.15.2
- ipfs-grpc-server bumped from ^0.9.1 to ^0.9.2
- ipfs-http-gateway bumped from ^0.10.1 to ^0.10.2
- ipfs-http-server bumped from ^0.12.2 to ^0.12.3
- dependencies
0.13.2 (2022-06-01)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.15.0 to ^0.15.1
- ipfs-grpc-server bumped from ^0.9.0 to ^0.9.1
- ipfs-http-gateway bumped from ^0.10.0 to ^0.10.1
- ipfs-http-server bumped from ^0.12.1 to ^0.12.2
- dependencies
0.13.1 (2022-05-30)
- The following workspace dependencies were updated
- dependencies
- ipfs-http-server bumped from ^0.12.0 to ^0.12.1
- dependencies
0.13.0 (2022-05-27)
- This module is now ESM only and there return types of some methods have changed
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.14.3 to ^0.15.0
- ipfs-core-types bumped from ^0.10.3 to ^0.11.0
- ipfs-grpc-server bumped from ^0.8.3 to ^0.9.0
- ipfs-http-gateway bumped from ^0.9.2 to ^0.10.0
- ipfs-http-server bumped from ^0.11.2 to ^0.12.0
- dependencies
0.12.3 (2022-04-20)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.14.2 to ^0.14.3
- ipfs-core-types bumped from ^0.10.2 to ^0.10.3
- ipfs-grpc-server bumped from ^0.8.3 to ^0.8.4
- ipfs-http-gateway bumped from ^0.9.2 to ^0.9.3
- ipfs-http-server bumped from ^0.11.2 to ^0.11.3
- dependencies
0.12.2 (2022-03-01)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.14.1 to ^0.14.2
- ipfs-core-types bumped from ^0.10.1 to ^0.10.2
- ipfs-grpc-server bumped from ^0.8.2 to ^0.8.3
- ipfs-http-gateway bumped from ^0.9.1 to ^0.9.2
- ipfs-http-server bumped from ^0.11.1 to ^0.11.2
- dependencies
0.12.1 (2022-02-06)
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.14.0 to ^0.14.1
- ipfs-core-types bumped from ^0.10.0 to ^0.10.1
- ipfs-grpc-server bumped from ^0.8.1 to ^0.8.2
- ipfs-http-gateway bumped from ^0.9.0 to ^0.9.1
- ipfs-http-server bumped from ^0.11.0 to ^0.11.1
- dependencies
0.12.0 (2022-01-27)
- peerstore methods are now all async, the repo is migrated to v12
- The following workspace dependencies were updated
- dependencies
- ipfs-core bumped from ^0.13.0 to ^0.14.0
- ipfs-core-types bumped from ^0.9.0 to ^0.10.0
- ipfs-grpc-server bumped from ^0.8.0 to ^0.8.1
- ipfs-http-gateway bumped from ^0.8.0 to ^0.9.0
- ipfs-http-server bumped from ^0.10.0 to ^0.11.0
- dependencies
0.11.0 (2021-12-15)
- The DHT API has been refactored to return async iterators of query events
0.10.4 (2021-11-24)
Note: Version bump only for package ipfs-daemon
0.10.3 (2021-11-19)
Note: Version bump only for package ipfs-daemon
0.10.2 (2021-11-12)
Note: Version bump only for package ipfs-daemon
0.10.1 (2021-09-28)
Note: Version bump only for package ipfs-daemon
0.10.0 (2021-09-24)
- the globSource api has changed from
globSource(dir, opts)
toglobSource(dir, pattern, opts)
- There are no default exports and everything is now dual published as ESM/CJS
0.9.8 (2021-09-17)
Note: Version bump only for package ipfs-daemon
0.9.7 (2021-09-17)
Note: Version bump only for package ipfs-daemon
0.9.6 (2021-09-08)
Note: Version bump only for package ipfs-daemon
0.9.5 (2021-09-02)
0.9.4 (2021-08-25)
Note: Version bump only for package ipfs-daemon
0.9.3 (2021-08-17)
Note: Version bump only for package ipfs-daemon
0.9.1 (2021-08-17)
Note: Version bump only for package ipfs-daemon
0.9.0 (2021-08-11)
- the output type of
ipfs.get
has changed and therecursive
option has been removed fromipfs.ls
since it was not supported everywhere
0.8.1 (2021-07-30)
Note: Version bump only for package ipfs-daemon
0.8.0 (2021-07-27)
- ipld-formats no longer supported, use multiformat BlockCodecs instead
Co-authored-by: Rod Vagg rod@vagg.org Co-authored-by: achingbrain alex@achingbrain.net
0.7.2 (2021-06-18)
Note: Version bump only for package ipfs-daemon
0.7.1 (2021-06-05)
- move wrtc to optional deps (#3705) (7cf404c)
- stalling subscription on (node) http-client when daemon is stopped (#3468) (0266abf), closes #3465
0.7.0 (2021-05-26)
0.6.1 (2021-05-11)
Note: Version bump only for package ipfs-daemon
0.6.0 (2021-05-10)
- 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
0.5.4 (2021-03-10)
Note: Version bump only for package ipfs-daemon
0.5.3 (2021-03-09)
0.5.2 (2021-02-08)
Note: Version bump only for package ipfs-daemon
0.5.1 (2021-02-02)
Note: Version bump only for package ipfs-daemon
0.5.0 (2021-02-01)
- ipfs-repo upgrade requires repo migration to v10
0.4.2 (2021-01-22)
Note: Version bump only for package ipfs-daemon
0.4.1 (2021-01-20)
Note: Version bump only for package ipfs-daemon
0.4.0 (2021-01-15)
- add grpc server and client (#3403) (a9027e0), closes #2519 #2838 #2943 #2854 #2864
- allow passing a http.Agent to ipfs-http-client in node (#3474) (fe93ba0), closes /tools.ietf.org/html/rfc2616#section-8 #3464
- The websocket transport will only dial DNS+WSS addresses - see https://github.com/libp2p/js-libp2p-websockets/releases/tag/v0.15.0
Co-authored-by: Hugo Dias hugomrdias@gmail.com
Note: Version bump only for package ipfs-daemon