gomobile-ipfs
gomobile-ipfs copied to clipboard
build(deps): bump github.com/ipfs/go-merkledag from 0.6.0 to 0.8.1 in /go
Bumps github.com/ipfs/go-merkledag from 0.6.0 to 0.8.1.
Release notes
Sourced from github.com/ipfs/go-merkledag's releases.
v0.8.1
What's Changed
- feat: improve broken cid.Builder testing for CidBuilder by
@rvaggin ipfs/go-merkledag#93- feat: remove panic() from non-error methods by
@rvaggipfs/go-merkledag#93Full Changelog: https://github.com/ipfs/go-merkledag/compare/v0.8.0...v0.8.1
v0.8.0
What's Changed
- feat: check that the CidBuilder hasher is usable by
@rvaggin ipfs/go-merkledag#91- feat: check links on setting and sanitise on encoding by
@rvaggin ipfs/go-merkledag#92Breaking API changes in this release are the addition of
errorreturns which should be checked:
(*ProtoNode).SetCidBuilder: changed fromfunc(github.com/ipfs/go-cid.Builder)tofunc(github.com/ipfs/go-cid.Builder) error(*ProtoNode).SetLinks: changed fromfunc([]*github.com/ipfs/go-ipld-format.Link)tofunc([]*github.com/ipfs/go-ipld-format.Link) errorAdditional errors may be returned on
ProtoNodestate change operations where those changes may put theProtoNodeinstance into an unencodable state.Full Changelog: https://github.com/ipfs/go-merkledag/compare/v0.7.0...v0.8.0
v0.7.0
What's Changed
- sync: update CI config files by
@web3-botin ipfs/go-merkledag#84- chore(deps): bump github.com/ipld/go-codec-dagpb from 1.3.0 to 1.3.1 by
@dependabotin ipfs/go-merkledag#85- fix!: keep ProtoNode deserialised state stable until explicit mutation by
@rvaggin ipfs/go-merkledag#87- sync: update CI config files by
@web3-botin ipfs/go-merkledag#88Full Changelog: https://github.com/ipfs/go-merkledag/compare/v0.6.0...v0.7.0
Commits
503ecaachore: bump version to 0.8.1738cf43feat: remove panic() from non-error methods51b4c32feat: improve broken cid.Builder testing for CidBuilder0e4726dchore: bump version to 0.8.062ec19cdoc: document potential panics and how to avoid them3b5c1effix: simplify Cid generation cache & usage2a1cd35feat: check links on setting and sanitise on encodingbb220e8feat: check that the CidBuilder hasher is usable8335efdchore: bump version to 0.7.05d2c09dfix: remove use of ioutil- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.