[PR #177] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.38.1 to 2.39.0 #212

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/177
Author: @dependabot[bot]
Created: 10/24/2022
Status: Merged
Merged: 10/24/2022
Merged by: @mritd

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


📝 Commits (1)

  • 733f9c9 chore(deps): bump github.com/gofiber/fiber/v2 from 2.38.1 to 2.39.0

📊 Changes

2 files changed (+18 additions, -5 deletions)

View changed files

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

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.38.1 to 2.39.0.

Release notes

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

v2.39.0

🚀 New

🧹 Updates

  • Improve memory storage (#2162)
  • Make IP validation 2x faster (#2158)
  • Switch to text/javascript as per RFC9239 (#2146)
  • Test: add nil jsonDecoder test case (#2139)
  • Utils: update mime extensions (#2133)

🐛 Fixes

  • Unhandled errors and update code comments to help the IDEs (#2128)
  • Multi-byte AppName displays confusion (#2148)
  • Query string parameter pass to fiber context (#2164)
  • Handle multiple X-Forwarded header (#2154)
  • Middleware/proxy - solve data race in middleware/proxy's test (#2153)
  • Middleware/session - Reset d.Data instead of deleting keys in it (#2156)
  • Agent: agent.Struct fails to unmarshal response since 2.33.0 #2134 (#2137)

📚 Documentation

  • Update logger's comment (#2157)
  • Update ReadmeID (#2150)
  • Add doc about usage of CSRF and EncryptCookie middlewares. (#2141)
  • Update language count (#2131)
  • Typos (#2127)

Full Changelog: https://github.com/gofiber/fiber/compare/v2.38.1...v2.39.0

Thank you @​Kamandlou, @​Yureien, @​efectn, @​floxydio, @​fufuok, @​joseroberto, @​leonklingele, @​li-jin-gou, @​marcmartin13, @​nathanfaucett, @​sadfun, @​supakornbabe, @​unickorn and @​xbt573 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/177 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.39.0` --- ### 📝 Commits (1) - [`733f9c9`](https://github.com/Finb/bark-server/commit/733f9c974d116c1867b02a6ea3b4ffab323fcfda) chore(deps): bump github.com/gofiber/fiber/v2 from 2.38.1 to 2.39.0 ### 📊 Changes **2 files changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -2) 📝 `go.sum` (+12 -3) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.38.1 to 2.39.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.39.0</h2> <h2>🚀 New</h2> <ul> <li>Middleware/cache: Cache-Control: no-cache/no-store (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2159">#2159</a>) <a href="https://docs.gofiber.io/api/middleware/cache">https://docs.gofiber.io/api/middleware/cache</a></li> <li>Middleware/proxy: support to set client (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2117">#2117</a>) <a href="https://docs.gofiber.io/api/middleware/proxy">https://docs.gofiber.io/api/middleware/proxy</a></li> <li>Add GetRoutes (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2112">#2112</a>) <a href="https://docs.gofiber.io/api/app#getroutes">https://docs.gofiber.io/api/app#getroutes</a></li> <li>Static: add CacheControl to Static config (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2140">#2140</a>) <a href="https://docs.gofiber.io/api/app#static">https://docs.gofiber.io/api/app#static</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Improve memory storage (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2162">#2162</a>)</li> <li>Make IP validation 2x faster (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2158">#2158</a>)</li> <li>Switch to text/javascript as per RFC9239 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2146">#2146</a>)</li> <li>Test: add nil jsonDecoder test case (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2139">#2139</a>)</li> <li>Utils: update mime extensions (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2133">#2133</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Unhandled errors and update code comments to help the IDEs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2128">#2128</a>)</li> <li>Multi-byte AppName displays confusion (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2148">#2148</a>)</li> <li>Query string parameter pass to fiber context (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2164">#2164</a>)</li> <li>Handle multiple X-Forwarded header (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2154">#2154</a>)</li> <li>Middleware/proxy - solve data race in middleware/proxy's test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2153">#2153</a>)</li> <li>Middleware/session - Reset d.Data instead of deleting keys in it (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2156">#2156</a>)</li> <li>Agent: agent.Struct fails to unmarshal response since 2.33.0 <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2134">#2134</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2137">#2137</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Update logger's comment (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2157">#2157</a>)</li> <li>Update ReadmeID (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2150">#2150</a>)</li> <li>Add doc about usage of CSRF and EncryptCookie middlewares. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2141">#2141</a>)</li> <li>Update language count (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2131">#2131</a>)</li> <li>Typos (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2127">#2127</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.38.1...v2.39.0">https://github.com/gofiber/fiber/compare/v2.38.1...v2.39.0</a></p> <p>Thank you <a href="https://github.com/Kamandlou"><code>@​Kamandlou</code></a>, <a href="https://github.com/Yureien"><code>@​Yureien</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/floxydio"><code>@​floxydio</code></a>, <a href="https://github.com/fufuok"><code>@​fufuok</code></a>, <a href="https://github.com/joseroberto"><code>@​joseroberto</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/marcmartin13"><code>@​marcmartin13</code></a>, <a href="https://github.com/nathanfaucett"><code>@​nathanfaucett</code></a>, <a href="https://github.com/sadfun"><code>@​sadfun</code></a>, <a href="https://github.com/supakornbabe"><code>@​supakornbabe</code></a>, <a href="https://github.com/unickorn"><code>@​unickorn</code></a> and <a href="https://github.com/xbt573"><code>@​xbt573</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/5b1885a44c059b567e2fab9104df04ec9e0065e3"><code>5b1885a</code></a> prepare release 2.39.0</li> <li><a href="https://github.com/gofiber/fiber/commit/c187c6a2f5d5e71bfc9ac799f7f8f1ab187aa8a4"><code>c187c6a</code></a> 🚀 [Feature]: Cache-Control: no-cache (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2159">#2159</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/5fb93fdff665ae1a81a5a6bd11707cda10d1b9ea"><code>5fb93fd</code></a> :bug: fix: multi-byte AppName displays confusion (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2148">#2148</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/917c937c7663eeeb7c424a7f25c6cc5696568f0b"><code>917c937</code></a> [Bug] Fix query string parameter pass to fiber context (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2164">#2164</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/ce2d087394dc74dbe45e6c9f9bb263ae6f105a26"><code>ce2d087</code></a> Improve memory storage (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2162">#2162</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/5316f0823db2a36326f379772a26ceca4d64565d"><code>5316f08</code></a> 🚀 Make IP validation 2x faster (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2158">#2158</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/709b132dca182df884bbe75825c16e7d035a73d6"><code>709b132</code></a> 🩹 Fix: handle multiple X-Forwarded header (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2154">#2154</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/2b7a632a1933341b5fc6419d61ced4e8ffc31ef5"><code>2b7a632</code></a> style: update logger's comment (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2157">#2157</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/d275091a2f8dfcea8f3d86a8c96703e94dc121bb"><code>d275091</code></a> :bug: fix: solve data race in middleware/proxy's test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2153">#2153</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a023fc2947459131b88210e8329640a34b450a16"><code>a023fc2</code></a> 🐛 Fix: Reset d.Data instead of deleting keys in it (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2156">#2156</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.38.1...v2.39.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.38.1&new-version=2.39.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:44 +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#212
No description provided.