ipld / go-car

A content addressible archive utility
Other
145 stars 44 forks source link

chore(deps): bump github.com/ipld/go-car/v2 from 2.11.0 to 2.13.0 in /cmd #496

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/ipld/go-car/v2 from 2.11.0 to 2.13.0.

Release notes

Sourced from github.com/ipld/go-car/v2's releases.

v2.13.0

What's Changed

Added new github.com/ipld/go-car/v2/storage/deferred package with DeferredCarWriter. Useful for cases where streaming a CAR that you don't want to begin until you know you've got data to write but need to set up a WritableStorage early.

By @​rvagg in ipld/go-car#493

Full Changelog: https://github.com/ipld/go-car/compare/v2.12.0...v2.13.0

v2.12.0

What's Changed

Dependency updates

Full Changelog: https://github.com/ipld/go-car/compare/v2.11.0...v2.12.0

Commits
  • 7b8decb fix: add closed check, expose storage.ErrClosed
  • e9e60af fix: switch constructor args to match storage.New*, make roots plural
  • 7319768 feat: add DeferredCarWriter
  • 09d23db feat: fix BlockReader#SkipNext & add SourceOffset property
  • 72edbd2 chore(deps): bump github.com/ipfs/go-unixfsnode in /v2
  • 4d830ae chore(deps): bump github.com/ipfs/go-block-format from 0.1.2 to 0.2.0
  • 3dda1d3 chore(deps): bump github.com/ipfs/go-ipld-format in /v2
  • ccd4b95 chore(deps): bump github.com/ipfs/go-ipld-format from 0.5.0 to 0.6.0
  • 8ea9955 chore(deps): bump github.com/ipfs/go-ipld-format in /cmd
  • 508590a chore(deps): bump github.com/ipfs/go-block-format in /v2
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 10 months ago

Superseded by #499.