[PR #191] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.40.1 to 2.41.0 #222

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/191
Author: @dependabot[bot]
Created: 1/4/2023
Status: Merged
Merged: 1/4/2023
Merged by: @mritd

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


📝 Commits (1)

  • 1177ceb chore(deps): bump github.com/gofiber/fiber/v2 from 2.40.1 to 2.41.0

📊 Changes

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

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+6 -5)

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.40.1 to 2.41.0.

Release notes

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

v2.41.0

🚀 New

🧹 Updates

  • Latency use lowest time unit in logger middleware (#2261)
  • Add more detail error message in serverErrorHandler (#2267)
  • Use fasthttp.AddMissingPort (#2268)
  • Set byteSent log to 0 when use SetBodyStreamWriter (#2239)
  • Unintended overwritten bind variables (#2240)
  • Bump github.com/valyala/fasthttp from 1.41.0 to 1.43.0 (#2237, #2245)
  • Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#2279)

🐛 Fixes

  • Fix some warnings, go-ole on mac os (#2280)
  • Properly handle error of "net.ParseCIDR" in "(*App).handleTrustedProxy" (#2243)
  • Fix regex constraints that contain comma (#2256)
  • Unintended overwritten bind variables (#2240)

📚 Documentation

  • Fix ci badge errors (#2282)
  • Replace 1.14 with 1.16 in READMEs (#2265)
  • Update docstring for FormValue() (#2262)
  • Added Ukrainian README translation (#2249)
  • middleware/requestid: mention that the default UUID generator exposes the number of requests made to the server (#2241)
  • middleware/filesystem does not handle url encoded values on it's own (#2247)

Full Changelog: https://github.com/gofiber/fiber/compare/v2.40.1...v2.41.0

Thank you @​AngelVI13, @​Simerax, @​cwinters8, @​efectn, @​jfcg, @​leonklingele, @​li-jin-gou, @​pjebs, @​shuuji3 and @​v1def for making this update possible.

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/191 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/4/2023 **Status:** ✅ Merged **Merged:** 1/4/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.41.0` --- ### 📝 Commits (1) - [`1177ceb`](https://github.com/Finb/bark-server/commit/1177ceb389991bf49ab8bb2b759ceeec5af8a219) chore(deps): bump github.com/gofiber/fiber/v2 from 2.40.1 to 2.41.0 ### 📊 Changes **2 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -5) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.40.1 to 2.41.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.41.0</h2> <h2>🚀 New</h2> <ul> <li>Add ShutdownWithTimeout function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2228">#2228</a>) <a href="https://docs.gofiber.io/api/app#server-shutdown">https://docs.gofiber.io/api/app#server-shutdown</a></li> <li>Match function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2142">#2142</a>) <a href="https://pkg.go.dev/github.com/gofiber/fiber/v2#RoutePatternMatch">https://pkg.go.dev/github.com/gofiber/fiber/v2#RoutePatternMatch</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Latency use lowest time unit in logger middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2261">#2261</a>)</li> <li>Add more detail error message in serverErrorHandler (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2267">#2267</a>)</li> <li>Use fasthttp.AddMissingPort (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2268">#2268</a>)</li> <li>Set byteSent log to 0 when use SetBodyStreamWriter (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2239">#2239</a>)</li> <li>Unintended overwritten bind variables (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2240">#2240</a>)</li> <li>Bump github.com/valyala/fasthttp from 1.41.0 to 1.43.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2237">#2237</a>, <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2245">#2245</a>)</li> <li>Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2279">#2279</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix some warnings, go-ole on mac os (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2280">#2280</a>)</li> <li>Properly handle error of &quot;net.ParseCIDR&quot; in &quot;(*App).handleTrustedProxy&quot; (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2243">#2243</a>)</li> <li>Fix regex constraints that contain comma (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2256">#2256</a>)</li> <li>Unintended overwritten bind variables (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2240">#2240</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Fix ci badge errors (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2282">#2282</a>)</li> <li>Replace <code>1.14</code> with <code>1.16</code> in READMEs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2265">#2265</a>)</li> <li>Update docstring for FormValue() (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2262">#2262</a>)</li> <li>Added Ukrainian README translation (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2249">#2249</a>)</li> <li>middleware/requestid: mention that the default UUID generator exposes the number of requests made to the server (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2241">#2241</a>)</li> <li>middleware/filesystem does not handle url encoded values on it's own (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2247">#2247</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.40.1...v2.41.0">https://github.com/gofiber/fiber/compare/v2.40.1...v2.41.0</a></p> <p>Thank you <a href="https://github.com/AngelVI13"><code>@​AngelVI13</code></a>, <a href="https://github.com/Simerax"><code>@​Simerax</code></a>, <a href="https://github.com/cwinters8"><code>@​cwinters8</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/jfcg"><code>@​jfcg</code></a>, <a href="https://github.com/leonklingele"><code>@​leonklingele</code></a>, <a href="https://github.com/li-jin-gou"><code>@​li-jin-gou</code></a>, <a href="https://github.com/pjebs"><code>@​pjebs</code></a>, <a href="https://github.com/shuuji3"><code>@​shuuji3</code></a> and <a href="https://github.com/v1def"><code>@​v1def</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/c13a7e39180be408e8b8a266fc612f206bfeeca2"><code>c13a7e3</code></a> prepare release v2.41.0</li> <li><a href="https://github.com/gofiber/fiber/commit/f6b0a07db0899c6e2b371ce56be6123064c67f61"><code>f6b0a07</code></a> 📝 docs: fix ci badge errors (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2282">#2282</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/9dfdea45c174cc8bb95af39636db22f9e211f7ed"><code>9dfdea4</code></a> :broom: :bug: fix some warnings, go-ole on mac os (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2280">#2280</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/4d43db0c79d54d367700ef1a3301e2712c15e13b"><code>4d43db0</code></a> Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2279">#2279</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/8889cea116a8f62a1f87185fcdb851c8774d403c"><code>8889cea</code></a> feat: add ShutdownWithTimeout function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2228">#2228</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f13c948e360ca5b06c0b2adee28d570233b3b81e"><code>f13c948</code></a> Match function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2142">#2142</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/efeea7a4b5f9a5422376379c9b293f57e8fc558e"><code>efeea7a</code></a> optimize: latency use lowest time unit in logger middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2261">#2261</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a9ddef7a208f32351a15399198378382a6022558"><code>a9ddef7</code></a> optimize: add more detail error message in serverErrorHandler (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2267">#2267</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/2e3f73cb4ddad7defe23cde508075c9432c34efa"><code>2e3f73c</code></a> optimize: use fasthttp.AddMissingPort (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2268">#2268</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/affa7594771cd57193f4d17070bb3c3ed15487c3"><code>affa759</code></a> :memo: docs: replace <code>1.14</code> with <code>1.16</code> in READMEs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2265">#2265</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.40.1...v2.41.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.40.1&new-version=2.41.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:47 +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#222
No description provided.