Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

chore(deps): bump github.com/ipfs/boxo from 0.8.1 to 0.9.0 #386

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2023

Bumps github.com/ipfs/boxo from 0.8.1 to 0.9.0.

Release notes

Sourced from github.com/ipfs/boxo's releases.

v0.9.0

Added

  • gateway The gateway were updated to provide better features for users and gateway implementers:
    • New human-friendly error messages.
    • Updated, higher-definition icons in directory listings.
    • Customizable menu items next to "About IPFS" and "Install IPFS".
    • Valid DAG-CBOR and DAG-JSON blocks now provide a preview, where links can be followed.
  • ipns add ValidateWithPeerID and UnmarshalIpnsEntry helpers. (ipfs/boxo#292)
  • 🛠 coreiface/tests add *testing.T argument to the swarm provider. (ipfs/boxo#321)

Changed

  • 🛠 boxo/pinner some listing methods have been changed to now return a <-chan StreamedCid. This allows the consumption of pins while the pinner is listing them, which for large pinset can take a long time. (ipfs/boxo#336) The concerned methods are:
    • DirectKeys
    • RecursiveKeys
    • InternalKeys
  • 🛠 provider/batched.New has been moved to provider.New and arguments has been changed. (ipfs/boxo#273)
    • a routing system is now passed with the provider.Online option, by default the system run in offline mode (push stuff onto the queue); and
    • you do not have to pass a queue anymore, you pass a datastore.Datastore exclusively.
  • 🛠 provider.NewOfflineProvider has been renamed to provider.NewNoopProvider to show more clearly that is does nothing. (ipfs/boxo#273)
  • 🛠 provider.Provider and provider.Reprovider has been merged under one provider.System. (ipfs/boxo#273)
  • 🛠 routing/http responses now return a streaming iter.ResultIter generic interface. (ipfs/boxo#18)
  • 🛠 coreiface add options and AllowOffline option to RoutingAPI.Put. (ipfs/boxo#278)
  • 🛠 gateway now has deserialized responses turned off by default. This can be configured via DeserializedResponses. (ipfs/boxo#252)

Removed

  • 🛠 provider/queue has been moved to provider/internal/queue. (ipfs/boxo#273)
  • 🛠 provider/simple has been removed, now instead you can use provider.New because it accept non batched routing systems and use type assertion for the ProvideMany call, giving a single implementation. (ipfs/boxo#273)
  • 🛠 provider.NewSystem has been removed, provider.New now returns a provider.System directly. (ipfs/boxo#273)

Fixed

  • gateway fix panics by returning in all error cases. (ipfs/boxo#314)
  • gateway avoid duplicate payload during subdomain redirects. (ipfs/boxo#326)
  • gateway correctly handle question marks in URL when redirecting. (ipfs/boxo#313)

Security

None

What's Changed

... (truncated)

Changelog

Sourced from github.com/ipfs/boxo's changelog.

[0.9.0] - 2023-06-08

Added

  • gateway The gateway were updated to provide better features for users and gateway implementers:
    • New human-friendly error messages.
    • Updated, higher-definition icons in directory listings.
    • Customizable menu items next to "About IPFS" and "Install IPFS".
    • Valid DAG-CBOR and DAG-JSON blocks now provide a preview, where links can be followed.
  • ipns add ValidateWithPeerID and UnmarshalIpnsEntry helpers. (ipfs/boxo#292)
  • 🛠 coreiface/tests add *testing.T argument to the swarm provider. (ipfs/boxo#321)

Changed

  • 🛠 boxo/pinner some listing methods have been changed to now return a <-chan StreamedCid. This allows the consumption of pins while the pinner is listing them, which for large pinset can take a long time. (ipfs/boxo#336) The concerned methods are:
    • DirectKeys
    • RecursiveKeys
    • InternalKeys
  • 🛠 provider/batched.New has been moved to provider.New and arguments has been changed. (ipfs/boxo#273)
    • a routing system is now passed with the provider.Online option, by default the system run in offline mode (push stuff onto the queue); and
    • you do not have to pass a queue anymore, you pass a datastore.Datastore exclusively.
  • 🛠 provider.NewOfflineProvider has been renamed to provider.NewNoopProvider to show more clearly that is does nothing. (ipfs/boxo#273)
  • 🛠 provider.Provider and provider.Reprovider has been merged under one provider.System. (ipfs/boxo#273)
  • 🛠 routing/http responses now return a streaming iter.ResultIter generic interface. (ipfs/boxo#18)
  • 🛠 coreiface add options and AllowOffline option to RoutingAPI.Put. (ipfs/boxo#278)
  • 🛠 gateway now has deserialized responses turned off by default. This can be configured via DeserializedResponses. (ipfs/boxo#252)

Removed

  • 🛠 provider/queue has been moved to provider/internal/queue. (ipfs/boxo#273)
  • 🛠 provider/simple has been removed, now instead you can use provider.New because it accept non batched routing systems and use type assertion for the ProvideMany call, giving a single implementation. (ipfs/boxo#273)
  • 🛠 provider.NewSystem has been removed, provider.New now returns a provider.System directly. (ipfs/boxo#273)

Fixed

  • gateway fix panics by returning in all error cases. (ipfs/boxo#314)
  • gateway avoid duplicate payload during subdomain redirects. (ipfs/boxo#326)
  • gateway correctly handle question marks in URL when redirecting. (ipfs/boxo#313)

Security

None

Commits
  • a85e005 chore: release v0.9.0
  • 2160a8e changelog: update for 0.8.1 and 0.9.0
  • e44e658 provider: second round of reprovider refactor
  • 5e3d0e0 feat(ipld/merkledag/pb): change protobuf internal registry name to unixfs.v1....
  • f29903b feat(unixfs): change protobuf package name to unixfs.v1.pb to prevent collisi...
  • ade5ad0 feat(ipld/merkledag): remove use of go-ipld-format global registry
  • b190da0 feat(ipld/merkledag): updated to use its own global go-ipld-legacy registry i...
  • 2185f40 chore: do not rely on deprecated logger
  • 0927be4 changelog: add changelog for async pin listing (#336)
  • e2fc7f2 pinner: change the interface to have async pin listing
  • 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)

Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.8.1...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from evan-forbes and rach-id as code owners June 9, 2023 03:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2023

The following labels could not be found: automerge.

@codecov-commenter
Copy link

Codecov Report

Merging #386 (2819472) into main (35b5df9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   44.17%   44.17%           
=======================================
  Files          26       26           
  Lines        1967     1967           
=======================================
  Hits          869      869           
  Misses        982      982           
  Partials      116      116           

@rach-id rach-id merged commit 1bc7d37 into main Jun 9, 2023
@rach-id rach-id deleted the dependabot/go_modules/github.com/ipfs/boxo-0.9.0 branch June 9, 2023 06:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants