[PR #218] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.45.0 to 2.46.0 #243

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/218
Author: @dependabot[bot]
Created: 5/22/2023
Status: Merged
Merged: 5/22/2023
Merged by: @mritd

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


📝 Commits (1)

  • 4eb053c chore(deps): bump github.com/gofiber/fiber/v2 from 2.45.0 to 2.46.0

📊 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.45.0 to 2.46.0.

Release notes

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

v2.46.0

🚀 New

  • Utils: add Go 1.20+ way of converting byte slice to string (#2468)
  • Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (#2461)

🧹 Updates

🐛 Fixes

  • Fix mount route positioning (#2463)

📚 Documentation

  • Update README_ru.md (#2456)

Full Changelog: https://github.com/gofiber/fiber/compare/v2.45.0...v2.46.0

Thank you @​alekseikovrigin, @​efectn and @​leonklingele for making this update possible.

Commits
  • 1207d50 Update app.go
  • fe48793 utils: add Go 1.20+ way of converting byte slice to string (#2468)
  • 182f9f0 🚀 Speedup and cleanup "path" testcases and benchmarks (#2465)
  • df87a82 🐛 Fix mount route positioning (#2463)
  • c56b4e6 middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (#2461)
  • eced39c utils: add Go 1.20+ way of converting string to byte slice (#2462)
  • 77c1b48 📝 docs: update README_ru.md (#2456)
  • c7c37d9 ♻️ refactor: merge some external middlewares to core (#2453)
  • 9cc10e9 Update benchmark.yml
  • 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 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/218 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.46.0` --- ### 📝 Commits (1) - [`4eb053c`](https://github.com/Finb/bark-server/commit/4eb053ccf5ff43cb2d89983477169a6fbf734bf0) chore(deps): bump github.com/gofiber/fiber/v2 from 2.45.0 to 2.46.0 ### 📊 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.45.0 to 2.46.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.46.0</h2> <h2>🚀 New</h2> <ul> <li>Utils: add Go 1.20+ way of converting byte slice to string (<a href="https://redirect.github.com/gofiber/fiber/issues/2468">#2468</a>)</li> <li>Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (<a href="https://redirect.github.com/gofiber/fiber/issues/2461">#2461</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Speedup and cleanup &quot;path&quot; testcases and benchmarks (<a href="https://redirect.github.com/gofiber/fiber/issues/2465">#2465</a>)</li> <li>Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (<a href="https://redirect.github.com/gofiber/fiber/issues/2461">#2461</a>)</li> <li>Utils: add Go 1.20+ way of converting string to byte slice (<a href="https://redirect.github.com/gofiber/fiber/issues/2462">#2462</a>)</li> <li>Merge some external middlewares to core (<a href="https://redirect.github.com/gofiber/fiber/issues/2453">#2453</a>) <a href="https://docs.gofiber.io/category/-middleware">https://docs.gofiber.io/category/-middleware</a></li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix mount route positioning (<a href="https://redirect.github.com/gofiber/fiber/issues/2463">#2463</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Update README_ru.md (<a href="https://redirect.github.com/gofiber/fiber/issues/2456">#2456</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.45.0...v2.46.0">https://github.com/gofiber/fiber/compare/v2.45.0...v2.46.0</a></p> <p>Thank you <a href="https://github.com/alekseikovrigin"><code>@​alekseikovrigin</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a> and <a href="https://github.com/leonklingele"><code>@​leonklingele</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/1207d5055bbea7066d4752494a7bb084b106d12e"><code>1207d50</code></a> Update app.go</li> <li><a href="https://github.com/gofiber/fiber/commit/fe487934f939ae53db82fb7a543db6f0c6b41ca2"><code>fe48793</code></a> utils: add Go 1.20+ way of converting byte slice to string (<a href="https://redirect.github.com/gofiber/fiber/issues/2468">#2468</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/182f9f09705eab40c61a618835d46faee79c1e49"><code>182f9f0</code></a> 🚀 Speedup and cleanup &quot;path&quot; testcases and benchmarks (<a href="https://redirect.github.com/gofiber/fiber/issues/2465">#2465</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/df87a82d5a650ab63c8772419a05d976d59c1d76"><code>df87a82</code></a> 🐛 Fix mount route positioning (<a href="https://redirect.github.com/gofiber/fiber/issues/2463">#2463</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/c56b4e66a0e4c6fe8ce070e95f1ee39773d01a0c"><code>c56b4e6</code></a> middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (<a href="https://redirect.github.com/gofiber/fiber/issues/2461">#2461</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/eced39c47e3703078bbf2484e17e315be2f91f17"><code>eced39c</code></a> utils: add Go 1.20+ way of converting string to byte slice (<a href="https://redirect.github.com/gofiber/fiber/issues/2462">#2462</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/77c1b4868a686254a839fbbb88d7f46cbadb055a"><code>77c1b48</code></a> :memo: docs: update README_ru.md (<a href="https://redirect.github.com/gofiber/fiber/issues/2456">#2456</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/c7c37d9b504f530a23ee1b03df872e8e0f17002f"><code>c7c37d9</code></a> :recycle: refactor: merge some external middlewares to core (<a href="https://redirect.github.com/gofiber/fiber/issues/2453">#2453</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/9cc10e942a6be89ed6a77e52f6f2c553f564029b"><code>9cc10e9</code></a> Update benchmark.yml</li> <li>See full diff in <a href="https://github.com/gofiber/fiber/compare/v2.45.0...v2.46.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.45.0&new-version=2.46.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:53 +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#243
No description provided.