[PR #61] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.10.0 to 2.11.0 #135

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/61
Author: @dependabot[bot]
Created: 6/2/2021
Status: Merged
Merged: 6/2/2021
Merged by: @mritd

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


📝 Commits (1)

  • c36c4b3 chore(deps): bump github.com/gofiber/fiber/v2 from 2.10.0 to 2.11.0

📊 Changes

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

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+21 -21)

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.10.0 to 2.11.0.

Release notes

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

v2.11.0

🚀 New

  • Customize the source of session_id (#1159)
  • Adding user context (#1341)
  • feat(middlewares): session keys (#1337)

🧹 Updates

🐛 Fixes

  • fix pprof redirect path (#1330)

📚 Documentation

Thank you @​aschenmaker, @​bestgopher, @​leozhantw, @​lrweck, @​milosgajdos, @​mirusky and @​patil-kshitij for making this update possible.

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/61 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/2/2021 **Status:** ✅ Merged **Merged:** 6/2/2021 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.11.0` --- ### 📝 Commits (1) - [`c36c4b3`](https://github.com/Finb/bark-server/commit/c36c4b32ffc4fd9ff8d1e01954456d85676927ae) chore(deps): bump github.com/gofiber/fiber/v2 from 2.10.0 to 2.11.0 ### 📊 Changes **2 files changed** (+23 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+21 -21) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.10.0 to 2.11.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.11.0</h2> <h2>🚀 New</h2> <ul> <li>Customize the source of session_id (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1159">#1159</a>)</li> <li>Adding user context (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1341">#1341</a>)</li> <li>feat(middlewares): session keys (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1337">#1337</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Update fasthttp version(1.23.0 to 1.26.0) to resolve brotli warnings (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1351">#1351</a>) <ul> <li><a href="https://github.com/valyala/fasthttp/releases/tag/v1.24.0">v1.24.0</a></li> <li><a href="https://github.com/valyala/fasthttp/releases/tag/v1.25.0">v1.25.0</a></li> <li><a href="https://github.com/valyala/fasthttp/releases/tag/v1.26.0">v1.26.0</a></li> </ul> </li> </ul> <h2>🐛 Fixes</h2> <ul> <li>fix pprof redirect path (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1330">#1330</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>fix comments (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1355">#1355</a>)</li> <li>small comment fix (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1347">#1347</a>)</li> </ul> <p>Thank you <a href="https://github.com/aschenmaker"><code>@​aschenmaker</code></a>, <a href="https://github.com/bestgopher"><code>@​bestgopher</code></a>, <a href="https://github.com/leozhantw"><code>@​leozhantw</code></a>, <a href="https://github.com/lrweck"><code>@​lrweck</code></a>, <a href="https://github.com/milosgajdos"><code>@​milosgajdos</code></a>, <a href="https://github.com/mirusky"><code>@​mirusky</code></a> and <a href="https://github.com/patil-kshitij"><code>@​patil-kshitij</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/b14224e5e4a20372025e5d76a54f65830e5eb6b1"><code>b14224e</code></a> Prepare release 2.11.0</li> <li><a href="https://github.com/gofiber/fiber/commit/951d437470736c696664d2229113cc534a9bd325"><code>951d437</code></a> Update fasthttp version to resolve brotli warnings (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1351">#1351</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/bad3abb8edffbc692b40bf58c5963bf9d479f146"><code>bad3abb</code></a> fix comments in proxy middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1355">#1355</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/9b3662eae0e348892e28780b001ec146bc33be36"><code>9b3662e</code></a> 🔥 Customize the source of session_id (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1159">#1159</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/d7ca1efd13826c0de0f49a83dec34731351d432a"><code>d7ca1ef</code></a> fix error after deleting the stale yaml</li> <li><a href="https://github.com/gofiber/fiber/commit/641e7459f8f7ca621abeb635ccee61516f1c789d"><code>641e745</code></a> small comment fix (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1347">#1347</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/51becc123b459a016570314b78347a024857736f"><code>51becc1</code></a> Remove stale workflow</li> <li><a href="https://github.com/gofiber/fiber/commit/8616b41517fb565d28f756eaca37fa4b7416a75c"><code>8616b41</code></a> 🔥 Adding user context (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1341">#1341</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/0de49175c78d78302dd0a621cc4b62217ad5af07"><code>0de4917</code></a> feat(middlewares): session keys (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1337">#1337</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/2f05108351f0e591feb2b1818084d245b08421c6"><code>2f05108</code></a> fix pprof redirect path (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1330">#1330</a>)</li> <li>See full diff in <a href="https://github.com/gofiber/fiber/compare/v2.10.0...v2.11.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.10.0&new-version=2.11.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:22 +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#135
No description provided.