Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Update ipfs-http-client to the latest version 🚀 #2079

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 21, 2019

The dependency ipfs-http-client was updated from 31.1.0 to 32.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v32.0.0

Bug Fixes

  • handle empty array return value in dht.findProvs (#1003) (15ab7c5)

Chores

BREAKING CHANGES

  • The default string encoding for version 1 CIDs has changed to base32.

IPLD formats have been updated to the latest versions. IPLD nodes returned by ipfs.dag and ipfs.object commands have significant breaking changes. If you are using these commands in your application you are likely to encounter the following changes to dag-pb nodes (the default node type that IPFS creates):

  • DAGNode properties have been renamed as follows:
    • data => Data
    • links => Links
    • size => size (Note: no change)
  • DAGLink properties have been renamed as follows:
    • cid => Hash
    • name => Name
    • size => Tsize

See CHANGELOGs for each IPLD format for it's respective changes, you can read more about the dag-pb changes in the CHANGELOG

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

Commits

The new version differs by 5 commits.

  • 6ce77f7 chore: release version v32.0.0
  • e22afea chore: update contributors
  • a423d7f chore: update ipld formats (#1010)
  • 961fc4a chore: appease linter
  • 15ab7c5 fix: handle empty array return value in dht.findProvs (#1003)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@alanshaw
Copy link
Member

Will be updated in #2068

@alanshaw alanshaw closed this May 21, 2019
@alanshaw alanshaw deleted the greenkeeper/ipfs-http-client-32.0.0 branch May 21, 2019 09:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant