contrib
contrib copied to clipboard
♻️ fix!: context key collisions
Fixes context key collisions mentioned in issue https://github.com/gofiber/fiber/issues/2684
related to https://github.com/gofiber/fiber/pull/2781
BREAKING CHANGE
Intended for v3
The FromContext pattern is a lot easier to use! 👍 Are these the only middlewares in this repo that need updating?
The FromContext pattern is a lot easier to use! 👍 Are these the only middlewares in this repo that need updating?
Appears that way. At least in core and contrib. 3rd party middleware were not reviewed.
@ReneWerner87 I created a v3-beta branch, you can merge this into that. (PR set to merge there)