GalvinGao / gofiber-template

A production-ready, container-first opinionated gofiber project template. Config by envvars, DI by go.uber.org/fx, Database by uptrace/bun, with out-of-the-box MVC folder structure and CI/CD support.
MIT License
110 stars 6 forks source link

fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.5 #90

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gofiber/fiber/v2 v2.52.2 -> v2.52.5 age adoption passing confidence

Release Notes

gofiber/fiber (github.com/gofiber/fiber/v2) ### [`v2.52.5`](https://togithub.com/gofiber/fiber/releases/tag/v2.52.5) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.52.4...v2.52.5) #### ๐Ÿ‘ฎ Security
Middleware/session: Session Middleware Token Injection Vulnerability - GHSA-98j2-3j3p-fw2v https://docs.gofiber.io/api/middleware/session
#### ๐Ÿงน Updates - Middleware/session: Remove extra release and aquire ctx calls in session_test.go ([#​3043](https://togithub.com/gofiber/fiber/issues/3043)) #### ๐Ÿ› Bug Fixes - Middleware/monitor: middleware reporting of CPU usage ([#​2984](https://togithub.com/gofiber/fiber/issues/2984)) - Middleware/session: mutex for thread safety ([#​3050](https://togithub.com/gofiber/fiber/issues/3050)) #### ๐Ÿ“š Documentation - Improve ctx.Locals method description and example ([#​3030](https://togithub.com/gofiber/fiber/issues/3030)) - Improve ctx.Locals method documentation ([#​3033](https://togithub.com/gofiber/fiber/issues/3033)) - Update README_id.md ([#​3045](https://togithub.com/gofiber/fiber/issues/3045)) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.4...v2.52.5 Thank you [@​nyufeng](https://togithub.com/nyufeng), [@​PaulTitto](https://togithub.com/PaulTitto) and [@​sixcolors](https://togithub.com/sixcolors) for making this update possible. ### [`v2.52.4`](https://togithub.com/gofiber/fiber/releases/tag/v2.52.4) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.52.3...v2.52.4) ### ๐Ÿ› Fixes - Middleware/cors: CORS handling by [@​sixcolors](https://togithub.com/sixcolors) in [https://github.com/gofiber/fiber/pull/2937](https://togithub.com/gofiber/fiber/pull/2937) - Middleware/cors: Vary header handling non-cors OPTIONS requests by [@​sixcolors](https://togithub.com/sixcolors) in [https://github.com/gofiber/fiber/pull/2939](https://togithub.com/gofiber/fiber/pull/2939) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.3...v2.52.4 ### [`v2.52.3`](https://togithub.com/gofiber/fiber/releases/tag/v2.52.3) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.52.2...v2.52.3) #### ๐Ÿ› Fixes - Middleware/cors: Handling and wildcard subdomain matching by [@​sixcolors](https://togithub.com/sixcolors) in [https://github.com/gofiber/fiber/pull/2915](https://togithub.com/gofiber/fiber/pull/2915) - Middleware/cors: Categorize requests correctly by [@​sixcolors](https://togithub.com/sixcolors) in [https://github.com/gofiber/fiber/pull/2921](https://togithub.com/gofiber/fiber/pull/2921) - Middleware/csrf: Fix Benchmark Tests by [@​sixcolors](https://togithub.com/sixcolors) in [https://github.com/gofiber/fiber/pull/2932](https://togithub.com/gofiber/fiber/pull/2932) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.2...v2.52.3

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.