Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastify/fastify
base: v4.25.1
Choose a base ref
...
head repository: fastify/fastify
compare: v4.25.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 20, 2023

  1. fix: npm run test:watch (#5221)

    domdomegg committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bc8743a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Always consume stream payloads when responding to 204 with no body (#…

    …5231)
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b834ac7 View commit details
    Browse the repository at this point in the history
  2. docs: update setErrorHandler to explain not found behaviour (#5218)

    * docs: add note to setErrorHandler explaining not found behaviour
    
    Coming from other frameworks this is somewhat surprising. This documents the behaviour and explains to catch 404 errors users need to set a not found handler.
    
    * Replace note blocks with bulleted list
    domdomegg committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    0c86bb4 View commit details
    Browse the repository at this point in the history
  3. Bumped v4.25.2

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    04a4c97 View commit details
    Browse the repository at this point in the history