[PR #393] [MERGED] fix(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 in /api #414

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/393
Author: @dependabot[bot]
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @AchoArnold

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


📝 Commits (1)

  • 0440dad 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.1 to 2.52.4.

Release notes

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

v2.52.4

🐛 Fixes

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.3...v2.52.4

v2.52.3

🐛 Fixes

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.2...v2.52.3

v2.52.2

🐛 Fixes

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.1...v2.52.2

Commits
  • fd811cf prepare release v2.52.4
  • a6f4c13 fix(middleware/cors): Vary header handling non-cors OPTIONS requests (#2939)
  • e574c0d fix(middleware/cors): CORS handling (#2937)
  • 43d5091 Prepare release v2.52.3
  • ba10e68 test(middleware/csrf): Fix Benchmark Tests (#2932)
  • 1607d87 fix(middleware/cors): Categorize requests correctly (#2921)
  • 1aac6f6 fix(middleware/cors): Handling and wildcard subdomain matching (#2915)
  • d2b19e2 refactor(docs): deactivate docs sync for v2
  • 68d90cd refactor(docs): deactivate docs sync for v2
  • 109e91a prepare release v2.52.2
  • 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 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/393 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/gofiber/fiber/v2-2.52.4` --- ### 📝 Commits (1) - [`0440dad`](https://github.com/NdoleStudio/httpsms/commit/0440dad9f9d379b74cd212bba7950fe191ee4526) 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.1 to 2.52.4. <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.4</h2> <h1>🐛 Fixes</h1> <ul> <li>Middleware/cors: CORS handling by <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/2937">gofiber/fiber#2937</a></li> <li>Middleware/cors: Vary header handling non-cors OPTIONS requests by <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/2939">gofiber/fiber#2939</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.52.3...v2.52.4">https://github.com/gofiber/fiber/compare/v2.52.3...v2.52.4</a></p> <h2>v2.52.3</h2> <h2>🐛 Fixes</h2> <ul> <li>Middleware/cors: Handling and wildcard subdomain matching by <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/2915">gofiber/fiber#2915</a></li> <li>Middleware/cors: Categorize requests correctly by <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/2921">gofiber/fiber#2921</a></li> <li>Middleware/csrf: Fix Benchmark Tests by <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/2932">gofiber/fiber#2932</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.52.2...v2.52.3">https://github.com/gofiber/fiber/compare/v2.52.2...v2.52.3</a></p> <h2>v2.52.2</h2> <h2>🐛 Fixes</h2> <ul> <li>Middleware/cors: Validation of multiple Origins (<a href="https://redirect.github.com/gofiber/fiber/pull/2883">gofiber/fiber#2883</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.52.1...v2.52.2">https://github.com/gofiber/fiber/compare/v2.52.1...v2.52.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/fd811cf84af282db8ec50adedce01a5886d5fd46"><code>fd811cf</code></a> prepare release v2.52.4</li> <li><a href="https://github.com/gofiber/fiber/commit/a6f4c133bc749696b8d1f551bc56d48efda138d3"><code>a6f4c13</code></a> fix(middleware/cors): Vary header handling non-cors OPTIONS requests (<a href="https://redirect.github.com/gofiber/fiber/issues/2939">#2939</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e574c0db52ced42fe3cfb126b72c3d88ae5e290b"><code>e574c0d</code></a> fix(middleware/cors): CORS handling (<a href="https://redirect.github.com/gofiber/fiber/issues/2937">#2937</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/43d5091967e17f1d2a4774e8546e3cf5da21fe57"><code>43d5091</code></a> Prepare release v2.52.3</li> <li><a href="https://github.com/gofiber/fiber/commit/ba10e68d01399fe34e15b84e63164a85c3dab6fb"><code>ba10e68</code></a> test(middleware/csrf): Fix Benchmark Tests (<a href="https://redirect.github.com/gofiber/fiber/issues/2932">#2932</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/1607d872d9a825c1d99cf4894c429c2765cb01b6"><code>1607d87</code></a> fix(middleware/cors): Categorize requests correctly (<a href="https://redirect.github.com/gofiber/fiber/issues/2921">#2921</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/1aac6f618b6bd3e159d2449acb4232a2170b976b"><code>1aac6f6</code></a> fix(middleware/cors): Handling and wildcard subdomain matching (<a href="https://redirect.github.com/gofiber/fiber/issues/2915">#2915</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/d2b19e290d563ed80b188d875c0121059b449fc0"><code>d2b19e2</code></a> refactor(docs): deactivate docs sync for v2</li> <li><a href="https://github.com/gofiber/fiber/commit/68d90cd6b24308ebe3cf77a7ecb11c9683cbba8c"><code>68d90cd</code></a> refactor(docs): deactivate docs sync for v2</li> <li><a href="https://github.com/gofiber/fiber/commit/109e91a630679dc7739e80ebdf8355ace8aafcd4"><code>109e91a</code></a> prepare release v2.52.2</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.52.1...v2.52.4">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.1&new-version=2.52.4)](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:38:16 +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#414
No description provided.