[PR #101] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.23.0 #155

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

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


📝 Commits (1)

  • ff5e781 chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.23.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.23.0.

Release notes

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

v2.23.0

🚀 New

🧹 Updates

🐛 Fixes

  • Update goccy/go-json to 0.8.1 (#1644)

Thank you @​efectn, @​sixcolors and @​turgayozgur for making this update possible.

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

... (truncated)

Commits
  • ad98f5e prepare release 2.23.0
  • 10aa7f7 Update goccy/go-json to 0.8.1 (#1644)
  • 5e37126 Improvements for logger middleware (#1645)
  • b746767 Add disable html support to monitor middleware. (#1620)
  • 693f3c5 fix(middleware/session): CookieSameSite default "Lax" (#1638)
  • af6b204 CookieSameSite default "Lax" (#1640)
  • c9e959c Recover middleware: Added, fiber.Ctx as a first paremeter to StackTraceHandle...
  • 5ff3bc8 prepare release 2.22.0
  • 8ad81d5 📚 Doc: italian translation (#1621)
  • f9d5f78 Feature: [Cache] add ExpirationGenerator for generate custom Expiration (#1618)
  • 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/101 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.23.0` --- ### 📝 Commits (1) - [`ff5e781`](https://github.com/Finb/bark-server/commit/ff5e7819297787e5c6c47151fc9e35a728310e0c) chore(deps): bump github.com/gofiber/fiber/v2 from 2.20.0 to 2.23.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.23.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.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> <li>middleware/session: CookieSameSite default &quot;Lax&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1638">#1638</a>) <a href="https://docs.gofiber.io/api/middleware/session#config">https://docs.gofiber.io/api/middleware/session#config</a> <strong>breaking change to be aware of</strong></li> <li>middleware/csrf: CookieSameSite default &quot;Lax&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1640">#1640</a>) <a href="https://docs.gofiber.io/api/middleware/csrf#config">https://docs.gofiber.io/api/middleware/csrf#config</a> <strong>breaking change to be aware of</strong></li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Update goccy/go-json to 0.8.1 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1644">#1644</a>)</li> </ul> <p>Thank you <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> and <a href="https://github.com/turgayozgur"><code>@​turgayozgur</code></a> for making this update possible.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/ad98f5e807fdda52db1e53ad5e37d7b0d2424532"><code>ad98f5e</code></a> prepare release 2.23.0</li> <li><a href="https://github.com/gofiber/fiber/commit/10aa7f7f3b7ccbf8136cbcc4ce4eb447e848c24e"><code>10aa7f7</code></a> Update goccy/go-json to 0.8.1 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1644">#1644</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/5e37126352ec03935aef2866d1e9c2d2c63d3b71"><code>5e37126</code></a> Improvements for logger middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1645">#1645</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/b74676704df49f8bfca5d999ea6dcb4f2153fd2e"><code>b746767</code></a> Add disable html support to monitor middleware. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1620">#1620</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/693f3c51184032bf8f0106b6de54b68dbfe1bd02"><code>693f3c5</code></a> fix(middleware/session): CookieSameSite default &quot;Lax&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1638">#1638</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/af6b204e50decc683beae4bb3899a11e0fb64546"><code>af6b204</code></a> CookieSameSite default &quot;Lax&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1640">#1640</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/c9e959c4d4c6fb9d137da0c2992c9d15822aa354"><code>c9e959c</code></a> Recover middleware: Added, fiber.Ctx as a first paremeter to StackTraceHandle...</li> <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>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.20.0...v2.23.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.23.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#155
No description provided.