[PR #110] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.26.0 #160

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/110
Author: @dependabot[bot]
Created: 2/3/2022
Status: Closed

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


📝 Commits (1)

  • 6c92247 chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.26.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.26.0.

Release notes

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

v2.26.0

🚀 New

🧹 Updates

  • limiter: clarify variable name 'expire' (#1742)
  • Added HEAD method to caching (#1730)

🐛 Fixes

📚 Documentation

  • Add 3rd party middleware eozer/fiber_ldapauth (#1743)
  • Fix: typo (#1741)

Thank you @​NorbertHauriel, @​balcieren, @​cenkkoroglu, @​efectn, @​eozer, @​jessequinn, @​kingdevnl and @​vecpeng for making this update possible.

v2.25.0

🚀 New

🧹 Updates

🐛 Fixes

  • Add csrf_ to default encrypt cookie exception (#1631) (#1698)

... (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/110 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.26.0` --- ### 📝 Commits (1) - [`6c92247`](https://github.com/Finb/bark-server/commit/6c92247890ed29a0fff45c30cfb24f492b98a6da) chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.26.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.26.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.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> <a href="https://docs.gofiber.io/api/middleware/expvar">https://docs.gofiber.io/api/middleware/expvar</a></li> <li>Add retryIf function to client agent (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1726">#1726</a>) <a href="https://docs.gofiber.io/api/client#retryif">https://docs.gofiber.io/api/client#retryif</a></li> <li>Add ReqHeaderParser. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1721">#1721</a>) <a href="https://docs.gofiber.io/api/ctx#reqheaderparser">https://docs.gofiber.io/api/ctx#reqheaderparser</a></li> <li>Add Route() method like Chi router. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1713">#1713</a>) <a href="https://docs.gofiber.io/api/app#route">https://docs.gofiber.io/api/app#route</a></li> <li>Pass all locals to ctx.Render (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1693">#1693</a>) <a href="https://docs.gofiber.io/api/fiber#config">https://docs.gofiber.io/api/fiber#config</a> - <code>PassLocalsToViews</code></li> </ul> <h2>🧹 Updates</h2> <ul> <li>limiter: clarify variable name 'expire' (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1742">#1742</a>)</li> <li>Added HEAD method to caching (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1730">#1730</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix route naming when to use group in group. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1736">#1736</a>)</li> <li>Fix NewErrors() and Improve NewError() (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1728">#1728</a>) <a href="https://docs.gofiber.io/api/fiber#newerror">https://docs.gofiber.io/api/fiber#newerror</a> <a href="https://docs.gofiber.io/api/fiber#newerrors">https://docs.gofiber.io/api/fiber#newerrors</a></li> </ul> <h2>📚 Documentation</h2> <ul> <li>Add 3rd party middleware eozer/fiber_ldapauth (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1743">#1743</a>)</li> <li>Fix: typo (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1741">#1741</a>)</li> </ul> <p>Thank you <a href="https://github.com/NorbertHauriel"><code>@​NorbertHauriel</code></a>, <a href="https://github.com/balcieren"><code>@​balcieren</code></a>, <a href="https://github.com/cenkkoroglu"><code>@​cenkkoroglu</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/eozer"><code>@​eozer</code></a>, <a href="https://github.com/jessequinn"><code>@​jessequinn</code></a>, <a href="https://github.com/kingdevnl"><code>@​kingdevnl</code></a> and <a href="https://github.com/vecpeng"><code>@​vecpeng</code></a> for making this update possible.</p> <h2>v2.25.0</h2> <h2>🚀 New</h2> <ul> <li>Add function NewErrors to create multiple new errors (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1701">#1701</a>) <a href="https://docs.gofiber.io/api/fiber#newerrors">https://docs.gofiber.io/api/fiber#newerrors</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Bump github.com/valyala/fasthttp from 1.31.0 to 1.32.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1700">#1700</a>)</li> <li>Update goccy/go-json to 0.9.3. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1709">#1709</a>, <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1719">#1719</a>)</li> <li>Change json tag for EnablePrintRoutes (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1702">#1702</a>) <a href="https://docs.gofiber.io/api/fiber#config">https://docs.gofiber.io/api/fiber#config</a></li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Add <code>csrf_</code> to default encrypt cookie exception (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1631">#1631</a>) (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1698">#1698</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/6b29698d91d833d5ec694363dbb809bc88618d4b"><code>6b29698</code></a> prepare release 2.26.0</li> <li><a href="https://github.com/gofiber/fiber/commit/d85ae2bce3cfeb8f4d3216330a46b5f5abf66987"><code>d85ae2b</code></a> Doc(limiter): clarify variable name 'expire' (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1742">#1742</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/719992cb754dcdc955899a018d46e7fc354563c8"><code>719992c</code></a> Add 3rd party middleware eozer/fiber_ldapauth (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1743">#1743</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f3dcb2220e9ed97da7484cd1f3518fefaf7e53af"><code>f3dcb22</code></a> :memo: fix typo (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1741">#1741</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/5766feef29be223835cb8bb31ea6ad497afd47cd"><code>5766fee</code></a> :sparkles: feature: add Next to Pprof and Expvar middlewares. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1737">#1737</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/d3c212208613089a82434c1c1bb67ee757c31529"><code>d3c2122</code></a> Fix route naming when to use group in group. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1736">#1736</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/6036f402dbddee9bf6e40e41c8a738da54d1c55a"><code>6036f40</code></a> :sparkles:feat: add retryIf function to client agent (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1726">#1726</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/7cf1886df5f6041449ca082701c05bb5eb13100e"><code>7cf1886</code></a> Fix NewErrors() and Improve NewError() (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1728">#1728</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a51ec9bc69b639ca1805f655ba49db1a9da091e6"><code>a51ec9b</code></a> :fire: Feature: Add ReqHeaderParser. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1721">#1721</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/559f59f198b68354c31070a5edd4b0c9ca31957f"><code>559f59f</code></a> Add Route() method like Chi router. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1713">#1713</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.20.0...v2.26.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.26.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#160
No description provided.