[PR #154] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.35.0 #196

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/154
Author: @dependabot[bot]
Created: 7/7/2022
Status: Merged
Merged: 7/7/2022
Merged by: @mritd

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


📝 Commits (1)

  • a52cadb chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.35.0

📊 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.35.0.

Release notes

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

v2.35.0

🚀 New

🧹 Updates

  • Binds the param string to a struct use params tag (#1968)
  • Client: Remove beta warning (#1951)
  • Bump github.com/valyala/fasthttp from 1.37.0 to 1.38.0 (#1948)
  • Delete a blank line (#1961)
  • Actions for MacOS (#1911)

🐛 Fixes

  • middleware/logger: TagLatency doesn't have standard format between modes (#1943)
  • middleware/session: fix update cookie. (#1960)

📚 Documentation

  • Refactor - default error handler & example (#1941)
  • New issue templates (#1945)
  • Translate some lines to turkish (#1954)
  • Update README_fa.md (#1953)
  • Flat-square style for readme badges (#1949)

Thank you @​efectn, @​hamidreza01, @​ly020044, @​marcelogamba, @​nnnkkk7, @​olongfen and @​taheri24 for making this update possible.

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

... (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/154 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/7/2022 **Status:** ✅ Merged **Merged:** 7/7/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.35.0` --- ### 📝 Commits (1) - [`a52cadb`](https://github.com/Finb/bark-server/commit/a52cadbc248f0e448324f07ecdf5fa09c90793f3) chore(deps): bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.35.0 ### 📊 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.35.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.35.0</h2> <h2>🚀 New</h2> <ul> <li>Add params parse (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1964">#1964</a>) <a href="https://docs.gofiber.io/api/ctx#paramsparser">https://docs.gofiber.io/api/ctx#paramsparser</a></li> <li>middleware/monitor: Add some parameters to config for supporting <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1936">#1936</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1956">#1956</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>Binds the param string to a struct use params tag (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1968">#1968</a>)</li> <li>Client: Remove beta warning (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1951">#1951</a>)</li> <li>Bump github.com/valyala/fasthttp from 1.37.0 to 1.38.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1948">#1948</a>)</li> <li>Delete a blank line (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1961">#1961</a>)</li> <li>Actions for MacOS (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1911">#1911</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>middleware/logger: TagLatency doesn't have standard format between modes (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1943">#1943</a>)</li> <li>middleware/session: fix update cookie. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1960">#1960</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Refactor - default error handler &amp; example (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1941">#1941</a>)</li> <li>New issue templates (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1945">#1945</a>)</li> <li>Translate some lines to turkish (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1954">#1954</a>)</li> <li>Update README_fa.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1953">#1953</a>)</li> <li>Flat-square style for readme badges (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1949">#1949</a>)</li> </ul> <p>Thank you <a href="https://github.com/efectn"><code>@​efectn</code></a>, <a href="https://github.com/hamidreza01"><code>@​hamidreza01</code></a>, <a href="https://github.com/ly020044"><code>@​ly020044</code></a>, <a href="https://github.com/marcelogamba"><code>@​marcelogamba</code></a>, <a href="https://github.com/nnnkkk7"><code>@​nnnkkk7</code></a>, <a href="https://github.com/olongfen"><code>@​olongfen</code></a> and <a href="https://github.com/taheri24"><code>@​taheri24</code></a> for making this update possible.</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/2a2337d83e2ba07879a514299570432765589185"><code>2a2337d</code></a> prepare release v2.35.0</li> <li><a href="https://github.com/gofiber/fiber/commit/bad700157046e4409b1b8e4e46a78e51f828a839"><code>bad7001</code></a> binds the param string to a struct use params tag (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1968">#1968</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/dfa24a09587731cdb3ee529b09df956dbd12e13f"><code>dfa24a0</code></a> add: params parse (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1964">#1964</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/744e4da3ef6f934cd0acc87a1486d6f5daecb1b8"><code>744e4da</code></a> add some parameters to config for supporting <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1936">#1936</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1956">#1956</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/29be2338e80dcca27938e5d23b1a4e5dafff9953"><code>29be233</code></a> ♻️ refactor: default error handler &amp; example (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1941">#1941</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/e58ad6b69aa8b3b0de92e0edcd5f8f4c52c23ca2"><code>e58ad6b</code></a> TagLatency doesn't have consistence format between default and custom format ...</li> <li><a href="https://github.com/gofiber/fiber/commit/dac929fdee341a487057f031d7c2b1172542beca"><code>dac929f</code></a> :broom: client: remove beta warning (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1951">#1951</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/b6818c20be7d654dfba65755939c8ad31bd8260f"><code>b6818c2</code></a> :memo: docs: new issue templates (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1945">#1945</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/a337e95463d5b41c86179f8392922dee6de40df3"><code>a337e95</code></a> Bump github.com/valyala/fasthttp from 1.37.0 to 1.38.0 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1948">#1948</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/41d31a019061f8f3b7155b9c92b20a8e0750ddb0"><code>41d31a0</code></a> fix middleware/session update cookie. (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1960">#1960</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.29.0...v2.35.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.29.0&new-version=2.35.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:40 +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#196
No description provided.