[PR #806] [MERGED] fix(deps): bump github.com/gofiber/fiber/v2 from 2.52.10 to 2.52.11 in /api #805

Closed
opened 2026-03-03 16:40:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/806
Author: @dependabot[bot]
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/gofiber/fiber/v2-2.52.11


📝 Commits (1)

  • 5f6fe6b fix(deps): bump github.com/gofiber/fiber/v2 in /api

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.52.10 to 2.52.11.

Release notes

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

v2.52.11

What's Changed

🧹 Updates

🐛 Bug Fixes

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.10...v2.52.11

Commits
  • 65b0f3d Bump version to 2.52.11
  • 1b53334 Modernize error handling in UUID functions (#3941)
  • eb874b6 Merge commit from fork
  • 4ff945a 🩹 bug: Fix ErrorHandler invocation for mounted sub-apps (#3907)
  • 68d80a0 🩹 bug: Fix Fprint to use format instead of fmtArgs (#3924)
  • 5346c81 🔧 chore: Upgrade setup-go action from v5 to v6 in workflow files
  • 54fa41d Update AGENTS.md with coding practices and commands
  • a290d14 🐛 bug: Fixes and improvements for limiter middleware (#3899)
  • 3927e17 🧹 chore: Improve mount functionality (#3900)
  • 0786b39 🐛 Backport defensive copying fixes from #3828 and #3829 to v2 (#3888)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/NdoleStudio/httpsms/pull/806 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/gofiber/fiber/v2-2.52.11` --- ### 📝 Commits (1) - [`5f6fe6b`](https://github.com/NdoleStudio/httpsms/commit/5f6fe6ba4eef835158adcb8d012f0fa05da24fca) fix(deps): bump github.com/gofiber/fiber/v2 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.10 to 2.52.11. <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.52.11</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🧹 Updates</h3> <ul> <li>Improve mount functionality by <a href="https://github.com/gaby"><code>@​gaby</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3900">gofiber/fiber#3900</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Backport defensive copying fixes from <a href="https://redirect.github.com/gofiber/fiber/issues/3828">#3828</a> and <a href="https://redirect.github.com/gofiber/fiber/issues/3829">#3829</a> to v2 by <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3888">gofiber/fiber#3888</a></li> <li>Fixes and improvements for limiter middleware by <a href="https://github.com/gaby"><code>@​gaby</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3899">gofiber/fiber#3899</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.52.10...v2.52.11">https://github.com/gofiber/fiber/compare/v2.52.10...v2.52.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/65b0f3d48feceeb8f294ae2109852f963d969a07"><code>65b0f3d</code></a> Bump version to 2.52.11</li> <li><a href="https://github.com/gofiber/fiber/commit/1b5333404fc9195778ccfb0803f8ab9221b58968"><code>1b53334</code></a> Modernize error handling in UUID functions (<a href="https://redirect.github.com/gofiber/fiber/issues/3941">#3941</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/eb874b6f6c5896b968d9b0ab2b56ac7052cb0ee1"><code>eb874b6</code></a> Merge commit from fork</li> <li><a href="https://github.com/gofiber/fiber/commit/4ff945a6d70c6bb3acb6803d05100e1c7b19ab63"><code>4ff945a</code></a> 🩹 bug: Fix ErrorHandler invocation for mounted sub-apps (<a href="https://redirect.github.com/gofiber/fiber/issues/3907">#3907</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/68d80a0339293985030db83edc41ba73991bf413"><code>68d80a0</code></a> 🩹 bug: Fix Fprint to use format instead of fmtArgs (<a href="https://redirect.github.com/gofiber/fiber/issues/3924">#3924</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/5346c81c19f098e6ae2b2bc624c99cca9f2e4c22"><code>5346c81</code></a> 🔧 chore: Upgrade setup-go action from v5 to v6 in workflow files</li> <li><a href="https://github.com/gofiber/fiber/commit/54fa41d8373c4b11123d0ffeec496dfcbeb27676"><code>54fa41d</code></a> Update AGENTS.md with coding practices and commands</li> <li><a href="https://github.com/gofiber/fiber/commit/a290d144c26837cf069e5f3bf8681caf1b2e928b"><code>a290d14</code></a> 🐛 bug: Fixes and improvements for limiter middleware (<a href="https://redirect.github.com/gofiber/fiber/issues/3899">#3899</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/3927e17dc77f1ace48b53eda6ce3c85e21d45a36"><code>3927e17</code></a> 🧹 chore: Improve mount functionality (<a href="https://redirect.github.com/gofiber/fiber/issues/3900">#3900</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/0786b39b27309471e2c294eb3f491ca53adb8374"><code>0786b39</code></a> 🐛 Backport defensive copying fixes from <a href="https://redirect.github.com/gofiber/fiber/issues/3828">#3828</a> and <a href="https://redirect.github.com/gofiber/fiber/issues/3829">#3829</a> to v2 (<a href="https://redirect.github.com/gofiber/fiber/issues/3888">#3888</a>)</li> <li>See full diff in <a href="https://github.com/gofiber/fiber/compare/v2.52.10...v2.52.11">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.52.10&new-version=2.52.11)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 16:40:12 +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/httpsms#805
No description provided.