mynaparrot / plugNmeet-server

WebRTC based Scalable, High Performance, Open source web conferencing system using Livekit.
https://www.plugnmeet.org
MIT License
288 stars 73 forks source link

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

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.48.0 -> v2.49.1

Release Notes

gofiber/fiber (github.com/gofiber/fiber/v2) ### [`v2.49.1`](https://togithub.com/gofiber/fiber/releases/tag/v2.49.1) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.49.0...v2.49.1) #### 🧹 Updates - Bump github.com/valyala/fasthttp from 1.48.0 to 1.49.0 ([#​2615](https://togithub.com/gofiber/fiber/issues/2615)) #### πŸ› Fixes - Rollback changes to go.mod file ([#​2614](https://togithub.com/gofiber/fiber/issues/2614)) #### πŸ“š Documentation - Add Polish translation - README_pl.md ([#​2613](https://togithub.com/gofiber/fiber/issues/2613)) - Update README_ko.md ([#​2605](https://togithub.com/gofiber/fiber/issues/2605)) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.49.0...v2.49.1 Thank you [@​KompocikDot](https://togithub.com/KompocikDot), [@​LimJiAn](https://togithub.com/LimJiAn) and [@​gaby](https://togithub.com/gaby) for making this update possible. ### [`v2.49.0`](https://togithub.com/gofiber/fiber/releases/tag/v2.49.0) [Compare Source](https://togithub.com/gofiber/fiber/compare/v2.48.0...v2.49.0) #### ❗ Breaking Changes - Add config to enable splitting by comma in parsers ([#​2560](https://togithub.com/gofiber/fiber/issues/2560)) https://docs.gofiber.io/api/fiber#config > EnableSplittingOnParsers splits the query/body/header parameters by comma when it's true (default: false). > > For example, you can use it to parse multiple values from a query parameter like this: > /api?foo=bar,baz == foo\[]=bar\&foo\[]=baz #### πŸš€ New - Add custom data property to favicon middleware config ([#​2579](https://togithub.com/gofiber/fiber/issues/2579)) https://docs.gofiber.io/api/middleware/favicon#config > This allows the user to use //go:embed flags to load favicon data during build-time, and supply it to the middleware instead of reading the file every time the application starts. #### 🧹 Updates - Middleware/logger: Latency match gin-gonic/gin formatter ([#​2569](https://togithub.com/gofiber/fiber/issues/2569)) - Middleware/filesystem: Refactor: use `errors.Is` instead of `os.IsNotExist` ([#​2558](https://togithub.com/gofiber/fiber/issues/2558)) - Use Global vars instead of local vars for isLocalHost ([#​2595](https://togithub.com/gofiber/fiber/issues/2595)) - Remove redundant nil check ([#​2584](https://togithub.com/gofiber/fiber/issues/2584)) - Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 ([#​2551](https://togithub.com/gofiber/fiber/issues/2551)) - Bump github.com/google/uuid from 1.3.0 to 1.3.1 ([#​2592](https://togithub.com/gofiber/fiber/issues/2592)) - Bump golang.org/x/sys from 0.10.0 to 0.11.0 ([#​2563](https://togithub.com/gofiber/fiber/issues/2563)) - Add go 1.21 to ci and readmes ([#​2588](https://togithub.com/gofiber/fiber/issues/2588)) #### πŸ› Fixes - Middleware/logger: Default latency output format ([#​2580](https://togithub.com/gofiber/fiber/issues/2580)) - Decompress request body when multi Content-Encoding sent on request headers ([#​2555](https://togithub.com/gofiber/fiber/issues/2555)) #### πŸ“š Documentation - Fix wrong JSON docs ([#​2554](https://togithub.com/gofiber/fiber/issues/2554)) - Update io/ioutil package to io package ([#​2589](https://togithub.com/gofiber/fiber/issues/2589)) - Replace EG flag with the proper and smaller SVG ([#​2585](https://togithub.com/gofiber/fiber/issues/2585)) - Added Egyptian Arabic readme file ([#​2565](https://togithub.com/gofiber/fiber/issues/2565)) - Translate README to Portuguese ([#​2567](https://togithub.com/gofiber/fiber/issues/2567)) - Improve \*fiber.Client section ([#​2553](https://togithub.com/gofiber/fiber/issues/2553)) - Improved the config section of the middleware readmeΒ΄s ([#​2552](https://togithub.com/gofiber/fiber/issues/2552)) - Added documentation about ctx Fresh ([#​2549](https://togithub.com/gofiber/fiber/issues/2549)) - Update intro.md ([#​2550](https://togithub.com/gofiber/fiber/issues/2550)) - Fixed link to slim template engine ([#​2547](https://togithub.com/gofiber/fiber/issues/2547)) **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.48.0...v2.49.0 Thank you [@​Jictyvoo](https://togithub.com/Jictyvoo), [@​Juneezee](https://togithub.com/Juneezee), [@​Kirari04](https://togithub.com/Kirari04), [@​LimJiAn](https://togithub.com/LimJiAn), [@​PassTheMayo](https://togithub.com/PassTheMayo), [@​andersonmiranda-com](https://togithub.com/andersonmiranda-com), [@​bigpreshy](https://togithub.com/bigpreshy), [@​efectn](https://togithub.com/efectn), [@​renanbastos93](https://togithub.com/renanbastos93), [@​scandar](https://togithub.com/scandar), [@​sixcolors](https://togithub.com/sixcolors) and [@​stefanb](https://togithub.com/stefanb) for making this update possible.

Configuration

πŸ“… Schedule: Branch creation - "every weekend" (UTC), 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.