fix(deps): update dependency ipfs to ^0.66.0 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.26.0
->^0.66.0
Release Notes
ipfs/js-ipfs (ipfs)
v0.66.1
: ipfs ipfs-v0.66.1Compare Source
Bug Fixes
Dependencies
v0.66.0
: ipfs ipfs-v0.66.0Compare Source
⚠ BREAKING CHANGES
Bug Fixes
Dependencies
v0.65.0
: ipfs ipfs-v0.65.0Compare Source
See the upgrade guide.
⚠ BREAKING CHANGES
[email protected]
which has different config. See the migration guide here: https://github.com/libp2p/js-libp2p/blob/master/doc/migrations/v0.39-v0.40.mdFeatures
Dependencies
v0.64.2
: ipfs ipfs-v0.64.2Compare Source
Bug Fixes
Dependencies
v0.64.1
: ipfs ipfs-v0.64.1Compare Source
Dependencies
v0.64.0
: ipfs ipfs-v0.64.0Compare Source
See the upgrade guide.
⚠ BREAKING CHANGES
deps
Dependencies
v0.63.5
: ipfs ipfs-v0.63.5Compare Source
Dependencies
v0.63.4
: ipfs ipfs-v0.63.4Compare Source
Bug Fixes
Dependencies
v0.63.3
: ipfs ipfs-v0.63.3Compare Source
Dependencies
v0.63.2
: ipfs ipfs-v0.63.2Compare Source
Dependencies
v0.63.1
: ipfs ipfs-v0.63.1Compare Source
Dependencies
v0.63.0
: ipfs ipfs-v0.63.0Compare Source
See the upgrade guide.
⚠ BREAKING CHANGES
Features
Dependencies
v0.62.3
: ipfs ipfs-v0.62.3Compare Source
Bug Fixes
Dependencies
v0.62.2
: ipfs ipfs-v0.62.2Compare Source
Dependencies
v0.62.1
: ipfs ipfs-v0.62.1Compare Source
Dependencies
v0.62.0
: ipfs ipfs-v0.62.0Compare Source
⚠ BREAKING CHANGES
Features
Dependencies
v0.61.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
pubsub
commands 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/8183ipfs.dag.put
no longer accepts aformat
arg, it is nowstoreCodec
andinputCodec
.'json'
has become'dag-json'
,'cbor'
has become'dag-cbor'
and so onv0.60.2
Compare Source
Note: Version bump only for package ipfs
v0.60.0
Compare Source
Bug Fixes
BREAKING CHANGES
ipfs.add
or single items toipfs.addAll
(n.b. you can still pass a list of a single item toipfs.addAll
)v0.59.1
Compare Source
Note: Version bump only for package ipfs
v0.59.0
Compare Source
Features
BREAKING CHANGES
globSource(dir, opts)
toglobSource(dir, pattern, opts)
v0.58.6
Compare Source
Note: Version bump only for package ipfs
v0.58.5
Compare Source
Note: Version bump only for package ipfs
v0.58.4
Compare Source
Note: Version bump only for package ipfs
v0.58.3
Compare Source
Bug Fixes
v0.58.2
Compare Source
Note: Version bump only for package ipfs
v0.58.1
Compare Source
Note: Version bump only for package ipfs
v0.58.0
Compare Source
Features
Bug Fixes
v0.57.1
Compare Source
Note: Version bump only for package ipfs
v0.57.0
Compare Source
Bug Fixes
Features
Ed25519
keys by default (#3693 (33fa734)BREAKING CHANGES
ipfs.get
has changed and therecursive
option has been removed fromipfs.ls
since it was not supported everywherev0.56.2
Compare Source
Note: Version bump only for package ipfs
v0.56.1
Compare Source
Note: Version bump only for package ipfs
v0.56.0
Compare Source
Features
BREAKING CHANGES
BUG FIXES
v0.55.4
Compare Source
Note: Version bump only for package ipfs
v0.55.3
Compare Source
Bug Fixes
v0.55.2
Compare Source
Note: Version bump only for package ipfs
v0.55.1
Compare Source
Note: Version bump only for package ipfs
v0.55.0
Compare Source
Bug Fixes
chore
BREAKING CHANGES
v0.54.5
Compare Source
Note: Version bump only for package ipfs
v0.54.4
Compare Source
Note: Version bump only for package ipfs
v0.54.3
Compare Source
Bug Fixes
v0.54.2
Compare Source
Note: Version bump only for package ipfs
v0.54.1
Compare Source
Note: Version bump only for package ipfs
v0.54.0
Compare Source
Bug Fixes
chore
Features
BREAKING CHANGES
v0.53.2
Compare Source
Note: Version bump only for package ipfs
v0.53.1
Compare Source
Note: Version bump only for package ipfs
v0.53.0
Compare Source
chore
Features
BREAKING CHANGES
Co-authored-by: Hugo Dias [email protected]
v0.52.3
Compare Source
Bug Fixes
v0.52.2
Compare Source
Note: Version bump only for package ipfs
v0.52.1
Compare Source
Bug Fixes
v0.52.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v0.51.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
Closes https://github.com/ipfs/js-ipfs/issues/3210
Co-authored-by: achingbrain [email protected]
v0.50.2
Compare Source
Note: Version bump only for package ipfs
v0.50.1
Compare Source
fix: Downgrade merge-options to restore node 12 compat when engine-strict is true #3271
v0.50.0
Compare Source
Features
v0.49.1
Compare Source
Bug Fixes
v0.49.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v0.48.2
Compare Source
Note: Version bump only for package ipfs
v0.48.1
Compare Source
Bug Fixes
v0.48.0
Compare Source
Bug Fixes
Features
Breaking Changes
ipfs.add
only works on single items - a Uint8Array, a String, an AsyncIterable etcipfs.addAll
works on multiple itemsipfs.dag.resolve
returnsPromise<{ cid, remainderPath }
instead ofAsyncIterator<{ value, remainderPath }>
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 nodesipfs.bootstrap.rm([addr], [options])
is split into:ipfs.bootstrap.rm(addr, [options])
- remove a bootstrap nodeipfs.bootstrap.clear([options])
- empty the bootstrap listipfs.dag.get(cid, [path], [options])
becomesipfs.dag.get(cid, [options])
path
is moved into theoptions
objectipfs.dag.tree(cid, [path], [options])
becomesipfs.dag.tree(cid, [options])
path
is moved into theoptions
objectipfs.dag.resolve(cid, [path], [options])
becomesipfs.dag.resolve(cid, [options])
path
is moved into theoptions
objectipfs.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])
template
is moved into theoptions
objectipfs.pin.ls([paths], [options])
becomesipfs.pin.ls([options])
paths
is moved into theoptions
objectipfs.refs.local
now returns a v1 CID with the raw codec for every block and not the original CID by which it was added to the blockstorev0.47.0
Compare Source
Bug Fixes
Features
v0.46.1
Compare Source
Note: Version bump only for package ipfs
v0.46.0
Compare Source
Bug Fixes
ipfs.config.get([key,] [options])
-key
is optional again (#3069) (d043138)Features
ipfs.dag.get
for example) will now cause those blocks to be removed from your wantlist (ipfs/js-ipfs-bitswap#214)ipfs.dht.get(key, [options])
accepts a string or a buffer askey
(#3013) (0900bb9)Breaking Changes
Core API
ipfs.ls
no longer supports asort
option (#3013) (0900bb9)ipfs.key.gen
defaults to 2048 bit RSA keys (#3013) (0900bb9)CLI
ipfs files ls
no longer supports the-U
(unsorted) flag (#3013) (0900bb9)HTTP API
POST /api/v0/pin/list
no longer supports non-streaming responses (#3013) (0900bb9)HTTP API Client
ipfs.dht.get
resolves to a Buffer in line with the core api (#3013) (0900bb9)v0.45.0
Compare Source
Features
v0.44.0
Compare Source
Bug Fixes
Features
v0.43.3
Compare Source
Note: Version bump only for package ipfs
v0.43.2
Compare Source
Bug Fixes
v0.43.1
Compare Source
Bug Fixes
Features
v0.43.0
Compare Source
Bug Fixes
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
v0.42.1
Compare Source
Bug Fixes
v0.42.0
Compare Source
0.42.0 (2020-03-31)
Bug Fixes
chore
Features
BREAKING CHANGES
ipfs.files.stat(path)
was a hamt sharded dir, the resovledvalue returned by js-ipfs previously had a
type
property of with a value of'hamt-sharded-directory'
. To bring it in line with go-ipfs this value is now'directory'
.--cid-version=1
or
--raw-leaves=true
previously returned a CID that resolved toa raw node (e.g. a buffer). Returned CIDs now resolve to a
dag-pb
node that contains a UnixFS entry. This is to allow setting metadata
on small files with CIDv1.
v0.41.2
Compare Source
v0.41.1
Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.