An option DisableHTMLErrors has been added to gateway.Config. When this option
is true, pretty HTML error pages for web browsers are disabled. Instead, a
text/plain page with the raw error message as the body is returned.
✨ The routing/http implements Delegated Peer Routing introduced in IPIP-417.
Changed
🛠 The routing/http package received the following modifications:
Client GetIPNSRecord and PutIPNSRecord have been renamed to GetIPNS and
PutIPNS, respectively. Similarly, the required function names in the server
ContentRouter have also been updated.
ReadBitswapProviderRecord has been renamed to BitswapRecord and marked as deprecated.
From now on, please use the protocol-agnostic PeerRecord for most use cases. The new
Peer Schema has been introduced in IPIP-417.
Removed
🛠 The routing/http package experienced following removals:
Server and client no longer support the experimental Provide method.
ProvideBitswap is still usable, but marked as deprecated. A protocol-agnostic
provide mechanism is being worked on in IPIP-378.
Server no longer exports FindProvidersPath and ProvidePath.
Fixed
The normalization of DNSLink identifiers in gateway has been corrected in the edge
case where the value passed to the path component of the URL is already normalized.
An option DisableHTMLErrors has been added to gateway.Config. When this option
is true, pretty HTML error pages for web browsers are disabled. Instead, a
text/plain page with the raw error message as the body is returned.
Changed
Removed
Fixed
Security
[v0.13.0]
Added
✨ The routing/http implements Delegated Peer Routing introduced in IPIP-417.
Changed
🛠 The routing/http package received the following modifications:
Client GetIPNSRecord and PutIPNSRecord have been renamed to GetIPNS and
PutIPNS, respectively. Similarly, the required function names in the server
ContentRouter have also been updated.
ReadBitswapProviderRecord has been renamed to BitswapRecord and marked as deprecated.
From now on, please use the protocol-agnostic PeerRecord for most use cases. The new
Peer Schema has been introduced in IPIP-417.
Removed
🛠 The routing/http package experienced following removals:
Server and client no longer support the experimental Provide method.
ProvideBitswap is still usable, but marked as deprecated. A protocol-agnostic
provide mechanism is being worked on in IPIP-378.
Server no longer exports FindProvidersPath and ProvidePath.
Fixed
The normalization of DNSLink identifiers in gateway has been corrected in the edge
case where the value passed to the path component of the URL is already normalized.
Security
[v0.12.0]
Added
... (truncated)
Commits
e0d4b3e Merge pull request #469 from ipfs/release-v0.13.1
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 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/boxo from 0.11.0 to 0.13.1.
Release notes
Sourced from github.com/ipfs/boxo's releases.
... (truncated)
Changelog
Sourced from github.com/ipfs/boxo's changelog.
... (truncated)
Commits
e0d4b3e
Merge pull request #469 from ipfs/release-v0.13.1c891b6d
chore: version 0.13.1b1613de
docs: changelog for 0.13.1339ec17
feat(gateway): add DisableHTMLErrors option0d10169
fix(gateway): ipfs install linkf93d563
Merge pull request #467 from ipfs/release33ff595
Merge pull request #465 from ipfs/release-v0.13.0f0ff3ce
chore: bump to v0.13.0857bb53
docs: update changelog for v0.13.068914ea
fix(gateway): normalization of DNSLink inlining (#462)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