[PR #164] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.37.0 #202

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/164
Author: @dependabot[bot]
Created: 8/31/2022
Status: Merged
Merged: 9/1/2022
Merged by: @mritd

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


📝 Commits (1)

  • 4a724aa chore(deps): bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.37.0

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.36.0 to 2.37.0.

Release notes

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

v2.37.0

🚀 New

🧹 Updates

  • Remove prefork support from custom listeners (#2060)
  • Make IP() and IPs() more reliable (#2020)
  • Bump github.com/valyala/fasthttp from 1.38.0 to 1.39.0 (#2017)
  • Add go 1.19 to tests (#1994)
  • Add black colors to default overriding function (#1993)

🧹 Cleanup

  • Unhandled errors in helpers_test.go (#2058)
  • Unhandled error in common_linux.go (#2056)
  • Handle file error on closing (#2050)
  • Unhandled error in cache package tests (#2049)
  • Unhandled errors and remove unused parameter (#2061)
  • Unhandled errors in tests (#2048)

🐛 Fixes

  • Fix csrf middleware behavior with header key lookup (#2063)
  • Fix regex constraints (#2059)
  • Fix route constraints problems (#2033)
  • Make tlsHandler public to use it with Listener (#2034)
  • Case sensitivity for parameters in GetRouteURL (#2010)
  • Client: fix Agent use after free (#2037)
  • Middleware/monitor - fix ignore custom settings (#2024)
  • Fix proxy overwrote the wrong scheme (#2004)
  • Fix infinitely app.Test (#1997)
  • Fix gopsutil when compiling for bsd (#1995)

📚 Documentation

  • Make Hooks public (#2015)
  • Gofmt & add missing copyright texts (#2013)
  • Change support claim up to go 1.19 (#2043)
  • Update Spanish readme (#2064)

... (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/164 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/31/2022 **Status:** ✅ Merged **Merged:** 9/1/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.37.0` --- ### 📝 Commits (1) - [`4a724aa`](https://github.com/Finb/bark-server/commit/4a724aa8c1480550e04443be9032dca9cb49a389) chore(deps): bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.37.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.36.0 to 2.37.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.37.0</h2> <h2>🚀 New</h2> <ul> <li>Route constraints (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1998">#1998</a>) <a href="https://docs.gofiber.io/guide/routing#constraints">https://docs.gofiber.io/guide/routing#constraints</a></li> <li>Add envvar expose middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2054">#2054</a>) <a href="https://docs.gofiber.io/api/middleware/envvar">https://docs.gofiber.io/api/middleware/envvar</a></li> <li>Add XML to context. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2003">#2003</a>) <a href="https://docs.gofiber.io/api/ctx#xml">https://docs.gofiber.io/api/ctx#xml</a> <a href="https://docs.gofiber.io/api/fiber">https://docs.gofiber.io/api/fiber</a> - XMLEncoder</li> <li>Middleware/csrf custom extractor (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2052">#2052</a>) <a href="https://docs.gofiber.io/api/middleware/csrf">https://docs.gofiber.io/api/middleware/csrf</a></li> <li>Tls.ClientHelloInfo in Ctx (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2011">#2011</a>) <a href="https://docs.gofiber.io/api/ctx#clienthelloinfo">https://docs.gofiber.io/api/ctx#clienthelloinfo</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Remove prefork support from custom listeners (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2060">#2060</a>)</li> <li>Make IP() and IPs() more reliable (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2020">#2020</a>)</li> <li>Bump github.com/valyala/fasthttp from 1.38.0 to 1.39.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2017">#2017</a>)</li> <li>Add go 1.19 to tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1994">#1994</a>)</li> <li>Add black colors to default overriding function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1993">#1993</a>)</li> </ul> <h3>🧹 Cleanup</h3> <ul> <li>Unhandled errors in helpers_test.go (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2058">#2058</a>)</li> <li>Unhandled error in <code>common_linux.go</code> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2056">#2056</a>)</li> <li>Handle file error on closing (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2050">#2050</a>)</li> <li>Unhandled error in cache package tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2049">#2049</a>)</li> <li>Unhandled errors and remove unused parameter (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2061">#2061</a>)</li> <li>Unhandled errors in tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2048">#2048</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix csrf middleware behavior with header key lookup (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2063">#2063</a>)</li> <li>Fix regex constraints (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2059">#2059</a>)</li> <li>Fix route constraints problems (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2033">#2033</a>)</li> <li>Make tlsHandler public to use it with Listener (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2034">#2034</a>)</li> <li>Case sensitivity for parameters in GetRouteURL (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2010">#2010</a>)</li> <li>Client: fix <code>Agent</code> use after free (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2037">#2037</a>)</li> <li>Middleware/monitor - fix ignore custom settings (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2024">#2024</a>)</li> <li>Fix proxy overwrote the wrong scheme (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2004">#2004</a>)</li> <li>Fix infinitely <code>app.Test</code> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1997">#1997</a>)</li> <li>Fix gopsutil when compiling for bsd (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1995">#1995</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Make Hooks public (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2015">#2015</a>)</li> <li>Gofmt &amp; add missing copyright texts (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2013">#2013</a>)</li> <li>Change support claim up to go 1.19 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2043">#2043</a>)</li> <li>Update Spanish readme (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2064">#2064</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/1f18ae35490c4a8fd0a88cc39f5f6808957206bb"><code>1f18ae3</code></a> prepare release v2.37.0</li> <li><a href="https://github.com/gofiber/fiber/commit/ec96d161a0c5083834e844939ad61e88aa68fd75"><code>ec96d16</code></a> Fix csrf middleware behavior with header key lookup (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2063">#2063</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/6026560c93447b4cb85d812c862b491d7e25405b"><code>6026560</code></a> Sugerencia de cambios en traducción al español (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2064">#2064</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/cbfcac2c0a911bb1d47deadea71d7667115a0bfa"><code>cbfcac2</code></a> :bug: bug: remove prefork support from custom listeners (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2060">#2060</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e72ea32dd2515014d01b4094c47449dc8c42ba93"><code>e72ea32</code></a> :bug: bug: fix regex constraints (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2059">#2059</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/349772d69ab76d596a6522b8f751dffc08ef0d69"><code>349772d</code></a> fix unhandled errors and remove unused parameter (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2061">#2061</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/0ebc9113d5ebfd76702d89cc717b44b8995221b3"><code>0ebc911</code></a> Update README.md</li> <li><a href="https://github.com/gofiber/fiber/commit/d9257c2c1d400c1fcc251184ccf32e985f1ce104"><code>d9257c2</code></a> 🚀 [Feature]: add envvar expose middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2054">#2054</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/0734c9d3fc6f7d0663d6af6e48194ef0d8fae3ac"><code>0734c9d</code></a> :mag: fix unhandled errors in helpers_test.go (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2058">#2058</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/6272d759ebe1c21755713d529f842665a7993eb9"><code>6272d75</code></a> 🚀 [Feature]: middleware/csrf custom extractor (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2052">#2052</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.36.0...v2.37.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.36.0&new-version=2.37.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:41 +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#202
No description provided.