fix(deps): update dependency ipfs-http-client to v60
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ipfs-http-client (source) | 34.0.0 -> 60.0.0 |
Release Notes
ipfs/js-ipfs
v60.0.0: ipfs-http-client ipfs-http-client-v60.0.0
⚠ BREAKING CHANGES
- update multiformats to v11.x.x and related depenendcies (#4277)
Bug Fixes
- update multiformats to v11.x.x and related depenendcies (#4277) (521c84a)
- use aegir to publish RCs (#4284) (6d90cbf)
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.13.0 to ^0.14.0
- ipfs-core-utils bumped from ^0.17.0 to ^0.18.0
- dependencies
v59.0.0: ipfs-http-client ipfs-http-client-v59.0.0
⚠ BREAKING CHANGES
- ipfs is now bundled with [email protected] which has different config
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.12.1 to ^0.13.0
- ipfs-core-utils bumped from ^0.16.1 to ^0.17.0
- dependencies
v58.0.1: ipfs-http-client ipfs-http-client-v58.0.1
Bug Fixes
- update @multiformats/multiadd to 11.0.0 (2a830bf)
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.12.0 to ^0.12.1
- ipfs-core-utils bumped from ^0.16.0 to ^0.16.1
- dependencies
v58.0.0: ipfs-http-client ipfs-http-client-v58.0.0
⚠ BREAKING CHANGES
- update to [email protected] (#4151)
deps
- update to [email protected] (#4151) (39dbf70)
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.11.0 to ^0.12.0
- ipfs-core-utils bumped from ^0.15.0 to ^0.16.0
- dependencies
v57.0.3: ipfs-http-client ipfs-http-client-v57.0.3
Bug Fixes
v57.0.2: ipfs-http-client ipfs-http-client-v57.0.2
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.11.0 to ^0.11.1
- ipfs-core-utils bumped from ^0.15.0 to ^0.15.1
- dependencies
v57.0.1: ipfs-http-client ipfs-http-client-v57.0.1
Bug Fixes
v57.0.0: ipfs-http-client ipfs-http-client-v57.0.0
⚠ BREAKING CHANGES
- This module is now ESM only and there return types of some methods have changed
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.3 to ^0.11.0
- ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
- dependencies
v56.0.3: ipfs-http-client ipfs-http-client-v56.0.3
Bug Fixes
- exclude fs from bundle (#4076) (6c3cb73)
- upgrade dep of ipfs-utils ^9.0.2->^9.0.6 (#4086) (8f7ce23), closes #4080
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.2 to ^0.10.3
- ipfs-core-utils bumped from ^0.14.2 to ^0.14.3
- dependencies
v56.0.2: ipfs-http-client ipfs-http-client-v56.0.2
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.1 to ^0.10.2
- ipfs-core-utils bumped from ^0.14.1 to ^0.14.2
- dependencies
v56.0.1: ipfs-http-client ipfs-http-client-v56.0.1
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.10.0 to ^0.10.1
- ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
- dependencies
v56.0.0: ipfs-http-client ipfs-http-client-v56.0.0
⚠ BREAKING CHANGES
- peerstore methods are now all async, the repo is migrated to v12
- node 15+ is required
Features
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- ipfs-core-types bumped from ^0.9.0 to ^0.10.0
- ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
- dependencies
v55.0.0
Bug Fixes
- pubsub: multibase in pubsub http rpc (#3922) (6eeaca4)
- return nested value from dag.get (#3966) (45ac973), closes #3957
chore
- Bump @ipld/dag-cbor to v7 (#3977) (73476f5)
Features
- dht client (#3947) (62d8ecb)
- update DAG API to match [email protected] changes (#3917) (38c01be)
BREAKING CHANGES
- pubsub: We had to make breaking changes to
pubsubcommands sent over HTTP RPC to fix data corruption caused by topic names and payload bytes that included\n. More details in https://github.com/ipfs/go-ipfs/issues/7939 and https://github.com/ipfs/go-ipfs/pull/8183 - On decode of CBOR blocks,
undefinedvalues will be coerced tonull ipfs.dag.putno longer accepts aformatarg, it is nowstoreCodecandinputCodec.'json'has become'dag-json','cbor'has become'dag-cbor'and so on- The DHT API has been refactored to return async iterators of query events
v54.0.2
Note: Version bump only for package ipfs-http-client
v54.0.1
Note: Version bump only for package ipfs-http-client
v54.0.0
Bug Fixes
BREAKING CHANGES
- errors will now be thrown if multiple items are passed to
ipfs.addor single items toipfs.addAll(n.b. you can still pass a list of a single item toipfs.addAll)
v53.0.1
Note: Version bump only for package ipfs-http-client
v53.0.0
Features
BREAKING CHANGES
- 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
v52.0.5
Note: Version bump only for package ipfs-http-client
v52.0.4
Note: Version bump only for package ipfs-http-client
v52.0.3
Bug Fixes
- declare types in .ts files (#3840) (eba5fe6)
- remove client-side timeout from http rpc calls (#3178) (f11220e), closes #3161
- remove use of instanceof for CID class (#3847) (ebbb12d)
v52.0.2
Note: Version bump only for package ipfs-http-client
v52.0.1
Bug Fixes
v52.0.0
Bug Fixes
Features
BREAKING CHANGES
- rateIn/rateOut are returned as numbers
- the output type of
ipfs.gethas changed and therecursiveoption has been removed fromipfs.lssince it was not supported everywhere
v51.0.1
Note: Version bump only for package ipfs-http-client
v51.0.0
Bug Fixes
- export ipfs http client type and use option extension for client (#3763) (31bddd4), closes #3749 #3736
Features
- implement dag import/export (#3728) (700765b), closes #2953 #2745
- upgrade to the new multiformats (#3556) (d13d15f)
BREAKING CHANGES
- ipld-formats no longer supported, use multiformat BlockCodecs instead
Co-authored-by: Rod Vagg [email protected] Co-authored-by: achingbrain [email protected]
v50.1.2
Note: Version bump only for package ipfs-http-client
v50.1.1
Bug Fixes
- add onError to pubsub.subscribe types (#3706) (d910aea), closes #3468
- stalling subscription on (node) http-client when daemon is stopped (#3468) (0266abf), closes #3465
v50.1.0
Features
v50.0.0
Bug Fixes
- add missing type import (#3664) (64cc1e1)
- fix types (#3662) (0fe8892)
- loosen input type for swarm.connect and swarm.disconnect (#3673) (46618c7), closes #3638
- mark ipld options as partial (#3669) (f98af8e)
chore
- update node version in docker build (#3603) (087fd1e)
- upgrade deps with new typedefs (#3550) (a418a52)
BREAKING CHANGES
- Minimum supported node version is 14
- 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
v49.0.4
Note: Version bump only for package ipfs-http-client
v49.0.3
Bug Fixes
v49.0.2
Note: Version bump only for package ipfs-http-client
v49.0.1
Note: Version bump only for package ipfs-http-client
v49.0.0
chore
Features
BREAKING CHANGES
- ipfs-repo upgrade requires repo migration to v10
v48.2.2
Note: Version bump only for package ipfs-http-client
v48.2.1
Bug Fixes
v48.2.0
Features
- 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
- allow passing a http.Agent to the grpc client (#3477) (c5f0bc5), closes #3474
v48.1.3
Bug Fixes
- fix ipfs.ls() for a single file object (#3440) (f243dd1)
- regressions introduced by new releases of CID & multicodec (#3442) (b5152d8), closes /github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26
v48.1.2
Note: Version bump only for package ipfs-http-client
v48.1.1
Bug Fixes
v48.1.0
Bug Fixes
Features
- pass file name to add/addAll progress handler (#3372) (69681a7), closes ipfs/js-ipfs-unixfs#87
v48.0.0
Bug Fixes
- disable cors by default (#3275) (3ff833d)
- do not double normalise input url (#3351) (4eb196c), closes #3331
- files ls should return string (#3352) (16ecc74), closes #3345 #2939 #3330 #2948
- use fetch in electron renderer and electron-fetch in main (#3251) (639d71f)
Features
- enable custom formats for dag put and get (#3347) (3250ff4)
- type check & generate defs from jsdoc (#3281) (bbcaf34)
BREAKING CHANGES
- types returned by
ipfs.files.lsare now strings, in line with the docs but different to previous behaviour
Co-authored-by: Geoffrey Cohler [email protected]
-
- CORS origins will need to be configured manually before use with ipfs-http-client
v47.0.1
Note: Version bump only for package ipfs-http-client
v47.0.0
- feat: all uses of node Buffers have been replaced with Uint8Arrays
- feat: all dependencies now use Uint8Arrays in place of node Buffers
BREAKING CHANGES:
- Where node Buffers were returned, Uint8Arrays are now returned
v46.1.2
fix: revert Uint8Arrays in pre-47.x.x version
v46.1.1
fix: Downgrade merge-options to restore node 12 compat when engine-strict is true #3271
v46.1.0
Bug Fixes
Features
- add protocol list to ipfs id (#3250) (1b6cf60)
- add typeScript support (#3236) (be26dd7), closes #2945 #1166
- add typescript support (#3267) (6816bc6), closes #2945 #1166
- ipns publish example (#3207) (91faec6)
- store pins in datastore instead of a DAG (#2771) (64b7fe4)
- update hapi to v20 (#3245) (1aeef89)
v46.0.1
Bug Fixes
v46.0.0
Bug Fixes
- support keychain without pass (#3212) (7e0e85c)
- http-client: allow stream option to be overridden (#3205) (7aba835)
- send blobs when running ipfs-http-client in the browser (#3184) (6b24463), closes #3138
Features
BREAKING CHANGES
- remove support for key.export over the http api
v45.0.0
Bug Fixes
- optional arguments go in the options object (#3118) (8cb8c73)
- still load dag-pb, dag-cbor and raw when specifying custom formats (#3132) (a96e3bc), closes #3129
Features
- add interface and http client versions to version output (#3125) (65f8b23), closes #2878
- store blocks by multihash instead of CID (#3124) (03b17f5)
Breaking Changes
ipfs.addonly works on single items - a Uint8Array, a String, an AsyncIterable<Uint8Array> etcipfs.addAllworks on multiple itemsipfs.dag.resolvereturnsPromise<{ cid, remainderPath }instead ofAsyncIterator<{ value, remainderPath }>- Previously the core api returned an async iterator and the http client returned a simple promise
ipfs.bitswap.wantlist([peer], [options])is split into:ipfs.bitswap.wantlist([options])ipfs.bitswap.wantlistForPeer(peer, [options])
ipfs.bootstrap.add([addr], [options])is split into:ipfs.bootstrap.add(addr, [options])- add a bootstrap nodeipfs.bootstrap.reset()- restore the default list of bootstrap nodes
ipfs.bootstrap.rm([addr], [options])is split into:ipfs.bootstrap.rm(addr, [options])- remove a bootstrap nodeipfs.bootstrap.clear([options])- empty the bootstrap list
ipfs.dag.get(cid, [path], [options])becomesipfs.dag.get(cid, [options])pathis moved into theoptionsobject
ipfs.dag.tree(cid, [path], [options])becomesipfs.dag.tree(cid, [options])pathis moved into theoptionsobject
ipfs.dag.resolve(cid, [path], [options])becomesipfs.dag.resolve(cid, [options])pathis moved into theoptionsobject
ipfs.files.flush([path], [options])becomesipfs.files.flush(path, [options])ipfs.files.ls([path], [options])becomesipfs.files.ls(path, [options])ipfs.object.new([template], [options])becomesipfs.object.new([options])templateis moved into theoptionsobject
ipfs.pin.ls([paths], [options])becomesipfs.pin.ls([options])pathsis moved into theoptionsobject
ipfs.refs.localnow returns a v1 CID with the raw codec for every block and not the original CID by which it was added to the blockstore
v44.3.0
Features
- add config.getAll (#3071) (16587f1)
- support loading arbitrary ipld formats in the http client (#3073) (bd12773)
v44.2.1
Note: Version bump only for package ipfs-http-client
v44.2.0
Features
v44.1.1
Note: Version bump only for package ipfs-http-client
v44.1.0
Bug Fixes
- fixes browser script tag example (#3034) (ee8b769), closes #3027
- remove node globals (#2932) (d0d2f74)
- typeof bug when passing timeout to dag.get (#3035) (026a542)
Features
v44.0.3
Note: Version bump only for package ipfs-http-client
v44.0.2
Bug Fixes
v44.0.1
Bug Fixes
- do not abort dht operation on error responses (#3001) (a69f782), closes #2991
- fix gc tests (#3008) (9f7f03e)
v44.0.0
Bug Fixes
- make http api only accept POST requests (#2977) (943d4a8)
- pass timeout arg to server (#2979) (049f085)
BREAKING CHANGES
-
Where we used to accept all and any HTTP methods, now only POST is accepted. The API client will now only send POST requests too.
-
test: add tests to make sure we are post-only
-
chore: upgrade ipfs-utils
-
fix: return 405 instead of 404 for bad methods
-
fix: reject browsers that do not send an origin
Also fixes running interface tests over http in browsers against js-ipfs
v43.0.1
Bug Fixes
v43.0.0
43.0.0 (2020-03-31)
Bug Fixes
- add default args for ipfs.add (#2950) (a01f5b6)
- dont include util.textencoder in the browser (#2919) (3207e3b)
chore
- move mfs and multipart files into core (#2811) (82b9e08)
- update dep version and ignore interop test for raw leaves (#2747) (6376cec)
Features
BREAKING CHANGES
- When the path passed to
ipfs.files.stat(path)was a hamt sharded dir, the resovled value returned by js-ipfs previously had atypeproperty of with a value of'hamt-sharded-directory'. To bring it in line with go-ipfs this value is now'directory'. - Files that fit into one block imported with either
--cid-version=1or--raw-leaves=truepreviously returned a CID that resolved to a raw node (e.g. a buffer). Returned CIDs now resolve to adag-pbnode that contains a UnixFS entry. This is to allow setting metadata on small files with CIDv1.
v42.0.0
v41.0.1
v41.0.0
v40.2.1
v40.2.0
v40.1.0
v40.0.1
v40.0.0
v39.0.2
v39.0.1
v39.0.0
v38.2.1
v38.2.0
v38.1.0
v38.0.1
v38.0.0
v37.0.3
v37.0.2
v37.0.1
v37.0.0
v36.1.0
v36.0.0
v35.1.1
v35.1.0
v35.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
🦋 Changeset detected
Latest commit: 98a50855428490cbe7ef5a88f2bedfec825055e6
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @graphprotocol/graph-cli | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.