[PR #147] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.34.1 #191

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/147
Author: @dependabot[bot]
Created: 6/14/2022
Status: Closed

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


📝 Commits (1)

  • 639ef32 chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.34.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.29.0 to 2.34.1.

Release notes

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

v2.34.1

🧹 Updates

  • Spliting dump request to add Query (#1909)
  • Refactor favicon middleware, avoid magic numbers. (#1919)

🐛 Fixes

  • Fix GetLocationFromRoute bug for optional params (#1922)

📚 Documentation

  • Fix typo for paramsInt function (#1913)

Thank you @​ancogamer, @​remotenode, @​sujit-baniya and @​vikpe for making this update possible.

v2.34.0

🚀 New

🧹 Updates

  • Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (#1882)
  • z/OS Compatibility (#1904)

Thank you @​dranikpg, @​jfcg and @​philippeleite for making this update possible.

v2.34.0-rc.1

🚀 New

  • Add max size to cache (#1892)
  • Add refresh period to monitor mw (#1898)
  • Add page title to monitor mw (#1893)

🧹 Updates

  • Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (#1882)
  • z/OS Compatibility (#1904)

Thank you @​dranikpg, @​jfcg and @​philippeleite for making this update possible.

v2.33.0

🚀 New

... (truncated)

Commits

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/147 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.34.1` --- ### 📝 Commits (1) - [`639ef32`](https://github.com/Finb/bark-server/commit/639ef32826cdcf48ae8ce5e9a31b685d5c9e5d0a) chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.34.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.29.0 to 2.34.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.34.1</h2> <h2>🧹 Updates</h2> <ul> <li>Spliting dump request to add Query (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1909">#1909</a>)</li> <li>Refactor favicon middleware, avoid magic numbers. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1919">#1919</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix GetLocationFromRoute bug for optional params (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1922">#1922</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Fix typo for paramsInt function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1913">#1913</a>)</li> </ul> <p>Thank you <a href="https://github.com/ancogamer"><code>@​ancogamer</code></a>, <a href="https://github.com/remotenode"><code>@​remotenode</code></a>, <a href="https://github.com/sujit-baniya"><code>@​sujit-baniya</code></a> and <a href="https://github.com/vikpe"><code>@​vikpe</code></a> for making this update possible.</p> <h2>v2.34.0</h2> <h2>🚀 New</h2> <ul> <li>Add max size to cache (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1892">#1892</a>) <a href="https://docs.gofiber.io/api/middleware/cache">https://docs.gofiber.io/api/middleware/cache</a></li> <li>Add refresh period to monitor mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1898">#1898</a>) <a href="https://docs.gofiber.io/api/middleware/monitor">https://docs.gofiber.io/api/middleware/monitor</a></li> <li>Add page title to monitor mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1893">#1893</a>) <a href="https://docs.gofiber.io/api/middleware/monitor">https://docs.gofiber.io/api/middleware/monitor</a></li> </ul> <h2>🧹 Updates</h2> <ul> <li>Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1882">#1882</a>)</li> <li>z/OS Compatibility (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1904">#1904</a>)</li> </ul> <p>Thank you <a href="https://github.com/dranikpg"><code>@​dranikpg</code></a>, <a href="https://github.com/jfcg"><code>@​jfcg</code></a> and <a href="https://github.com/philippeleite"><code>@​philippeleite</code></a> for making this update possible.</p> <h2>v2.34.0-rc.1</h2> <h2>🚀 New</h2> <ul> <li>Add max size to cache (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1892">#1892</a>)</li> <li>Add refresh period to monitor mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1898">#1898</a>)</li> <li>Add page title to monitor mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1893">#1893</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1882">#1882</a>)</li> <li>z/OS Compatibility (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1904">#1904</a>)</li> </ul> <p>Thank you <a href="https://github.com/dranikpg"><code>@​dranikpg</code></a>, <a href="https://github.com/jfcg"><code>@​jfcg</code></a> and <a href="https://github.com/philippeleite"><code>@​philippeleite</code></a> for making this update possible.</p> <h2>v2.33.0</h2> <h2>🚀 New</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/b1c3b43f7b6295fa85098fa5c9bff57a999311c4"><code>b1c3b43</code></a> Prepare release 2.34.1</li> <li><a href="https://github.com/gofiber/fiber/commit/4d65e88a2c3d0d3ec6be46feb2c7996bd710ec61"><code>4d65e88</code></a> Spliting dump request to add Query (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1909">#1909</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/3bb4b7ed41ec1f163e1ee460268b068b733e5cdb"><code>3bb4b7e</code></a> Fix GetLocationFromRoute bug for optional params (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1922">#1922</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/68e922d733774322063a3b3ea42cb7cd0efd7d56"><code>68e922d</code></a> Refactor favicon middleware, avoid magic numbers. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1919">#1919</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/061c2a9e129a41bafb9617ecbb491f5c12bcf156"><code>061c2a9</code></a> fix typo for paramsInt function (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1913">#1913</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/deb02cb64e11c6588abfe2bd38a6ff75ce9b5b0c"><code>deb02cb</code></a> add caching for tests</li> <li><a href="https://github.com/gofiber/fiber/commit/c541ec1cb8f2e63438285d4e7290139f793e3d3f"><code>c541ec1</code></a> prepare release 2.34.0</li> <li><a href="https://github.com/gofiber/fiber/commit/b31c1756a04ff16b1a6167fccbcdaacde4885fe5"><code>b31c175</code></a> prepare pre-release 2.34.0-rc.1</li> <li><a href="https://github.com/gofiber/fiber/commit/bf0673eb95412a011940c6fed7ed41926a088621"><code>bf0673e</code></a> Bump github.com/valyala/fasthttp from 1.35.0 to 1.37.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1882">#1882</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/0fdd7df0f92c48508cc8193b1cfae3bbe5dbad08"><code>0fdd7df</code></a> :bar_chart: add refresh period to monitor mw (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1898">#1898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.29.0...v2.34.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.29.0&new-version=2.34.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:38 +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#191
No description provided.