Skip to content

Bump github.com/ipfs/boxo from 0.8.1 to 0.9.0#62

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/ipfs/boxo-0.9.0
Closed

Bump github.com/ipfs/boxo from 0.8.1 to 0.9.0#62
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/ipfs/boxo-0.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 8, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2023

Superseded by #63.

@dependabot dependabot bot closed this Jun 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ipfs/boxo-0.9.0 branch June 9, 2023 23:56
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.

0 participants

Comments