[PR #75] [CLOSED] chore(deps): bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.18.0 #143

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/75
Author: @dependabot[bot]
Created: 8/26/2021
Status: Closed

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


📝 Commits (1)

  • 9ded6c1 chore(deps): bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.18.0

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+6 -6)

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.17.0 to 2.18.0.

Release notes

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

v2.18.0

🚀 New

🧹 Updates

  • Session should not regenerate the ID in case Get() returned nil (#1493)
  • Improve startup message tests (#1504)
  • Update fasthttp from v1.26 to v1.29 (#1503)
  • Add test run for go1.17 (#1501)

🐛 Fixes

  • panic: unaligned 64-bit atomic operation [32 bit machines] #1487 (#1502)
  • ctx.BodyParser was not able to parse vendor specific content type (#1506)

Thank you @​amir9480, @​natebwangsut, @​pd-pranay and @​shirshendubhowmick for making this update possible.

Commits
  • 12befe9 prepare release 2.18.0
  • 426520b update encryptcookie documentation
  • ca36966 correct documentation for the skip middleware
  • 0e08bb4 🐛 session should not regenerate the ID in case Get() returned nil (#1493)
  • bff8843 🔥 Feature: Add encrypt cookies middleware (#1343)
  • d892078 🐛 Fix: ctx.BodyParser was not able to parse vendor specific content type ...
  • a0b1f38 Improve startup message tests (#1504)
  • c531e1d Update fasthttp from v1.26 to v1.29 (#1503)
  • 3e8227d FIX: panic: unaligned 64-bit atomic operation [32 bit machines] #1487 (#1502)
  • 4b62cfb Add test run for go1.17 (#1501)
  • 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 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/75 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/26/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gofiber/fiber/v2-2.18.0` --- ### 📝 Commits (1) - [`9ded6c1`](https://github.com/Finb/bark-server/commit/9ded6c13d790f38a1e91dd06a30b84c220282663) chore(deps): bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.18.0 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.17.0 to 2.18.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.18.0</h2> <h2>🚀 New</h2> <ul> <li>Add encrypt cookies middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1343">#1343</a>) <a href="https://docs.gofiber.io/api/middleware/encryptcookie">https://docs.gofiber.io/api/middleware/encryptcookie</a></li> <li>Add JSONDecoder to config (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1489">#1489</a>)</li> </ul> <h2>🧹 Updates</h2> <ul> <li>Session should not regenerate the ID in case Get() returned nil (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1493">#1493</a>)</li> <li>Improve startup message tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1504">#1504</a>)</li> <li>Update fasthttp from v1.26 to v1.29 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1503">#1503</a>)</li> <li>Add test run for go1.17 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1501">#1501</a>)</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>panic: unaligned 64-bit atomic operation [32 bit machines] <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1487">#1487</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1502">#1502</a>)</li> <li>ctx.BodyParser was not able to parse vendor specific content type (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1506">#1506</a>)</li> </ul> <p>Thank you <a href="https://github.com/amir9480"><code>@​amir9480</code></a>, <a href="https://github.com/natebwangsut"><code>@​natebwangsut</code></a>, <a href="https://github.com/pd-pranay"><code>@​pd-pranay</code></a> and <a href="https://github.com/shirshendubhowmick"><code>@​shirshendubhowmick</code></a> for making this update possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/12befe9440ddd56a3674893f21364069fa6beec7"><code>12befe9</code></a> prepare release 2.18.0</li> <li><a href="https://github.com/gofiber/fiber/commit/426520b671a7c432b22aa82e068731ac3648d495"><code>426520b</code></a> update encryptcookie documentation</li> <li><a href="https://github.com/gofiber/fiber/commit/ca3696624d64b95ef4f9ee32c449de15a6564bf0"><code>ca36966</code></a> correct documentation for the skip middleware</li> <li><a href="https://github.com/gofiber/fiber/commit/0e08bb4fe729d2b8b0cbca518a385685d0fbe31f"><code>0e08bb4</code></a> :bug: session should not regenerate the ID in case Get() returned nil (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1493">#1493</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/bff8843abd95b2fad8eb0fc421f0612da582db52"><code>bff8843</code></a> 🔥 Feature: Add encrypt cookies middleware (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1343">#1343</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/d89207831d079dab0fc798a3eb685c5671b05b91"><code>d892078</code></a> :bug: Fix: ctx.BodyParser was not able to parse vendor specific content type ...</li> <li><a href="https://github.com/gofiber/fiber/commit/a0b1f38d3e08a5b29413327b74ca820412ed66ad"><code>a0b1f38</code></a> Improve startup message tests (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1504">#1504</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/c531e1dba257aebea5c8fe37f3160e85f71ad5bc"><code>c531e1d</code></a> Update fasthttp from v1.26 to v1.29 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1503">#1503</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/3e8227d7eb53fc815b469fbf4897e41f936b47b2"><code>3e8227d</code></a> FIX: panic: unaligned 64-bit atomic operation [32 bit machines] <a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1487">#1487</a> (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1502">#1502</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/4b62cfbb6111acbcda4090f5d839d19c8cbc5e67"><code>4b62cfb</code></a> Add test run for go1.17 (<a href="https://github-redirect.dependabot.com/gofiber/fiber/issues/1501">#1501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofiber/fiber/compare/v2.17.0...v2.18.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.17.0&new-version=2.18.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:24 +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#143
No description provided.