[PR #73] [MERGED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.15.0 to 2.16.0 #141

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e0bc552 chore(deps): bump github.com/gofiber/fiber/v2 from 2.15.0 to 2.16.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.15.0 to 2.16.0.

Release notes

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

v2.16.0

🚀 New

  • Add ability to specify default value for ParamsInt (#1453)
  • Logger: Add ${port} variable (#1448)
  • Cookie: add possibility to disable same site attribute (#1428)

🧹 Updates

  • Parse gzipped body with bodyParser (#1458)

🐛 Fixes

  • Improve/Stabilize the "Test_Cache_Expired" test run (#1461)
  • Fix: The escape of special characters in route path does not work properly #1454 (#1462)

📚 Documentation

  • Low priority: small spelling fix in docs (#1444)
  • Fix: typo (#1442)

Thank you @​HugHunter, @​faceair, @​iCyberon, @​ktakenaka, @​markkrj and @​wja513 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/73 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/2/2021 **Status:** ✅ Merged **Merged:** 8/6/2021 **Merged by:** [@Finb](https://github.com/Finb) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.16.0` --- ### 📝 Commits (1) - [`e0bc552`](https://github.com/Finb/bark-server/commit/e0bc5528c2e8686039be303073d18027642e634c) chore(deps): bump github.com/gofiber/fiber/v2 from 2.15.0 to 2.16.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.15.0 to 2.16.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.16.0</h2> <h2>🚀 New</h2> <ul> <li>Add ability to specify default value for ParamsInt (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1453">#1453</a>)</li> <li>Logger: Add ${port} variable (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1448">#1448</a>)</li> <li>Cookie: add possibility to disable same site attribute (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1428">#1428</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Parse gzipped body with bodyParser (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1458">#1458</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Improve/Stabilize the &quot;Test_Cache_Expired&quot; test run (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1461">#1461</a>)</li> <li>Fix: The escape of special characters in route path does not work properly <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1454">#1454</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1462">#1462</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Low priority: small spelling fix in docs (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1444">#1444</a>)</li> <li>Fix: typo (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1442">#1442</a>)</li> </ul> <p>Thank you <a href="https://github.com/HugHunter"><code>@​HugHunter</code></a>, <a href="https://github.com/faceair"><code>@​faceair</code></a>, <a href="https://github.com/iCyberon"><code>@​iCyberon</code></a>, <a href="https://github.com/ktakenaka"><code>@​ktakenaka</code></a>, <a href="https://github.com/markkrj"><code>@​markkrj</code></a> and <a href="https://github.com/wja513"><code>@​wja513</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/5636441fe5d3c3728fea7e5ed1a03c4c1d0ef482"><code>5636441</code></a> prepare release 2.16.0</li> <li><a href="https://github.com/gofiber/fiber/commit/34520e75f83167ad302fb375a2e4f6596ee18548"><code>34520e7</code></a> Fix - 🐛 The escape of special characters in route path does not work properly...</li> <li><a href="https://github.com/gofiber/fiber/commit/d777d889bb1a3642859c76bd4928fbf5e9535ba5"><code>d777d88</code></a> Fix cache expired test (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1461">#1461</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/1e0d4d3b1c67c6a0a4df357f8653583be5f63b42"><code>1e0d4d3</code></a> 🐛 fix parse gzipped body (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1458">#1458</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f0ab2a543383e015aee6e6371afa4011cad4ef2a"><code>f0ab2a5</code></a> Add option to specify default values for ParamsInt (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1453">#1453</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/30ba99425fc070ddae939d5030526dd6c33a1dac"><code>30ba994</code></a> Add ${port} logger variable (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1448">#1448</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/7cd82194204d9b09dbc6b5bfa98939f882e071e1"><code>7cd8219</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1444">#1444</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/f5338266e3f2b67b3a5d68a1ed890f7373ef2064"><code>f533826</code></a> fix typo (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1442">#1442</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/dd45be693a8913551ebc07852e223eba7508aa5b"><code>dd45be6</code></a> cookie: add possibility to disable same site attribute (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1428">#1428</a>)</li> <li>See full diff in <a href="https://github.com/gofiber/fiber/compare/v2.15.0...v2.16.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.15.0&new-version=2.16.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:23 +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#141
No description provided.