[PR #98] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.22.0 #156

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/98
Author: @dependabot[bot]
Created: 11/15/2021
Status: Closed

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


📝 Commits (1)

  • 1d41350 chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.22.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.22.0.

Release notes

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

v2.22.0

🚀 New

  • [Cache] add ExpirationGenerator for generate custom Expiration (#1618)

🧹 Updates

  • Tidy up the codebase (#1613)

📚 Documentation

  • Italian translation (#1621)
  • Fix cache docs error (#1612)

Thank you @​Gusted, @​djunny, @​liaohongxing and @​mancix for making this update possible.

v2.21.0

🚀 New

🧹 Updates

  • Update fasthttp from v1.29.0 to v1.31.0 (#1603)

🐛 Fixes

  • Session Id immutable (#1601)
  • Prevent panic on GetTrimmedParam (#1593)
  • ParseVendorSpecificContentType for dart content type (#1594)
  • Remove Test_Limiter_Cheat test (#1595)

📚 Documentation

  • Cache Middleware - Fix comment (#1597)
  • Etag README.md (#1584)
  • Fix example encoding issue in READMD.md of logger middle… (#1576)
  • Fix "Signaures" (expect "Signatures") word in middleware/encryptcookie/README.md (#1577)

Thank you @​Ci-Jie, @​Gusted, @​MiWeiss, @​alibaraneser and @​ivankprod for making this update possible.

v2.20.2

🧹 Updates

  • Change default json lib. (#1563)

🐛 Fixes

... (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/98 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.22.0` --- ### 📝 Commits (1) - [`1d41350`](https://github.com/Finb/bark-server/commit/1d4135026d43004783996aba73d87020c9f31079) chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.22.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.22.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.22.0</h2> <h2>🚀 New</h2> <ul> <li>[Cache] add ExpirationGenerator for generate custom Expiration (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1618">#1618</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Tidy up the codebase (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1613">#1613</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Italian translation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1621">#1621</a>)</li> <li>Fix cache docs error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1612">#1612</a>)</li> </ul> <p>Thank you <a href="https://github.com/Gusted"><code>@​Gusted</code></a>, <a href="https://github.com/djunny"><code>@​djunny</code></a>, <a href="https://github.com/liaohongxing"><code>@​liaohongxing</code></a> and <a href="https://github.com/mancix"><code>@​mancix</code></a> for making this update possible.</p> <h2>v2.21.0</h2> <h2>🚀 New</h2> <ul> <li>Add IP ranges support to config.TrustedProxies (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1602">#1602</a>) <a href="https://docs.gofiber.io/api/fiber#config">https://docs.gofiber.io/api/fiber#config</a></li> <li>Add sliding window as option for limiter middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1580">#1580</a>) <a href="https://docs.gofiber.io/api/middleware/limiter#sliding-window">https://docs.gofiber.io/api/middleware/limiter#sliding-window</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Update fasthttp from v1.29.0 to v1.31.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1603">#1603</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Session Id immutable (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1601">#1601</a>)</li> <li>Prevent panic on GetTrimmedParam (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1593">#1593</a>)</li> <li>ParseVendorSpecificContentType for dart content type (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1594">#1594</a>)</li> <li>Remove <code>Test_Limiter_Cheat</code> test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1595">#1595</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Cache Middleware - Fix comment (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1597">#1597</a>)</li> <li>Etag README.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1584">#1584</a>)</li> <li>Fix example encoding issue in READMD.md of logger middle… (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1576">#1576</a>)</li> <li>Fix &quot;Signaures&quot; (expect &quot;Signatures&quot;) word in middleware/encryptcookie/README.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1577">#1577</a>)</li> </ul> <p>Thank you <a href="https://github.com/Ci-Jie"><code>@​Ci-Jie</code></a>, <a href="https://github.com/Gusted"><code>@​Gusted</code></a>, <a href="https://github.com/MiWeiss"><code>@​MiWeiss</code></a>, <a href="https://github.com/alibaraneser"><code>@​alibaraneser</code></a> and <a href="https://github.com/ivankprod"><code>@​ivankprod</code></a> for making this update possible.</p> <h2>v2.20.2</h2> <h2>🧹 Updates</h2> <ul> <li>Change default json lib. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1563">#1563</a>)</li> </ul> <h2>🐛 Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/5ff3bc88a3d9e7da5111491eae8910daec8c5ef4"><code>5ff3bc8</code></a> prepare release 2.22.0</li> <li><a href="https://github.com/gofiber/fiber/commit/8ad81d57f637d974b2ddaba1c070323a48200705"><code>8ad81d5</code></a> 📚 Doc: italian translation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1621">#1621</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f9d5f787af9f35c9aa31063a49e63ffe6b973947"><code>f9d5f78</code></a> Feature: [Cache] add ExpirationGenerator for generate custom Expiration (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1618">#1618</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/7b7dcf29f79f185416325b62fad8cedf0b800b07"><code>7b7dcf2</code></a> :recycle: Tidy up the codebase (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1613">#1613</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a6aea1cdc5caf8d45d18041f25877d0811feeec6"><code>a6aea1c</code></a> fix cache docs error (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1612">#1612</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/85591e8b45fb406fb79104402cb6b7f72ec284c0"><code>85591e8</code></a> Refresh dependabot configuration</li> <li><a href="https://github.com/gofiber/fiber/commit/e9ca6f0483407e6dd572a9a07d4237c88def785c"><code>e9ca6f0</code></a> prepare release for v2.21.0</li> <li><a href="https://github.com/gofiber/fiber/commit/9d01ed1d7c038964e1d6484e2fda9eee8ee2314f"><code>9d01ed1</code></a> Update fasthttp from v1.29.0 to v1.31.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1603">#1603</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/acc32db00599aed9f5f04076b73e8b23c32f6777"><code>acc32db</code></a> 🐛 Session Id immutable (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1601">#1601</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/cdbcfbec17ac49421dae5ed8225532b5f52ce79d"><code>cdbcfbe</code></a> 🔥 Feature: add IP ranges support to config.TrustedProxies (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1602">#1602</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.20.0...v2.22.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.22.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#156
No description provided.