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

build(deps): bump github.com/ipld/go-car from 0.3.0 to 0.6.0 #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps github.com/ipld/go-car from 0.3.0 to 0.6.0.

Release notes

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

v0.6.0

What's Changed

Binaries in releases!

New Contributors

Full Changelog: ipld/go-car@v0.5.0...v0.6.0

v0.4.0

Full Changelog: ipld/go-car@v0.3.3...v0.4.0

v0.3.3

  • Add the ability to supply context.Context to Store and ReadStore interfaces #273
    • This is a breaking change to the API

Full Changelog: ipld/go-car@v0.3.2...v0.3.3

v0.3.2

  • Add optional Options varargs to car.NewSelectiveCar():
    • car.MaxTraversalLinks(uint64) to provide an upper limit on the number of links to traverse during a selector walk
    • car.TraverseLinksOnlyOnce() to instruct the selector traversal to not make repeat visits of the same link (this is only safe in the case of an exhaustive selector, partial selectors may require valid repeat visits of the same link)
  • Update go-ipld-prime to v0.12.3

Full Changelog: ipld/go-car@v0.3.1...v0.3.2

v0.3.1

  • [dce539042a] - chore: make sure we get an error where we expect one (Rod Vagg)
  • [dde2a73215] - chore: refactor header tests to iterate over a struct (Rod Vagg)
  • [2876c180ff] - chore: add header error tests (Rod Vagg)
  • [5bff03e9b7] - fix: lint errors (Rod Vagg)

... (truncated)

Commits
  • 268b65b chore: bump version to 0.6.0
  • 6bf22f6 chore: update v2 deps
  • b28ccf9 chore: update deps
  • c839519 fix: use goreleaser instead
  • 061423c feat: add release-binaries workflow
  • bfc8d73 Merge pull request #357 from leszko/allow-using-walk-func
  • 620c294 Allow using WalkOption in WriteCar function
  • 020b14c fix: update go-block-format to the version that includes the stubs
  • 377b788 feat: upgrade from go-block-format to go-libipfs/blocks
  • 2e16e87 cleanup readme a bit to make the cli more discoverable (#353)
  • 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 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)

MarcelRaschke and others added 2 commits May 21, 2021 15:46
Bumps [github.com/ipld/go-car](https://github.com/ipld/go-car) from 0.3.0 to 0.6.0.
- [Release notes](https://github.com/ipld/go-car/releases)
- [Changelog](https://github.com/ipld/go-car/blob/master/.goreleaser.yaml)
- [Commits](ipld/go-car@v0.3.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2023

The following labels could not be found: topic/dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant