[PR #57] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.9.0 #133

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/57
Author: @dependabot[bot]
Created: 5/7/2021
Status: Closed

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


📝 Commits (1)

  • 6f1d513 chore(deps): bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.9.0

📊 Changes

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

View changed files

📝 go.mod (+2 -3)
📝 go.sum (+21 -17)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/gofiber/fiber/v2 from 2.5.0 to 2.9.0.

Release notes

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

v2.9.0

🚀 New

  • Etag middleware support to custom etags (#1288)

🧹 Updates

  • Use atomic instead of mutex when counting the route handler. (#1314)
  • Print logger's error to stderr if given io.writer failed (#1299)
  • middleware/proxy: add buffer size configuration (#1292)

🐛 Fixes

  • Startup message doesn't show correct amount of Handlers after mounting (#1302)
  • Cache Middleware - Race condition in the cache expiration logic. Round 2 (#1310)

📚 Documentation

  • Fix broken Rate Limiter link (#1301)

Thank you @​bestgopher, @​capthiron, @​cep-ter, @​defshift, @​fernandobandeira, @​jney and @​sadfun for making this update possible.

v2.8.0

🚀 New

🧹 Updates

  • Removed Printed Warning (#1268)
  • Refactor cache middleware to not-use the deprecated methods (#1246)
  • Bump fasthttp v1.18.0 to v1.23.0 (#1265)

🐛 Fixes

  • Fix: deadlock on session (#1248)

📚 Documentation

  • Update german translation (#1282)
  • Doc: Correct cors to favicon in import statement (#1279)
  • Fix broken links (#1278)
  • Doc: Correct Session to Crsf in Import Statement (#1277)
  • Doc: Updated broken links for ErrorHandler hyperlink in readme (#1256)

Thank you @​HAUDRAUFHAUN, @​NikSchaefer, @​SuspiciousLookingOwl, @​kiyonlin, @​r-52, @​sagar23sj and @​si3nloong for making this update possible.

v2.7.1

🚀 New

... (truncated)

Commits
  • 24b5370 prepare release 2.9.0
  • 056c680 Use atomic instead of mutex when counting the route handler. (#1314)
  • a28afaa 🩹Fix: Startup message doesn't show correct amount of Handlers after mounting ...
  • 15cb3dc 🐛 Cache Middleware - Race condition in the cache expiration logic. Round 2 (#...
  • 0c8b833 Fix broken Rate Limiter link (#1301)
  • a95e371 🐛 Print logger's error to stderr if given io.writer failed (#1299)
  • 3b9f78a Merge pull request #1288 from fernandobandeira/master
  • c3aafde [middleware/proxy] add buffer size configuration (#1292)
  • a48cb80 Update app.go
  • 72c8463 Etag middleware support to custom etags
  • 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)

🔄 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/57 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.9.0` --- ### 📝 Commits (1) - [`6f1d513`](https://github.com/Finb/bark-server/commit/6f1d5135f390a18851460808dcf7d1a0d6429f1c) chore(deps): bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.9.0 ### 📊 Changes **2 files changed** (+23 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -3) 📝 `go.sum` (+21 -17) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.5.0 to 2.9.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.9.0</h2> <h2>🚀 New</h2> <ul> <li>Etag middleware support to custom etags (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1288">#1288</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Use atomic instead of mutex when counting the route handler. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1314">#1314</a>)</li> <li>Print logger's error to stderr if given io.writer failed (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1299">#1299</a>)</li> <li>middleware/proxy: add buffer size configuration (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1292">#1292</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Startup message doesn't show correct amount of Handlers after mounting (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1302">#1302</a>)</li> <li>Cache Middleware - Race condition in the cache expiration logic. Round 2 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1310">#1310</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Fix broken Rate Limiter link (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1301">#1301</a>)</li> </ul> <p>Thank you <a href="https://github.com/bestgopher"><code>@​bestgopher</code></a>, <a href="https://github.com/capthiron"><code>@​capthiron</code></a>, <a href="https://github.com/cep-ter"><code>@​cep-ter</code></a>, <a href="https://github.com/defshift"><code>@​defshift</code></a>, <a href="https://github.com/fernandobandeira"><code>@​fernandobandeira</code></a>, <a href="https://github.com/jney"><code>@​jney</code></a> and <a href="https://github.com/sadfun"><code>@​sadfun</code></a> for making this update possible.</p> <h2>v2.8.0</h2> <h2>🚀 New</h2> <ul> <li>New possibility to escape special routing parameters (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1280">#1280</a>) <a href="https://docs.gofiber.io/guide/routing#parameters">https://docs.gofiber.io/guide/routing#parameters</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Removed Printed Warning (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1268">#1268</a>)</li> <li>Refactor cache middleware to not-use the deprecated methods (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1246">#1246</a>)</li> <li>Bump fasthttp v1.18.0 to v1.23.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1265">#1265</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix: deadlock on session (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1248">#1248</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Update german translation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1282">#1282</a>)</li> <li>Doc: Correct cors to favicon in import statement (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1279">#1279</a>)</li> <li>Fix broken links (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1278">#1278</a>)</li> <li>Doc: Correct Session to Crsf in Import Statement (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1277">#1277</a>)</li> <li>Doc: Updated broken links for ErrorHandler hyperlink in readme (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1256">#1256</a>)</li> </ul> <p>Thank you <a href="https://github.com/HAUDRAUFHAUN"><code>@​HAUDRAUFHAUN</code></a>, <a href="https://github.com/NikSchaefer"><code>@​NikSchaefer</code></a>, <a href="https://github.com/SuspiciousLookingOwl"><code>@​SuspiciousLookingOwl</code></a>, <a href="https://github.com/kiyonlin"><code>@​kiyonlin</code></a>, <a href="https://github.com/r-52"><code>@​r-52</code></a>, <a href="https://github.com/sagar23sj"><code>@​sagar23sj</code></a> and <a href="https://github.com/si3nloong"><code>@​si3nloong</code></a> for making this update possible.</p> <h2>v2.7.1</h2> <h2>🚀 New</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/24b5370b93915fc956a72111c747b553f8805b53"><code>24b5370</code></a> prepare release 2.9.0</li> <li><a href="https://github.com/gofiber/fiber/commit/056c6808afa454c9d0afed0a78c592385563029e"><code>056c680</code></a> Use atomic instead of mutex when counting the route handler. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1314">#1314</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a28afaae75f6c40af508dc38707e45fccd120863"><code>a28afaa</code></a> 🩹Fix: Startup message doesn't show correct amount of Handlers after mounting ...</li> <li><a href="https://github.com/gofiber/fiber/commit/15cb3dc0254f2698a09ed615e202ef27d860b4d3"><code>15cb3dc</code></a> 🐛 Cache Middleware - Race condition in the cache expiration logic. Round 2 (#...</li> <li><a href="https://github.com/gofiber/fiber/commit/0c8b833f9ca6e888a9c85a204ea09d52c28b8b84"><code>0c8b833</code></a> Fix broken Rate Limiter link (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1301">#1301</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a95e371920a9711155e804808e53dbe3a9fdee9f"><code>a95e371</code></a> 🐛 Print logger's error to stderr if given io.writer failed (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1299">#1299</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/3b9f78a02dfd52a16a70e27f3db4d1d61adb33f0"><code>3b9f78a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1288">#1288</a> from fernandobandeira/master</li> <li><a href="https://github.com/gofiber/fiber/commit/c3aafde9db9accad6c92b80a5dc1e4a5813453d2"><code>c3aafde</code></a> [middleware/proxy] add buffer size configuration (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1292">#1292</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a48cb806f39f4717cb1326eee7f9fee96f68e2d5"><code>a48cb80</code></a> Update app.go</li> <li><a href="https://github.com/gofiber/fiber/commit/72c84639bea89379090500a58a84f854e33e7d59"><code>72c8463</code></a> :sparkles: Etag middleware support to custom etags</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.5.0...v2.9.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.5.0&new-version=2.9.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:21 +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#133
No description provided.