[PR #130] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.32.0 #177

Closed
opened 2026-03-03 11:56:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/130
Author: @dependabot[bot]
Created: 4/18/2022
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/gofiber/fiber/v2-2.32.0


📝 Commits (1)

  • 3cfd77d chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.32.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.29.0 to 2.32.0.

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.32.0

🚀 New

🧹 Updates

🐛 Fixes

  • "Sub fiber's error handlers not working #1839" and "Mount sub fiber app on '/' #1842" (#1848)

📚 Documentation

  • ListenTLS comment (#1859)

Thank you @​asyslinux, @​codemicro, @​efectn and @​jfcg for making this update possible.

v2.31.0

🚀 New

🧹 Updates

  • EqualFold and docs (#1833)
  • Bump goccy/go-json to 0.9.6 (#1832)

Thank you @​jfcg, @​ninadingole and @​sujit-baniya for making this update possible.

v2.30.0

🚀 New

🧹 Updates

... (truncated)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/130 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.32.0` --- ### 📝 Commits (1) - [`3cfd77d`](https://github.com/Finb/bark-server/commit/3cfd77d75fa16213726ce0ce7a6aafd7d982d23b) chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.32.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.29.0 to 2.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gofiber/fiber/releases">github.com/gofiber/fiber/v2's releases</a>.</em></p> <blockquote> <h2>v2.32.0</h2> <h2>🚀 New</h2> <ul> <li>Support adding queries to RedirectToRoute (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1858">#1858</a>) <a href="https://docs.gofiber.io/api/ctx#redirecttoroute">https://docs.gofiber.io/api/ctx#redirecttoroute</a></li> <li>Add AllParams method (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1853">#1853</a>) <a href="https://docs.gofiber.io/api/ctx#allparams">https://docs.gofiber.io/api/ctx#allparams</a></li> <li>Add context Writef feature function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1841">#1841</a>) <a href="https://docs.gofiber.io/api/ctx#writef">https://docs.gofiber.io/api/ctx#writef</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Use encoding/json (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1851">#1851</a>) <a href="https://docs.gofiber.io/guide/faster-fiber">https://docs.gofiber.io/guide/faster-fiber</a></li> <li>Bump github.com/valyala/fasthttp from 1.34.0 to 1.35.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1849">#1849</a>)</li> <li>RFC: Return an instance of <code>*fiber.Error</code> when no handler found (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1847">#1847</a>) <a href="https://docs.gofiber.io/extra/faq#how-do-i-handle-custom-404-responses">https://docs.gofiber.io/extra/faq#how-do-i-handle-custom-404-responses</a></li> </ul> <h2>🐛 Fixes</h2> <ul> <li>&quot;Sub fiber's error handlers not working <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1839">#1839</a>&quot; and &quot;Mount sub fiber app on '/' <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1842">#1842</a>&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1848">#1848</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>ListenTLS comment (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1859">#1859</a>)</li> </ul> <p>Thank you <a href="https://github.com/asyslinux"><code>@​asyslinux</code></a>, <a href="https://github.com/codemicro"><code>@​codemicro</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a> and <a href="https://github.com/jfcg"><code>@​jfcg</code></a> for making this update possible.</p> <h2>v2.31.0</h2> <h2>🚀 New</h2> <ul> <li>Allow parsing of square bracket query param (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1818">#1818</a>)</li> <li>Change name to get URL from (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1831">#1831</a>) <a href="https://docs.gofiber.io/api/ctx#getrouteurl">https://docs.gofiber.io/api/ctx#getrouteurl</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>EqualFold and docs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1833">#1833</a>)</li> <li>Bump goccy/go-json to 0.9.6 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1832">#1832</a>)</li> </ul> <p>Thank you <a href="https://github.com/jfcg"><code>@​jfcg</code></a>, <a href="https://github.com/ninadingole"><code>@​ninadingole</code></a> and <a href="https://github.com/sujit-baniya"><code>@​sujit-baniya</code></a> for making this update possible.</p> <h2>v2.30.0</h2> <h2>🚀 New</h2> <ul> <li>Add initial support for hooks (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1777">#1777</a>) <a href="https://docs.gofiber.io/guide/hooks">https://docs.gofiber.io/guide/hooks</a></li> </ul> <h2>🧹 Updates</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/cbb63c0c3c76ea5f862b48630c14c40bddff2d6f"><code>cbb63c0</code></a> prepare release 2.32.0</li> <li><a href="https://github.com/gofiber/fiber/commit/e9151e8ab82e05517421ff1e42894086b8b2cb5b"><code>e9151e8</code></a> Revert &quot;:sparkles: feature: add SendFileWithConfig method to ctx (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1852">#1852</a>)&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1">#1</a>...</li> <li><a href="https://github.com/gofiber/fiber/commit/c42af6d2ca374c3e209a0e18bde7a5bd1276483b"><code>c42af6d</code></a> :sparkles: feature: support adding queries to RedirectToRoute (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1858">#1858</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e7ec08a1e912b0084c490382de600168e589ab16"><code>e7ec08a</code></a> :book: fix ListenTLS comment (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1859">#1859</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f19ef67f73f140a92e7359fdf83acabc6a5db094"><code>f19ef67</code></a> :sparkles: feature: add SendFileWithConfig method to ctx (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1852">#1852</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a63a842fb63b65b561f61c6d54f60673bf5afc3f"><code>a63a842</code></a> add allparams method. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1853">#1853</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/ee65ea5babbfd8dd7b15c8f626a08f728f8cf99e"><code>ee65ea5</code></a> :broom: Use encoding/json (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1851">#1851</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/728e9231deef7cd3c8365575f6a35726c33506e4"><code>728e923</code></a> Bump github.com/valyala/fasthttp from 1.34.0 to 1.35.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1849">#1849</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a8f9d4acfb2ccd533a458415ac0cffec62af0fda"><code>a8f9d4a</code></a> 🐛 Sub fiber's error handlers not working <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1839">#1839</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1848">#1848</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e974c6793f5b0d80e7ab40bcbfc78790a99374cc"><code>e974c67</code></a> RFC: Return an instance of <code>*fiber.Error</code> when no handler found (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1847">#1847</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.29.0...v2.32.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gofiber/fiber/v2&package-manager=go_modules&previous-version=2.29.0&new-version=2.32.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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#177
No description provided.