[PR #235] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0 #255

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/235
Author: @dependabot[bot]
Created: 8/28/2023
Status: Merged
Merged: 8/31/2023
Merged by: @mritd

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


📝 Commits (1)

  • cedb08f chore(deps): bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0

📊 Changes

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

View changed files

📝 go.mod (+4 -4)
📝 go.sum (+8 -8)

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0.

Release notes

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

v2.49.0

Breaking Changes

EnableSplittingOnParsers splits the query/body/header parameters by comma when it's true (default: false).

For example, you can use it to parse multiple values from a query parameter like this: /api?foo=bar,baz == foo[]=bar&foo[]=baz

🚀 New

This allows the user to use //go:embed flags to load favicon data during build-time, and supply it to the middleware instead of reading the file every time the application starts.

🧹 Updates

  • Middleware/logger: Latency match gin-gonic/gin formatter (#2569)
  • Middleware/filesystem: Refactor: use errors.Is instead of os.IsNotExist (#2558)
  • Use Global vars instead of local vars for isLocalHost (#2595)
  • Remove redundant nil check (#2584)
  • Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (#2551)
  • Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2592)
  • Bump golang.org/x/sys from 0.10.0 to 0.11.0 (#2563)
  • Add go 1.21 to ci and readmes (#2588)

🐛 Fixes

  • Middleware/logger: Default latency output format (#2580)
  • Decompress request body when multi Content-Encoding sent on request headers (#2555)

📚 Documentation

  • Fix wrong JSON docs (#2554)
  • Update io/ioutil package to io package (#2589)
  • Replace EG flag with the proper and smaller SVG (#2585)
  • Added Egyptian Arabic readme file (#2565)
  • Translate README to Portuguese (#2567)
  • Improve *fiber.Client section (#2553)
  • Improved the config section of the middleware readme´s (#2552)
  • Added documentation about ctx Fresh (#2549)
  • Update intro.md (#2550)
  • Fixed link to slim template engine (#2547)

Full Changelog: https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0

Thank you @​Jictyvoo, @​Juneezee, @​Kirari04, @​LimJiAn, @​PassTheMayo, @​andersonmiranda-com, @​bigpreshy, @​efectn, @​renanbastos93, @​scandar, @​sixcolors and @​stefanb for making this update possible.

Commits
  • b84f8a6 Update app.go
  • 1512997 improve not found error
  • 8ec7cec ♻️ Refactor: Use Global vars instead of local vars for isLocalHost (#2595)
  • 4085014 build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2592)
  • 7850cde Update CONTRIBUTING.md
  • 35797e6 📝 Docs: update io/ioutil package to io package (#2589)
  • 1dea615 🔥 add config to enable splitting by comma in parsers (#2560)
  • e2f7457 🧹 chore: add go 1.21 to ci and readmes (#2588)
  • 5fd3f20 📝 Replace EG flag with the proper and smaller SVG (#2585)
  • 242ff94 ♻️ Refactor: Remove redundant nil check (#2584)
  • 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/Finb/bark-server/pull/235 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/28/2023 **Status:** ✅ Merged **Merged:** 8/31/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.49.0` --- ### 📝 Commits (1) - [`cedb08f`](https://github.com/Finb/bark-server/commit/cedb08f9858bf3fe08d0c32c84d55350a70cfb1f) chore(deps): bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0 ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -4) 📝 `go.sum` (+8 -8) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.48.0 to 2.49.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.49.0</h2> <h2>❗ Breaking Changes</h2> <ul> <li>Add config to enable splitting by comma in parsers (<a href="https://redirect.github.com/gofiber/fiber/issues/2560">#2560</a>) <a href="https://docs.gofiber.io/api/fiber#config">https://docs.gofiber.io/api/fiber#config</a></li> </ul> <blockquote> <p>EnableSplittingOnParsers splits the query/body/header parameters by comma when it's true (default: false).</p> <p>For example, you can use it to parse multiple values from a query parameter like this: /api?foo=bar,baz == foo[]=bar&amp;foo[]=baz</p> </blockquote> <h2>🚀 New</h2> <ul> <li>Add custom data property to favicon middleware config (<a href="https://redirect.github.com/gofiber/fiber/issues/2579">#2579</a>) <a href="https://docs.gofiber.io/api/middleware/favicon#config">https://docs.gofiber.io/api/middleware/favicon#config</a></li> </ul> <blockquote> <p>This allows the user to use //go:embed flags to load favicon data during build-time, and supply it to the middleware instead of reading the file every time the application starts.</p> </blockquote> <h2>🧹 Updates</h2> <ul> <li>Middleware/logger: Latency match gin-gonic/gin formatter (<a href="https://redirect.github.com/gofiber/fiber/issues/2569">#2569</a>)</li> <li>Middleware/filesystem: Refactor: use <code>errors.Is</code> instead of <code>os.IsNotExist</code> (<a href="https://redirect.github.com/gofiber/fiber/issues/2558">#2558</a>)</li> <li>Use Global vars instead of local vars for isLocalHost (<a href="https://redirect.github.com/gofiber/fiber/issues/2595">#2595</a>)</li> <li>Remove redundant nil check (<a href="https://redirect.github.com/gofiber/fiber/issues/2584">#2584</a>)</li> <li>Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (<a href="https://redirect.github.com/gofiber/fiber/issues/2551">#2551</a>)</li> <li>Bump github.com/google/uuid from 1.3.0 to 1.3.1 (<a href="https://redirect.github.com/gofiber/fiber/issues/2592">#2592</a>)</li> <li>Bump golang.org/x/sys from 0.10.0 to 0.11.0 (<a href="https://redirect.github.com/gofiber/fiber/issues/2563">#2563</a>)</li> <li>Add go 1.21 to ci and readmes (<a href="https://redirect.github.com/gofiber/fiber/issues/2588">#2588</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Middleware/logger: Default latency output format (<a href="https://redirect.github.com/gofiber/fiber/issues/2580">#2580</a>)</li> <li>Decompress request body when multi Content-Encoding sent on request headers (<a href="https://redirect.github.com/gofiber/fiber/issues/2555">#2555</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Fix wrong JSON docs (<a href="https://redirect.github.com/gofiber/fiber/issues/2554">#2554</a>)</li> <li>Update io/ioutil package to io package (<a href="https://redirect.github.com/gofiber/fiber/issues/2589">#2589</a>)</li> <li>Replace EG flag with the proper and smaller SVG (<a href="https://redirect.github.com/gofiber/fiber/issues/2585">#2585</a>)</li> <li>Added Egyptian Arabic readme file (<a href="https://redirect.github.com/gofiber/fiber/issues/2565">#2565</a>)</li> <li>Translate README to Portuguese (<a href="https://redirect.github.com/gofiber/fiber/issues/2567">#2567</a>)</li> <li>Improve *fiber.Client section (<a href="https://redirect.github.com/gofiber/fiber/issues/2553">#2553</a>)</li> <li>Improved the config section of the middleware readme´s (<a href="https://redirect.github.com/gofiber/fiber/issues/2552">#2552</a>)</li> <li>Added documentation about ctx Fresh (<a href="https://redirect.github.com/gofiber/fiber/issues/2549">#2549</a>)</li> <li>Update intro.md (<a href="https://redirect.github.com/gofiber/fiber/issues/2550">#2550</a>)</li> <li>Fixed link to slim template engine (<a href="https://redirect.github.com/gofiber/fiber/issues/2547">#2547</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0">https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0</a></p> <p>Thank you <a href="https://github.com/Jictyvoo"><code>@​Jictyvoo</code></a>, <a href="https://github.com/Juneezee"><code>@​Juneezee</code></a>, <a href="https://github.com/Kirari04"><code>@​Kirari04</code></a>, <a href="https://github.com/LimJiAn"><code>@​LimJiAn</code></a>, <a href="https://github.com/PassTheMayo"><code>@​PassTheMayo</code></a>, <a href="https://github.com/andersonmiranda-com"><code>@​andersonmiranda-com</code></a>, <a href="https://github.com/bigpreshy"><code>@​bigpreshy</code></a>, <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/renanbastos93"><code>@​renanbastos93</code></a>, <a href="https://github.com/scandar"><code>@​scandar</code></a>, <a href="https://github.com/sixcolors"><code>@​sixcolors</code></a> and <a href="https://github.com/stefanb"><code>@​stefanb</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/b84f8a64e3b795bb9c8407d9a36cb3989f0216f1"><code>b84f8a6</code></a> Update app.go</li> <li><a href="https://github.com/gofiber/fiber/commit/15129972357dc1fc75fe03db2723c9e10bed20e6"><code>1512997</code></a> improve not found error</li> <li><a href="https://github.com/gofiber/fiber/commit/8ec7cec43522bc7fe2a035d42458d656e58b667f"><code>8ec7cec</code></a> ♻️ Refactor: Use Global vars instead of local vars for isLocalHost (<a href="https://redirect.github.com/gofiber/fiber/issues/2595">#2595</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/408501434af7c538d7f9dc3b8225c5fa7afe50e3"><code>4085014</code></a> build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (<a href="https://redirect.github.com/gofiber/fiber/issues/2592">#2592</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/7850cde541d187862539d43bae079dedc064ac6f"><code>7850cde</code></a> Update CONTRIBUTING.md</li> <li><a href="https://github.com/gofiber/fiber/commit/35797e6639d40de4baae88847c82b5711184acbf"><code>35797e6</code></a> 📝 Docs: update io/ioutil package to io package (<a href="https://redirect.github.com/gofiber/fiber/issues/2589">#2589</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/1dea615ddf636a7ffb786d1225a929e357e986d2"><code>1dea615</code></a> :fire: add config to enable splitting by comma in parsers (<a href="https://redirect.github.com/gofiber/fiber/issues/2560">#2560</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e2f7457d4de166214e17ec9f7a233fcbfc2d28e4"><code>e2f7457</code></a> :broom: chore: add go 1.21 to ci and readmes (<a href="https://redirect.github.com/gofiber/fiber/issues/2588">#2588</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/5fd3f20de8e2e745e1760d921e56ae6796b619ed"><code>5fd3f20</code></a> 📝 Replace EG flag with the proper and smaller SVG (<a href="https://redirect.github.com/gofiber/fiber/issues/2585">#2585</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/242ff945050146e2865134185ff2d81ee73b1581"><code>242ff94</code></a> ♻️ Refactor: Remove redundant nil check (<a href="https://redirect.github.com/gofiber/fiber/issues/2584">#2584</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.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.48.0&new-version=2.49.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 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 11:56:56 +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#255
No description provided.