Skip to content
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

allow request mutation to unblock a subset of express 5 req validation cases #1043

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

cdimascio
Copy link
Owner

@cdimascio cdimascio commented Feb 9, 2025

express 5 does not allow the query object to mutate, however the req validator makes small adjustments to match the definition in the openapi spec. this changes allows express5 to make those modifications. this fixes ~30 failing unit tests when express 5 is used

@cdimascio cdimascio merged commit 0439224 into master Feb 9, 2025
6 checks passed
cdimascio added a commit that referenced this pull request Feb 9, 2025
cdimascio added a commit that referenced this pull request Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant