-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ fix!: context key collisions #896
base: v3-beta
Are you sure you want to change the base?
Conversation
The FromContext pattern is a lot easier to use! 👍 |
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) |
Fixes context key collisions mentioned in issue gofiber/fiber#2684
related to gofiber/fiber#2781
BREAKING CHANGE
Intended for v3