[PR #111] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.27.0 #161

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/111
Author: @dependabot[bot]
Created: 2/15/2022
Status: Closed

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


📝 Commits (1)

  • bf8968f chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.27.0

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.20.0 to 2.27.0.

Release notes

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

v2.27.0

🚀 New

🔙 Reverted ⚠️

  • Backwards incompatible change to fiber.Error (#1768) ⚠️ We have decided to remove the fiber.Errors method and set the fiber.Error to the state before 2.25.0 due to the not downward compatible changes added in the last versions

🧹 Updates

  • Bump: goccy/go-json to 0.9.4 (#1771)
  • Change default gc interval of internal/memory (#1756)
  • middleware/limiter: Fix file names (#1747) (#1748)
  • Bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0 (#1744)

🐛 Fixes

  • utils.Trim should trim all string content (#1775)
  • middleware/proxy: Incorrect scheme on proxy.Do (#1762) (#1765)
  • middleware/cache: Mutex lock (#1764)
  • Add missing json errors (#1755)
  • Mounted app views (#1749)

📚 Documentation

  • fix cache docs error (#1769)

Thank you @​Aliqyan, @​Lian1230, @​NorbertHauriel, @​Trim21, @​abhi12299, @​apoq, @​balcieren, @​bigflood, @​efectn, @​liaohongxing, @​mtneug and @​sujit-baniya for making this update possible.

v2.26.0

🚀 New

... (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/111 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.27.0` --- ### 📝 Commits (1) - [`bf8968f`](https://github.com/Finb/bark-server/commit/bf8968f59648faad21d33c500ecc773191160e24) chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.27.0 ### 📊 Changes **2 files changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+18 -18) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.20.0 to 2.27.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.27.0</h2> <h2>🚀 New</h2> <ul> <li>Bind support for render (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1754">#1754</a>) <a href="https://docs.gofiber.io/api/ctx#bind">https://docs.gofiber.io/api/ctx#bind</a></li> <li>Add RedirectToRoute and RedirectBack (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1750">#1750</a>) <a href="https://docs.gofiber.io/api/ctx#redirecttoroute">https://docs.gofiber.io/api/ctx#redirecttoroute</a> <a href="https://docs.gofiber.io/api/ctx#redirectback">https://docs.gofiber.io/api/ctx#redirectback</a></li> <li>Session Only Cookies (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1752">#1752</a>) <a href="https://docs.gofiber.io/api/ctx#cookie">https://docs.gofiber.io/api/ctx#cookie</a> <a href="https://docs.gofiber.io/api/middleware/csrf">https://docs.gofiber.io/api/middleware/csrf</a></li> <li>Add ability to restart route handling (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1739">#1739</a>) <a href="https://docs.gofiber.io/api/ctx#restartrouting">https://docs.gofiber.io/api/ctx#restartrouting</a></li> <li>Add direct download option when serving static files (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1729">#1729</a>) <a href="https://docs.gofiber.io/api/app#static">https://docs.gofiber.io/api/app#static</a></li> <li>SaveFile to default External Storage (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1557">#1557</a>) <a href="https://docs.gofiber.io/api/ctx#savefiletostorage">https://docs.gofiber.io/api/ctx#savefiletostorage</a></li> </ul> <h2>🔙 Reverted ⚠️</h2> <ul> <li>Backwards incompatible change to fiber.Error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1768">#1768</a>) ⚠️ We have decided to remove the <code>fiber.Errors</code> method and set the <code>fiber.Error</code> to the state before <a href="https://github.com/gofiber/fiber/releases/tag/v2.25.0">2.25.0</a> due to the not downward compatible changes added in the last versions</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Bump: goccy/go-json to 0.9.4 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1771">#1771</a>)</li> <li>Change default gc interval of internal/memory (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1756">#1756</a>)</li> <li>middleware/limiter: Fix file names (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1747">#1747</a>) (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1748">#1748</a>)</li> <li>Bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1744">#1744</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li><code>utils.Trim</code> should trim all string content (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1775">#1775</a>)</li> <li>middleware/proxy: Incorrect scheme on proxy.Do (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1762">#1762</a>) (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1765">#1765</a>)</li> <li>middleware/cache: Mutex lock (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1764">#1764</a>)</li> <li>Add missing json errors (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1755">#1755</a>)</li> <li>Mounted app views (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1749">#1749</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>fix cache docs error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1769">#1769</a>)</li> </ul> <p>Thank you <a href="https://github.com/Aliqyan"><code>@​Aliqyan</code></a>, <a href="https://github.com/Lian1230"><code>@​Lian1230</code></a>, <a href="https://github.com/NorbertHauriel"><code>@​NorbertHauriel</code></a>, <a href="https://github.com/Trim21"><code>@​Trim21</code></a>, <a href="https://github.com/abhi12299"><code>@​abhi12299</code></a>, <a href="https://github.com/apoq"><code>@​apoq</code></a>, <a href="https://github.com/balcieren"><code>@​balcieren</code></a>, <a href="https://github.com/bigflood"><code>@​bigflood</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/liaohongxing"><code>@​liaohongxing</code></a>, <a href="https://github.com/mtneug"><code>@​mtneug</code></a> and <a href="https://github.com/sujit-baniya"><code>@​sujit-baniya</code></a> for making this update possible.</p> <h2>v2.26.0</h2> <h2>🚀 New</h2> <ul> <li>Add Next to Pprof and Expvar middlewares. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1737">#1737</a>) <a href="https://docs.gofiber.io/api/middleware/pprof">https://docs.gofiber.io/api/middleware/pprof</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/daab00c36e5542214b04080e1f0f6fad73735d70"><code>daab00c</code></a> prepare release 2.27.0</li> <li><a href="https://github.com/gofiber/fiber/commit/74a20b458932c31dfb07edb906f48d662620fe3a"><code>74a20b4</code></a> 🩹 fix: backwards incompatible change to fiber.Error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1768">#1768</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/391ae594d847f14556713fb617f697b4c746c578"><code>391ae59</code></a> fix: <code>utils.Trim</code> should trim all string content (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1775">#1775</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/937713e41e7a7967e9465f3a1ab126699efefd2a"><code>937713e</code></a> :sparkles: feature: bind support for render (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1754">#1754</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e3d258655f60210d5d1fb77299e9239e588e988f"><code>e3d2586</code></a> Fix: incorrect scheme on proxy.Do (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1762">#1762</a>) (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1765">#1765</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/aa5636444547433bbdf0871324b28d36100264e4"><code>aa56364</code></a> bump goccy/go-json to 0.9.4 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1771">#1771</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/1fd6eabba97e2acff3a4a991f6bc72d017dd3b6e"><code>1fd6eab</code></a> fix cache docs error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1769">#1769</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/b9efc76722f9ff2e0a7d52d9f98116f4eb635674"><code>b9efc76</code></a> Fix cache mutex lock (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1764">#1764</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/505e4d77a7cc6f1cb7f2d68c029c7dd989f89b27"><code>505e4d7</code></a> [FEATURE REQUEST] - Add RedirectToRoute and RedirectBack (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1750">#1750</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/8bd150931155d209ce1641fd0fe9dcf0d65d9ef4"><code>8bd1509</code></a> Change default gc interval. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1756">#1756</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.20.0...v2.27.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.20.0&new-version=2.27.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:29 +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#161
No description provided.