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/ipfs/go-graphsync from 0.14.4 to 0.15.0 #10128

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/ipfs/go-graphsync from 0.14.4 to 0.15.0.

Release notes

Sourced from github.com/ipfs/go-graphsync's releases.

v0.15.0

What's Changed

Notable changes

  • Go minimum has been increased from 1.19 to 1.20
  • [email protected]
  • Fixes for identity CID handling
  • Fixes to properly support byte-range selectors for sharded UnixFS files

Commits

  • [dd962a3291] - v0.15.0 bump (Rod Vagg)
  • [f0fa86553a] - chore: add identity CID parse tests (Rod Vagg)
  • [1be7c1a203] - fix: traverser should skip over identity CIDs (Rod Vagg)
  • [94b2566ee5] - fix(ipld): update ipld deps, only slurp LargeBytesNode when matching (Rod Vagg)
  • [3a753b89aa] - chore: go mod tidy (Rod Vagg)
  • [6133b9df7c] - chore: bump go-libp2p and/or quic-go to latest version (web3-bot)
  • [343b7e9a25] - chore: bump go.mod to Go 1.20 and run go fix (web3-bot)
  • [a82f509115] - chore: bump go.mod to Go 1.20 and run go fix (web3-bot)
  • [e71ac280ba] - ci: uci/copy-templates (#430) (web3-bot)
  • [36862dae61] - chore: delete templates [skip ci] (#429) (web3-bot)
  • [34a7a1e605] - docs(version): update for v0.14.7 (hannahhoward) Full Changelog: ipfs/go-graphsync@v0.14.7...v0.15.0

v0.14.9

What's Changed

Full Changelog: ipfs/go-graphsync@v0.14.8...v0.14.9

v0.14.8

This is a single-commit backport release off the release/v0.14.x branch:

  • fix(ipld): update ipld deps, only slurp LargeBytesNode when matching @​rvagg #433

v0.14.7

What's Changed

Full Changelog: ipfs/go-graphsync@v0.14.6...v0.14.7

v0.14.6

What's Changed

Full Changelog: ipfs/go-graphsync@v0.14.5...v0.14.6

... (truncated)

Changelog

Sourced from github.com/ipfs/go-graphsync's changelog.

go-graphsync changelog

go-graphsync v0.14.7

Critical fix for request/response message loop

Changelog

  • github.com/ipfs/go-graphsync:
    • Handle context cancellation properly (#428) (ipfs/go-graphsync#428)
    • chore: Update .github/workflows/stale.yml [skip ci]
    • chore: Update .github/workflows/stale.yml [skip ci]

Contributors

Contributor Commits Lines ± Files Changed
Hannah Howard 1 +70/-42 3
GitHub 2 +6/-19 2

go-graphsync v0.14.6

MaxLinks feature

Changelog

Contributors

Contributor Commits Lines ± Files Changed
Rod Vagg 1 +153/-89 8
Hannah Howard 1 +1/-1 1

go-graphsync v0.14.5

Fix issue in merge from Boost branch

Changelog

Contributors

| Contributor | Commits | Lines ± | Files Changed |

... (truncated)

Commits
  • df6a216 v0.15.0 bump
  • f0fa865 chore: add identity CID parse tests
  • 1be7c1a fix: traverser should skip over identity CIDs
  • 94b2566 fix(ipld): update ipld deps, only slurp LargeBytesNode when matching
  • 3a753b8 chore: go mod tidy
  • 6133b9d chore: bump go-libp2p and/or quic-go to latest version
  • 343b7e9 chore: bump go.mod to Go 1.20 and run go fix
  • a82f509 chore: bump go.mod to Go 1.20 and run go fix
  • e71ac28 ci: uci/copy-templates (#430)
  • 36862da chore: delete templates [skip ci] (#429)
  • 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/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.14.4 to 0.15.0.
- [Release notes](https://github.com/ipfs/go-graphsync/releases)
- [Changelog](https://github.com/ipfs/go-graphsync/blob/main/CHANGELOG.md)
- [Commits](ipfs/go-graphsync@v0.14.4...v0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2023

Superseded by #10136.

@dependabot dependabot bot closed this Sep 21, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ipfs/go-graphsync-0.15.0 branch September 21, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/dependencies Topic dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants