[PR #172] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.37.1 to 2.38.1 #208

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/172
Author: @dependabot[bot]
Created: 9/27/2022
Status: Merged
Merged: 9/28/2022
Merged by: @mritd

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


📝 Commits (1)

  • 0685d57 chore(deps): bump github.com/gofiber/fiber/v2 from 2.37.1 to 2.38.1

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v2.38.1

🚀 New

🧹 Updates

🐛 Fixes

  • Test: fix Test_Ctx_ParamParser route param (#2119)
  • SchemaPasers: Same struct parse param failed (#2101)
  • Fix ctx.SendStream(io.Reader) huge memory usage (#2091)

📚 Documentation

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

Thank you @​Kamandlou, @​dayuoba, @​efectn, @​hakankutluay, @​li-jin-gou, @​nnnkkk7 and @​trim21 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/172 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/27/2022 **Status:** ✅ Merged **Merged:** 9/28/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.38.1` --- ### 📝 Commits (1) - [`0685d57`](https://github.com/Finb/bark-server/commit/0685d57956eb8d6c4cbaee961999b22fd5f07c2a) chore(deps): bump github.com/gofiber/fiber/v2 from 2.37.1 to 2.38.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.37.1 to 2.38.1. <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.38.1</h2> <h2>🚀 New</h2> <ul> <li>Middleware/cache: Add methods configuration (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2081">#2081</a>) <a href="https://docs.gofiber.io/api/middleware/cache">https://docs.gofiber.io/api/middleware/cache</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Middleware/timeout: Add timeout context middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2090">#2090</a>) <a href="https://docs.gofiber.io/api/middleware/timeout">https://docs.gofiber.io/api/middleware/timeout</a></li> <li>Fix linter errors for tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2102">#2102</a>)</li> <li>Upgrade go version to 1.19 in go.mod (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2103">#2103</a>)</li> <li>Remove redundant parentheses and update comments (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2082">#2082</a>)</li> <li>Update code comment for helping IDEs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2095">#2095</a>)</li> <li>Update code comments for helping IDEs and fix unhandled error in test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2099">#2099</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Test: fix Test_Ctx_ParamParser route param (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2119">#2119</a>)</li> <li>SchemaPasers: Same struct parse param failed (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2101">#2101</a>)</li> <li>Fix <code>ctx.SendStream(io.Reader)</code> huge memory usage (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2091">#2091</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Update README.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2114">#2114</a>)</li> <li>Fix typo (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2110">#2110</a>)</li> <li>Correct README_ja (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2108">#2108</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.37.1...v2.38.1">https://github.com/gofiber/fiber/compare/v2.37.1...v2.38.1</a></p> <p>Thank you <a href="https://github.com/Kamandlou"><code>@​Kamandlou</code></a>, <a href="https://github.com/dayuoba"><code>@​dayuoba</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/hakankutluay"><code>@​hakankutluay</code></a>, <a href="https://github.com/li-jin-gou"><code>@​li-jin-gou</code></a>, <a href="https://github.com/nnnkkk7"><code>@​nnnkkk7</code></a> and <a href="https://github.com/trim21"><code>@​trim21</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/cc1e9bf115a296924561a7cd041c5735f243237f"><code>cc1e9bf</code></a> prepare release v2.38.1</li> <li><a href="https://github.com/gofiber/fiber/commit/d1778f381ab1ef17d93d1e57d8e771adbf747519"><code>d1778f3</code></a> prepare release v2.38.0</li> <li><a href="https://github.com/gofiber/fiber/commit/14a5f61c2c01158e30e81ed64cd8b31f353200bf"><code>14a5f61</code></a> :white_check_mark: test: fix Test_Ctx_ParamParser route param (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2119">#2119</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/d461bf231e24ba053c08be259ce352db2bf10c83"><code>d461bf2</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2114">#2114</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/72397a7c5be7291235261dcf5b079d7702277b65"><code>72397a7</code></a> :pencil2: fix typo (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2110">#2110</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/b319e8d00ca188573d9489f7ba97b56fb69d0d61"><code>b319e8d</code></a> ✍ Correct README_ja (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2108">#2108</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/896b37183fdfe14830dcb40f12007d0d72d0975d"><code>896b371</code></a> :bug: fix: same struct parse param failed (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2101">#2101</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/305bb072be55726e4a09129002e8b1f4344690b7"><code>305bb07</code></a> :broom: tidy up: fix linter errors for tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2102">#2102</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/45229ed935f4acccf86b6f0b335e918310374948"><code>45229ed</code></a> :white_check_mark: Upgrade go version to 1.19 in go.mod (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2103">#2103</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/1d773c7f3c2d802d8a46b80b3eba8dae93a499df"><code>1d773c7</code></a> update code comments for helping IDEs and fix unhandled error in test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2099">#2099</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.37.1...v2.38.1">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.37.1&new-version=2.38.1)](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:43 +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#208
No description provided.