[PR #167] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.37.0 to 2.37.1 #206

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/167
Author: @dependabot[bot]
Created: 9/8/2022
Status: Merged
Merged: 9/10/2022
Merged by: @mritd

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


📝 Commits (1)

  • 6f1feb7 chore(deps): bump github.com/gofiber/fiber/v2 from 2.37.0 to 2.37.1

📊 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.37.0 to 2.37.1.

Release notes

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

v2.37.1

🧹 Updates

  • Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 (#2075)
  • Unhandled errors in app_test.go (#2071)
  • Unhandled error in hooks test (#2070)

🐛 Fixes

  • Constraints when to use multiple params (#2077)
  • Unhandle in strictmode (#2055)
  • EnvVar middleware parses base64 incorrectly (#2069)

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

Thank you @​Kamandlou, @​efectn, @​fufuok and @​wangjq4214 for making this update possible.

Commits
  • 012a2b1 prepare release v2.37.1
  • 35753f7 🐛 bug: fix constraints when to use multiple params (#2077)
  • bb10225 Update release-drafter.yml
  • 22239f6 Update release-drafter.yml
  • 8dfbd94 Add changelog link to release drafter
  • 3bbeb4e Add changelog link to release drafter
  • e8c93e6 🐛 [Fix]: unhandle in strictmode (#2055)
  • 9fc80fc Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 (#2075)
  • c8b1879 fix unhandled errors in app_test.go (#2071)
  • 87faeda 🐛 Fix: EnvVar middleware parses base64 incorrectly (#2069)
  • 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/167 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2022 **Status:** ✅ Merged **Merged:** 9/10/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.37.1` --- ### 📝 Commits (1) - [`6f1feb7`](https://github.com/Finb/bark-server/commit/6f1feb7586fd72452a9c67d60f014f2a1c6cec5f) chore(deps): bump github.com/gofiber/fiber/v2 from 2.37.0 to 2.37.1 ### 📊 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.37.0 to 2.37.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.37.1</h2> <h2>🧹 Updates</h2> <ul> <li>Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2075">#2075</a>)</li> <li>Unhandled errors in app_test.go (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2071">#2071</a>)</li> <li>Unhandled error in hooks test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2070">#2070</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Constraints when to use multiple params (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2077">#2077</a>)</li> <li>Unhandle in strictmode (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2055">#2055</a>)</li> <li>EnvVar middleware parses base64 incorrectly (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2069">#2069</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.37.0...v2.37.1">https://github.com/gofiber/fiber/compare/v2.37.0...v2.37.1</a></p> <p>Thank you <a href="https://github.com/Kamandlou"><code>@​Kamandlou</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/fufuok"><code>@​fufuok</code></a> and <a href="https://github.com/wangjq4214"><code>@​wangjq4214</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/012a2b16a5a391f76701431027224d69897e7fb2"><code>012a2b1</code></a> prepare release v2.37.1</li> <li><a href="https://github.com/gofiber/fiber/commit/35753f7eac08d26def76d15695537157c338ef63"><code>35753f7</code></a> :bug: bug: fix constraints when to use multiple params (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2077">#2077</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/bb102259c4635efe76ed7e62e20d4c1f6a8f4b4a"><code>bb10225</code></a> Update release-drafter.yml</li> <li><a href="https://github.com/gofiber/fiber/commit/22239f621d794bbedf7c0da5a562883d26712b8e"><code>22239f6</code></a> Update release-drafter.yml</li> <li><a href="https://github.com/gofiber/fiber/commit/8dfbd9460871ad53c0277afcc4eb7b93fbce61b0"><code>8dfbd94</code></a> Add changelog link to release drafter</li> <li><a href="https://github.com/gofiber/fiber/commit/3bbeb4ebe97aa90effe785b222f715795c43daf8"><code>3bbeb4e</code></a> Add changelog link to release drafter</li> <li><a href="https://github.com/gofiber/fiber/commit/e8c93e6153687be33638d8b5ecfebe186f70e569"><code>e8c93e6</code></a> 🐛 [Fix]: unhandle in strictmode (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2055">#2055</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/9fc80fcc92a9b6dcbbf5f0414c9baaf2e5d49d8e"><code>9fc80fc</code></a> Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2075">#2075</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/c8b1879b11d4f09fbba3fef9f741f9bc2f28db64"><code>c8b1879</code></a> fix unhandled errors in app_test.go (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2071">#2071</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/87faeda5c16998a3a185c3d27cb4dc62ccb24dbd"><code>87faeda</code></a> 🐛 Fix: EnvVar middleware parses base64 incorrectly (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/2069">#2069</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.37.0...v2.37.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.0&new-version=2.37.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#206
No description provided.