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/boxo from 0.15.0 to 0.16.0 #3057

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps github.com/ipfs/boxo from 0.15.0 to 0.16.0.

Release notes

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

v0.16.0

Changed

  • 🛠 boxo/namesys: now fails when multiple valid DNSLink entries are found for the same domain. This used to cause undefined behavior before. Now, we return an error, according to the specification.

Removed

  • 🛠 boxo/gateway: removed support for undocumented legacy ipfs-404.html. Use _redirects instead.
  • 🛠 boxo/namesys: removed support for legacy DNSLink entries at the root of the domain. Use _dnslink. TXT record instead.
  • 🛠 boxo/coreapi, an intrinsic part of Kubo, has been removed and moved to kubo/core/coreiface.

Fixed

  • boxo/gateway
    • a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right conditions were met.
    • no longer emits http: superfluous response.WriteHeader warnings when an error happens.

What's Changed

New Contributors

Full Changelog: ipfs/boxo@v0.15.0...v0.16.0

Changelog

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

[v0.16.0]

Changed

  • 🛠 boxo/namesys: now fails when multiple valid DNSLink entries are found for the same domain. This used to cause undefined behavior before. Now, we return an error, according to the specification.

Removed

  • 🛠 boxo/gateway: removed support for undocumented legacy ipfs-404.html. Use _redirects instead.
  • 🛠 boxo/namesys: removed support for legacy DNSLink entries at the root of the domain. Use _dnslink. TXT record instead.
  • 🛠 boxo/coreapi, an intrinsic part of Kubo, has been removed and moved to kubo/core/coreiface.

Fixed

  • boxo/gateway
    • a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right conditions were met.
    • no longer emits http: superfluous response.WriteHeader warnings when an error happens.
Commits
  • 709c7c6 Merge pull request #518 from ipfs/release-v0.16.0
  • df09068 chore: bump to 0.16.0
  • 9afc46a changelog: prepare 0.16.0
  • 08959f2 coreiface: remove and move to Kubo
  • d06f7ff fix(gateway): no duplicate WriteHeader calls (#515)
  • 438b8a6 bitswap/client: explain what the options do
  • fe55533 fix: all go-log import to v2
  • 50f8a08 test: positive and negative test for multi dnslink
  • 006c1c9 changelog: add namesys entries
  • 7b5207a feat!: remove support for legacy root dnslink, plumb errors
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from renaynay as a code owner December 25, 2023 11:05
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Dec 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (43ce44a) 50.99% compared to head (bace467) 50.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3057      +/-   ##
==========================================
- Coverage   50.99%   50.95%   -0.04%     
==========================================
  Files         176      176              
  Lines       11172    11172              
==========================================
- Hits         5697     5693       -4     
- Misses       4977     4978       +1     
- Partials      498      501       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.15.0...v0.16.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 force-pushed the dependabot/go_modules/github.com/ipfs/boxo-0.16.0 branch from b39b8c0 to bace467 Compare January 2, 2024 10:13
@ramin ramin merged commit 87a7a1a into main Jan 2, 2024
15 of 17 checks passed
@ramin ramin deleted the dependabot/go_modules/github.com/ipfs/boxo-0.16.0 branch January 2, 2024 10:29
renaynay pushed a commit to renaynay/celestia-node that referenced this pull request Jan 15, 2024
…aorg#3057)

Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.15.0
to 0.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ipfs/boxo/releases">github.com/ipfs/boxo's
releases</a>.</em></p>
<blockquote>
<h2>v0.16.0</h2>
<h2>Changed</h2>
<ul>
<li>🛠 <code>boxo/namesys</code>: now fails when multiple valid DNSLink
entries are found for the same domain. This used to cause undefined
behavior before. Now, we return an error, according to the <a
href="https://dnslink.dev/">specification</a>.</li>
</ul>
<h2>Removed</h2>
<ul>
<li>🛠 <code>boxo/gateway</code>: removed support for undocumented legacy
<code>ipfs-404.html</code>. Use <a
href="https://specs.ipfs.tech/http-gateways/web-redirects-file/"><code>_redirects</code></a>
instead.</li>
<li>🛠 <code>boxo/namesys</code>: removed support for legacy DNSLink
entries at the root of the domain. Use <a
href="https://docs.ipfs.tech/concepts/dnslink/"><code>_dnslink.</code>
TXT record</a> instead.</li>
<li>🛠 <code>boxo/coreapi</code>, an intrinsic part of Kubo, has been
removed and moved to <code>kubo/core/coreiface</code>.</li>
</ul>
<h2>Fixed</h2>
<ul>
<li><code>boxo/gateway</code>
<ul>
<li>a panic (which is recovered) could sporadically be triggered inside
a CAR request, if the right <a
href="https://github.com/ipfs/boxo/pull/511">conditions were
met</a>.</li>
<li>no longer emits <code>http: superfluous response.WriteHeader</code>
warnings when an error happens.</li>
</ul>
</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Merge Release v0.15.0 by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://github.com/ipfs/boxo/pull/506">ipfs/boxo#506</a></li>
<li>feat: remove support for legacy ipfs-404.html by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://github.com/ipfs/boxo/pull/509">ipfs/boxo#509</a></li>
<li>fix: gateway panic because of overshadowed err by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://github.com/ipfs/boxo/pull/511">ipfs/boxo#511</a></li>
<li>fix(namesys): handling of multiple DNSLink TXT records by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://github.com/ipfs/boxo/pull/510">ipfs/boxo#510</a></li>
<li>fix: all go-log import to v2 by <a
href="https://github.com/Dreamacro"><code>@​Dreamacro</code></a> in <a
href="https://github.com/ipfs/boxo/pull/513">ipfs/boxo#513</a></li>
<li>bitswap/client: explain what the options do by <a
href="https://github.com/hsanjuan"><code>@​hsanjuan</code></a> in <a
href="https://github.com/ipfs/boxo/pull/488">ipfs/boxo#488</a></li>
<li>fix(gateway): do not act on template errors by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://github.com/ipfs/boxo/pull/515">ipfs/boxo#515</a></li>
<li>coreiface: remove and move to Kubo by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://github.com/ipfs/boxo/pull/517">ipfs/boxo#517</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Dreamacro"><code>@​Dreamacro</code></a>
made their first contribution in <a
href="https://github.com/ipfs/boxo/pull/513">ipfs/boxo#513</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ipfs/boxo/compare/v0.15.0...v0.16.0">https://github.com/ipfs/boxo/compare/v0.15.0...v0.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ipfs/boxo/blob/main/CHANGELOG.md">github.com/ipfs/boxo's
changelog</a>.</em></p>
<blockquote>
<h2>[v0.16.0]</h2>
<h3>Changed</h3>
<ul>
<li>🛠 <code>boxo/namesys</code>: now fails when multiple valid DNSLink
entries are found for the same domain. This used to cause undefined
behavior before. Now, we return an error, according to the <a
href="https://dnslink.dev/">specification</a>.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>🛠 <code>boxo/gateway</code>: removed support for undocumented legacy
<code>ipfs-404.html</code>. Use <a
href="https://specs.ipfs.tech/http-gateways/web-redirects-file/"><code>_redirects</code></a>
instead.</li>
<li>🛠 <code>boxo/namesys</code>: removed support for legacy DNSLink
entries at the root of the domain. Use <a
href="https://docs.ipfs.tech/concepts/dnslink/"><code>_dnslink.</code>
TXT record</a> instead.</li>
<li>🛠 <code>boxo/coreapi</code>, an intrinsic part of Kubo, has been
removed and moved to <code>kubo/core/coreiface</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>boxo/gateway</code>
<ul>
<li>a panic (which is recovered) could sporadically be triggered inside
a CAR request, if the right <a
href="https://github.com/ipfs/boxo/pull/511">conditions were
met</a>.</li>
<li>no longer emits <code>http: superfluous response.WriteHeader</code>
warnings when an error happens.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipfs/boxo/commit/709c7c65d35ad0091225e2dabfa7fae78a0acb8b"><code>709c7c6</code></a>
Merge pull request <a
href="https://github.com/ipfs/boxo/issues/518">#518</a> from
ipfs/release-v0.16.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/df09068f8878c724c6a84f3e4c4f52a1f9379cf4"><code>df09068</code></a>
chore: bump to 0.16.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/9afc46a13622f757e0f0790369094607dfab3223"><code>9afc46a</code></a>
changelog: prepare 0.16.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/08959f281f866bd4197b40bc90cf75c2828c07f0"><code>08959f2</code></a>
coreiface: remove and move to Kubo</li>
<li><a
href="https://github.com/ipfs/boxo/commit/d06f7ff88c69f32d31d6116a7b055fb703d70f87"><code>d06f7ff</code></a>
fix(gateway): no duplicate WriteHeader calls (<a
href="https://github.com/ipfs/boxo/issues/515">#515</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/438b8a69d0306ecdbabb2ea446b984498a7c227d"><code>438b8a6</code></a>
bitswap/client: explain what the options do</li>
<li><a
href="https://github.com/ipfs/boxo/commit/fe55533ef0a22ad8da3ff01fe662f8954ae05810"><code>fe55533</code></a>
fix: all go-log import to v2</li>
<li><a
href="https://github.com/ipfs/boxo/commit/50f8a0850960b2a7853a1ad26be297aa0c3b5e39"><code>50f8a08</code></a>
test: positive and negative test for multi dnslink</li>
<li><a
href="https://github.com/ipfs/boxo/commit/006c1c9f83428937b3e43339192f989472947661"><code>006c1c9</code></a>
changelog: add namesys entries</li>
<li><a
href="https://github.com/ipfs/boxo/commit/7b5207adc6e06494437758d9620d1f5fcde5876a"><code>7b5207a</code></a>
feat!: remove support for legacy root dnslink, plumb errors</li>
<li>Additional commits viewable in <a
href="https://github.com/ipfs/boxo/compare/v0.15.0...v0.16.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ipfs/boxo&package-manager=go_modules&previous-version=0.15.0&new-version=0.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants