[PR #103] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.24.0 #154

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/103
Author: @dependabot[bot]
Created: 1/3/2022
Status: Closed

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v2.24.0

🚀 New

🧹 Updates

  • Improve printRoutesMessage (#1681)
  • Rename handlerCount to handlersCount (#1674)
  • Add no-color compatibility (#1646)

🐛 Fixes

  • Fix using IP ranges in config.TrustedProxies (#1607) (#1614)
  • Middleware/csrf: unmatched token returns nil error (#1667)
  • goccy/go-json for go1.18-beta1. (#1673)
  • Error handler of app not saved when mounted in group (#1649)

📚 Documentation

  • Indentions for READMEs (#1680)
  • Improve Chinese translation (#1679)
  • Update README_ko.md (#1653, #1656)
  • Change some Chinese translation (#1648)

Thank you @​efectn, @​hi019, @​ichxxx, @​sangjinsu, @​sixcolors and @​vecpeng for making this update possible.

v2.23.0

🚀 New

🧹 Updates

  • Improvements for logger middleware (#1645)

... (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/103 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.24.0` --- ### 📝 Commits (1) - [`b5398cf`](https://github.com/Finb/bark-server/commit/b5398cf220d224daac9fb277f4c7634fdc59b19e) chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.24.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.20.0 to 2.24.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.24.0</h2> <h2>🚀 New</h2> <ul> <li>Add GetRespHeader, GetReqHeaders and TagReqHeaders for logger mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1678">#1678</a>) <a href="https://docs.gofiber.io/api/ctx#getreqheaders">https://docs.gofiber.io/api/ctx#getreqheaders</a> <a href="https://docs.gofiber.io/api/ctx#getrespheaders">https://docs.gofiber.io/api/ctx#getrespheaders</a> <a href="https://docs.gofiber.io/api/middleware/logger#constants">https://docs.gofiber.io/api/middleware/logger#constants</a> - TagReqHeaders</li> <li>Print all routes message when server starts (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1677">#1677</a>) <a href="https://docs.gofiber.io/api/fiber#config">https://docs.gofiber.io/api/fiber#config</a> - EnablePrintRoutes</li> <li>Add method the get registered handler count. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1672">#1672</a>) <a href="https://docs.gofiber.io/api/app#handlerscount">https://docs.gofiber.io/api/app#handlerscount</a></li> <li>Add function to check if request came from localhost (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1671">#1671</a>) <a href="https://docs.gofiber.io/api/ctx#isfromlocal">https://docs.gofiber.io/api/ctx#isfromlocal</a></li> <li>Add route naming feature. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1650">#1650</a>) <a href="https://docs.gofiber.io/api/app#name">https://docs.gofiber.io/api/app#name</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Improve printRoutesMessage (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1681">#1681</a>)</li> <li>Rename handlerCount to handlersCount (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1674">#1674</a>)</li> <li>Add no-color compatibility (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1646">#1646</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix using IP ranges in config.TrustedProxies (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1607">#1607</a>) (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1614">#1614</a>)</li> <li>Middleware/csrf: unmatched token returns nil error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1667">#1667</a>)</li> <li>goccy/go-json for go1.18-beta1. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1673">#1673</a>)</li> <li>Error handler of app not saved when mounted in group (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1649">#1649</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Indentions for READMEs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1680">#1680</a>)</li> <li>Improve Chinese translation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1679">#1679</a>)</li> <li>Update README_ko.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1653">#1653</a>, <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1656">#1656</a>)</li> <li>Change some Chinese translation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1648">#1648</a>)</li> </ul> <p>Thank you <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/hi019"><code>@​hi019</code></a>, <a href="https://github.com/ichxxx"><code>@​ichxxx</code></a>, <a href="https://github.com/sangjinsu"><code>@​sangjinsu</code></a>, <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> and <a href="https://github.com/vecpeng"><code>@​vecpeng</code></a> for making this update possible.</p> <h2>v2.23.0</h2> <h2>🚀 New</h2> <ul> <li>Add disable html support to monitor middleware. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1620">#1620</a>) <a href="https://docs.gofiber.io/api/middleware/monitor#config">https://docs.gofiber.io/api/middleware/monitor#config</a></li> <li>Recover middleware: Added, fiber.Ctx as a first paremeter to StackTrace (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1623">#1623</a>) <a href="https://docs.gofiber.io/api/middleware/recover#config">https://docs.gofiber.io/api/middleware/recover#config</a> <strong>breaking change to be aware of</strong></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Improvements for logger middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1645">#1645</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/8f2a841db9444079141835b1a9e9c46e7f17f22b"><code>8f2a841</code></a> prepare release 2.24.0</li> <li><a href="https://github.com/gofiber/fiber/commit/eee279bdb3850c1e9365c94776a3eaf898d19e37"><code>eee279b</code></a> Fix using IP ranges in config.TrustedProxies (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1607">#1607</a>) (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1614">#1614</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/59240b5493a1be7c2ff2da6ec364b2bb1c7c0c35"><code>59240b5</code></a> Add GetRespHeader, GetReqHeaders and TagReqHeaders for logger mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1678">#1678</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e26ed83166e798581f7f6afedb1ee1a213099b63"><code>e26ed83</code></a> Improve printRoutesMessage (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1681">#1681</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/894fa9db5e65dcd2bf65238bb8db60db1785d7f7"><code>894fa9d</code></a> fix indentions (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1680">#1680</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f98a9ba405bbc0762c7c0d721924b5ec7b99f51e"><code>f98a9ba</code></a> ✨feature: print all routes message when server starts (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1677">#1677</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/244d5a545097dcb9fbfa6027fd26c88a0193d2f9"><code>244d5a5</code></a> :pencil:docs(zh-CN): improve Chinese tanslation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1679">#1679</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/ef3a6896007b9eaa514cbd9fa32f616c8c3f858d"><code>ef3a689</code></a> :bug:fix: rename handlerCount to handlersCount (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1674">#1674</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/fbee8fb2746802d9637044ef0ae55aad9abdefbc"><code>fbee8fb</code></a> Add method the get registered handler count. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1672">#1672</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/59e4bf6cc57f78fe85734bb7555a6a46787fab16"><code>59e4bf6</code></a> 🔧 fix(middleware/csrf): unmatched token returns nil error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1667">#1667</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.20.0...v2.24.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.24.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:28 +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#154
No description provided.