[PR #89] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.20.0 #148

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/89
Author: @dependabot[bot]
Created: 10/6/2021
Status: Merged
Merged: 10/7/2021
Merged by: @Finb

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


📝 Commits (1)

  • 51f95db chore(deps): bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.20.0

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v2.20.0

🚀 New

🧹 Updates

  • Add test case for QueryParser for SetParserDecoder (#1562)

🐛 Fixes

  • Register static file routing with trailing slash (#1556)
  • Static file routing path rewrite. (#1538)
  • Fix c.OriginalURL() changed after SendFile (#1553)
  • File opening path and directory browsing path of filesystem (#1547)

📚 Documentation

  • Update Spanish documentation (#1554)
  • Fix language mistakes in Turkish (#1552)
  • Translated some sentences for ja-version (#1551)
  • Update README with elastic/apmfiber middleware (#1540)

Thank you @​Perniciosius, @​Unickorn, @​aliereno, @​amalshaji, @​efectn, @​fufuok, @​ivanvc, @​josebalius, @​ppmasa8 and @​rockcreation7 for making this update possible.

v2.19.0

🚀 New

  • Add next support for Monitor middleware. (#1527)

🐛 Fixes

  • Get unexpected results from cache #1529 (#1531)
  • Fix Mutability issue of UserContext in fiber.Ctx (#1522)
  • Corrects ipv6 loopback ip shown on UI (#1517)

📚 Documentation

  • fixed translation issues and translate more area in turkish readme (#1525)
  • Translate External Middleware section of README to Chinese. (#1523)
  • Add Chinese translation for internal middleware (#1511)
  • Translate Limitations section of README to Chinese (#1510)
  • Translated limitation section (#1509)
  • Add Limitations section to README (#1508)

... (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/89 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/6/2021 **Status:** ✅ Merged **Merged:** 10/7/2021 **Merged by:** [@Finb](https://github.com/Finb) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.20.0` --- ### 📝 Commits (1) - [`51f95db`](https://github.com/Finb/bark-server/commit/51f95dbbf4323e3892e1eee8356155c0c9ca0b4b) chore(deps): bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.20.0 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.17.0 to 2.20.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.20.0</h2> <h2>🚀 New</h2> <ul> <li>Support for sub fiber's error handlers (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1560">#1560</a>)</li> <li>Add function to override form decoder setting (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1100">#1100</a>, <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1555">#1555</a>) <a href="https://docs.gofiber.io/api/ctx#setparserdecoder">https://docs.gofiber.io/api/ctx#setparserdecoder</a></li> <li>Support logging color for custom logging formats (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1513">#1513</a>)</li> <li>Feature: limiter middleware new skip options implemented (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1542">#1542</a>) <a href="https://docs.gofiber.io/api/middleware/limiter">https://docs.gofiber.io/api/middleware/limiter</a></li> <li>Add one minute load avg for monitor middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1530">#1530</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Add test case for QueryParser for SetParserDecoder (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1562">#1562</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Register static file routing with trailing slash (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1556">#1556</a>)</li> <li>Static file routing path rewrite. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1538">#1538</a>)</li> <li>Fix <code>c.OriginalURL()</code> changed after <code>SendFile</code> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1553">#1553</a>)</li> <li>File opening path and directory browsing path of filesystem (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1547">#1547</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Update Spanish documentation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1554">#1554</a>)</li> <li>Fix language mistakes in Turkish (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1552">#1552</a>)</li> <li>Translated some sentences for ja-version (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1551">#1551</a>)</li> <li>Update README with elastic/apmfiber middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1540">#1540</a>)</li> </ul> <p>Thank you <a href="https://github.com/Perniciosius"><code>@​Perniciosius</code></a>, <a href="https://github.com/Unickorn"><code>@​Unickorn</code></a>, <a href="https://github.com/aliereno"><code>@​aliereno</code></a>, <a href="https://github.com/amalshaji"><code>@​amalshaji</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/fufuok"><code>@​fufuok</code></a>, <a href="https://github.com/ivanvc"><code>@​ivanvc</code></a>, <a href="https://github.com/josebalius"><code>@​josebalius</code></a>, <a href="https://github.com/ppmasa8"><code>@​ppmasa8</code></a> and <a href="https://github.com/rockcreation7"><code>@​rockcreation7</code></a> for making this update possible.</p> <h2>v2.19.0</h2> <h2>🚀 New</h2> <ul> <li>Add next support for Monitor middleware. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1527">#1527</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Get unexpected results from cache <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1529">#1529</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1531">#1531</a>)</li> <li>Fix Mutability issue of UserContext in fiber.Ctx (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1522">#1522</a>)</li> <li>Corrects ipv6 loopback ip shown on UI (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1517">#1517</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>fixed translation issues and translate more area in turkish readme (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1525">#1525</a>)</li> <li>Translate <code>External Middleware</code> section of README to Chinese. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1523">#1523</a>)</li> <li>Add Chinese translation for internal middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1511">#1511</a>)</li> <li>Translate <code>Limitations</code> section of README to Chinese (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1510">#1510</a>)</li> <li>Translated limitation section (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1509">#1509</a>)</li> <li>Add Limitations section to README (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1508">#1508</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/45e4da20718be4daa63188ab413d3af163e8c25e"><code>45e4da2</code></a> prepare release 2.20.0</li> <li><a href="https://github.com/gofiber/fiber/commit/587f3ae9df4bb410ef7985469fdfdb771afcbfd8"><code>587f3ae</code></a> Support for sub fiber's error handlers (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1560">#1560</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/2c6ffb7972dbb348162a370872c88e07383e79d0"><code>2c6ffb7</code></a> Fix: register static file routing with trailing slash (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1556">#1556</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/c098adae55f2efd9e2f520fe73dbe852b67a942d"><code>c098ada</code></a> Add test case for QueryParser for SetParserDecoder (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1562">#1562</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a9b66b328efc5013bece3e65f0e05018a01bcd5d"><code>a9b66b3</code></a> ♻️ Option to overide form decoder setting - Rename function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1555">#1555</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/95a9e5091eb993fd7eca2028266ddd9345ef7216"><code>95a9e50</code></a> :ledger: Update Spanish documentation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1554">#1554</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/b94870d8865b47e5b7bf3c843a4d48adb2b14e88"><code>b94870d</code></a> Fix: static file routing path rewrite. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1538">#1538</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/35e38db7715879cd2b68c44340dc296757c752c9"><code>35e38db</code></a> 🔥 Add function to override form decoder setting (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1100">#1100</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/26c29e248ff03396e9c6972ebb1bef6f573f0b59"><code>26c29e2</code></a> Restore original URL after sending file (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1553">#1553</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a7d5f2b225307926755f469ed14380afaa597d04"><code>a7d5f2b</code></a> Improve README_tr.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1552">#1552</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.17.0...v2.20.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.17.0&new-version=2.20.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:25 +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#148
No description provided.