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
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.
The dependency ipfs-http-client was updated from
31.1.0
to32.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
Chores
BREAKING CHANGES
base32
.IPLD formats have been updated to the latest versions. IPLD nodes returned by
ipfs.dag
andipfs.object
commands have significant breaking changes. If you are using these commands in your application you are likely to encounter the following changes todag-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 CHANGELOGLicense: 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 🌴