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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.13.0
Choose a base ref
...
head repository: fastify/fastify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.14.0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 14 contributors

Commits on Feb 11, 2023

  1. fix: Schema error formatter type (#4570)

    * refactor: type SchemaErrorFormatter
    
    * fix: refactor and fix type SchemaErrorDataVar
    
    * fix: type test for validationContext
    cm-ayf authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    9dd9c6a View commit details
    Browse the repository at this point in the history
  2. Fix typescript integration bug with ajv-compiler (#4555)

    * add test
    
    * use ValidatorFactory and SerializerFactory
    Uzlopak authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c6a40eb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. build(deps-dev): bump yup from 0.32.11 to 1.0.0 (#4581)

    Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.0.0.
    - [Release notes](https://github.com/jquense/yup/releases)
    - [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
    - [Commits](jquense/yup@v0.32.11...v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: yup
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2e9526e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. feat: new onRequestAbort hook (#4582)

    * feat: Added onClientAbort hook.
    
    * test: Removed leftovers.
    
    * docs: Added client detection reliability disclaimer.
    
    * feat: Renamed hook.
    
    * feat: Handle errors and don't forward the reply.
    
    * chore: Updated docs.
    
    Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
    
    * test: apply PR review suggestions
    
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    
    ---------
    
    Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    3 people authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7cbad58 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. ci(package-manager): update ubuntu os to latest (#4591)

    * ci(package-manager): update ubuntu os to latest
    
    * docs(reference/lts): fix table formatting
    Fdawgs authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dd2a885 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Improve Contribution Guide's VSCode setup instructions (#4594)

    * add info on vscode settings and link to vscode docs
    
    * fix: add vscode setting recomendation
    
    ---------
    
    Co-authored-by: Evelyn Pirnia <evelynp@ibm.com>
    evpirnia and Evelyn Pirnia authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1e9c10f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. fix: Only remove implicit HEAD routes. (#4596)

    * fix: Only remove implicit HEAD routes.
    
    * test: Added test.
    
    * Update test/route.test.js
    
    Co-authored-by: James Sumners <james@sumners.email>
    
    ---------
    
    Co-authored-by: James Sumners <james@sumners.email>
    ShogunPanda and jsumners authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    562332a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    09cac4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ae90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d74b2b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. feat: log requests refused before processing starts (#4600)

    Fastify can reject requests outright before any of the normal request processing begins right now: an unsupported HTTP version, or if the server is currently closing and `return503OnClosing` is true. Before this change, these requests wouldn't appear in the logs at all, which can make debugging them kind of confusing.
    
    This change adds a log message for these requests, so that they can be found by operators and a strange looking status code can be explained more easily.
    airhorns authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ec17333 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    5a288bc View commit details
    Browse the repository at this point in the history
  2. bumped v4.14.0

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