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: correct type definition for genReqId argument #4784

Merged
merged 8 commits into from
Jun 16, 2023

Commits on Jun 3, 2023

  1. Fixes fastify#4748: correct type defiinition for genReqId(), it recei…

    …ves raw request as argument, not FastifyRequest
    sergburn authored and climba03003 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4d79842 View commit details
    Browse the repository at this point in the history
  2. Clarify this in docs

    sergburn authored and climba03003 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    811f327 View commit details
    Browse the repository at this point in the history
  3. Update docs/Reference/Server.md

    Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
    sergburn and Fdawgs committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    ffec2d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2d04cd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    235ba7a View commit details
    Browse the repository at this point in the history
  2. Improved tests

    sergburn committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4c9533d View commit details
    Browse the repository at this point in the history
  3. Removed irrelevant tests

    sergburn committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f98c4ec View commit details
    Browse the repository at this point in the history