penguin-statistics / backend-next

The refactored Penguin Statistics v3 Backend. Built with Go, fiber, bun and go.uber.org/fx. Uses NATS as MQ and Redis as state synchronization.
MIT License
171 stars 19 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gofiber/fiber/v2 require minor v2.44.0 -> v2.46.0

Release Notes

gofiber/fiber ### [`v2.46.0`](https://togithub.com/gofiber/fiber/releases/tag/v2.46.0) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.45.0...v2.46.0) #### πŸš€ New - Utils: add Go 1.20+ way of converting byte slice to string ([#​2468](https://togithub.com/gofiber/fiber/issues/2468)) - Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request ([#​2461](https://togithub.com/gofiber/fiber/issues/2461)) #### 🧹 Updates - Speedup and cleanup "path" testcases and benchmarks ([#​2465](https://togithub.com/gofiber/fiber/issues/2465)) - Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request ([#​2461](https://togithub.com/gofiber/fiber/issues/2461)) - Utils: add Go 1.20+ way of converting string to byte slice ([#​2462](https://togithub.com/gofiber/fiber/issues/2462)) - Merge some external middlewares to core ([#​2453](https://togithub.com/gofiber/fiber/issues/2453)) https://docs.gofiber.io/category/-middleware #### πŸ› Fixes - Fix mount route positioning ([#​2463](https://togithub.com/gofiber/fiber/issues/2463)) #### πŸ“š Documentation - Update README_ru.md ([#​2456](https://togithub.com/gofiber/fiber/issues/2456)) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.45.0...v2.46.0 Thank you [@​alekseikovrigin](https://togithub.com/alekseikovrigin), [@​efectn](https://togithub.com/efectn) and [@​leonklingele](https://togithub.com/leonklingele) for making this update possible. ### [`v2.45.0`](https://togithub.com/gofiber/fiber/releases/tag/v2.45.0) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.44.0...v2.45.0) #### πŸš€ New - Add filesystem config contentTypeCharset support ([#​2438](https://togithub.com/gofiber/fiber/issues/2438)) https://docs.gofiber.io/api/middleware/filesystem#default-config #### 🧹 Updates - Consistent way of logging and fix middleware log format ([#​2432](https://togithub.com/gofiber/fiber/issues/2432), [#​2444](https://togithub.com/gofiber/fiber/issues/2444)) - Improve error handling for net error(s) ([#​2421](https://togithub.com/gofiber/fiber/issues/2421)) - Bump golang.org/x/sys from 0.7.0 to 0.8.0 ([#​2449](https://togithub.com/gofiber/fiber/issues/2449)) - Bump github.com/valyala/fasthttp from 1.45.0 to 1.47.0 ([#​2426](https://togithub.com/gofiber/fiber/issues/2426), [#​2445](https://togithub.com/gofiber/fiber/issues/2445)) #### πŸ› Fixes - Middleware/cors: Changed condition for 'AllowOriginsFunc' ([#​2423](https://togithub.com/gofiber/fiber/issues/2423)) #### πŸ“š Documentation - Correct errors in Italian translation ([#​2417](https://togithub.com/gofiber/fiber/issues/2417)) - Correct grammar errors in Azerbaijani translation. ([#​2413](https://togithub.com/gofiber/fiber/issues/2413)) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.44.0...v2.45.0 Thank you [@​Jamess-Lucass](https://togithub.com/Jamess-Lucass), [@​baichangda](https://togithub.com/baichangda), [@​carmeloriolo](https://togithub.com/carmeloriolo), [@​kanansnote](https://togithub.com/kanansnote) and [@​kousikmitra](https://togithub.com/kousikmitra) for making this update possible.

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.