Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ipfs to v0.55.3 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 30, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipfs 0.46.1 -> 0.55.3 age adoption passing confidence

Release Notes

ipfs/js-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
  • 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

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
  • enable upnp nat hole punching (#​3426)
  • support remote pinning services in ipfs-http-client (#​3293) (ba240fd)
BREAKING CHANGES
  • ipfs-repo upgrade requires repo migration to v10 in the browser

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 hugomrdias@gmail.com

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
  • only dag-pb, dag-cbor and raw formats are supported out of the box, any others will need to be configured during node startup.

v0.51.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • this removes support for SECIO making Noise the only security transport.

Closes ipfs/js-ipfs#3210

Co-authored-by: achingbrain alex@achingbrain.net

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
  • remove support for key.export over the http api

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 etc
  • ipfs.addAll works on multiple items
  • ipfs.dag.resolve returns Promise<{ cid, remainderPath } instead of AsyncIterator<{ 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 node
    • ipfs.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 node
    • ipfs.bootstrap.clear([options]) - empty the bootstrap list
  • ipfs.dag.get(cid, [path], [options]) becomes ipfs.dag.get(cid, [options])
    • path is moved into the options object
  • ipfs.dag.tree(cid, [path], [options]) becomes ipfs.dag.tree(cid, [options])
    • path is moved into the options object
  • ipfs.dag.resolve(cid, [path], [options]) becomes ipfs.dag.resolve(cid, [options])
    • path is moved into the options object
  • ipfs.files.flush([path], [options]) becomes ipfs.files.flush(path, [options])
  • ipfs.files.ls([path], [options]) becomes ipfs.files.ls(path, [options])
  • ipfs.object.new([template], [options]) becomes ipfs.object.new([options])
    • template is moved into the options object
  • ipfs.pin.ls([paths], [options]) becomes ipfs.pin.ls([options])
    • paths is moved into the options object
  • ipfs.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 blockstore

v0.47.0

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ipfs-0.x branch from a82809d to 34aa539 Compare April 1, 2021 04:18
@renovate renovate bot force-pushed the renovate/ipfs-0.x branch from 34aa539 to b3a5bca Compare May 7, 2021 16:01
@renovate renovate bot changed the title fix(deps): update dependency ipfs to v0.54.4 fix(deps): update dependency ipfs to v0.54.5 May 7, 2021
@renovate renovate bot force-pushed the renovate/ipfs-0.x branch from b3a5bca to c6dd90b Compare May 10, 2021 15:59
@renovate renovate bot changed the title fix(deps): update dependency ipfs to v0.54.5 fix(deps): update dependency ipfs to v0.55.0 May 10, 2021
@renovate renovate bot force-pushed the renovate/ipfs-0.x branch from c6dd90b to 7e45ce6 Compare May 11, 2021 18:33
@renovate renovate bot changed the title fix(deps): update dependency ipfs to v0.55.0 fix(deps): update dependency ipfs to v0.55.1 May 11, 2021
@renovate renovate bot force-pushed the renovate/ipfs-0.x branch from 7e45ce6 to b19887e Compare May 26, 2021 10:15
@renovate renovate bot changed the title fix(deps): update dependency ipfs to v0.55.1 fix(deps): update dependency ipfs to v0.55.2 May 26, 2021
@renovate renovate bot force-pushed the renovate/ipfs-0.x branch from b19887e to da06f16 Compare June 6, 2021 20:24
@renovate renovate bot changed the title fix(deps): update dependency ipfs to v0.55.2 fix(deps): update dependency ipfs to v0.55.3 Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant