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

fix: properly handle missing schema if route is not defined #6650

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    a02ccc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Access schema from route options

    Looks like `request.routeSchema` will be deprecated (runtime only warning)
    
    (node:7) [FSTDEP015] DeprecationWarning: You are accessing the deprecated "request.routeSchema" property.
    Use "request.routeOptions.schema" instead. Property "req.routeSchema" will be removed in `fastify@5`.
    nflaig committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5cf5c2a View commit details
    Browse the repository at this point in the history