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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

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

Release notes

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

v2.13.1

What's Changed

Addresses an erroneous change in behaviour introduced in v2.12.0 whereby the BlockMetadata returned by BlockReader#SkipNext() records Offset for the block bytes rather than the CAR section byte offset. This release restores the original behaviour for CARv1 data and also includes the fix in v2.12.0 that brings CARv2 parsing behaviour into parity with CARv1 behaviour.

Full Changelog: v2.13.0...v2.13.1

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: v2.12.0...v2.13.0

v2.12.0

What's Changed

Dependency updates

Full Changelog: v2.11.0...v2.12.0

Commits
  • 86d6af2 fix: BlockMetadata#Offset should be for section, not block data
  • 5b2e696 chore(deps): bump actions/checkout from 3 to 4
  • 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
  • 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 <dependency name> 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)

Bumps [github.com/ipld/go-car/v2](https://github.com/ipld/go-car) from 2.11.0 to 2.13.1.
- [Release notes](https://github.com/ipld/go-car/releases)
- [Changelog](https://github.com/ipld/go-car/blob/master/.goreleaser.yaml)
- [Commits](v2.11.0...v2.13.1)

---
updated-dependencies:
- dependency-name: github.com/ipld/go-car/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 11, 2023
@rvagg rvagg merged commit 9fdb752 into master Sep 11, 2023
17 checks passed
@rvagg rvagg deleted the dependabot/go_modules/cmd/github.com/ipld/go-car/v2-2.13.1 branch September 11, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant