Thanks to visit codestin.com
Credit goes to github.com

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: v5.5.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: v5.6.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 6 contributors

Commits on Aug 14, 2025

  1. fix: update typescript pino type to pick (#6287)

    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    dancastillo and gurgunday authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    812ef58 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. feat(types): router option types (#6282)

    * feat(types): router option types
    
    * fix
    
    * fix
    
    * pr feedback
    dancastillo authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    7d7f065 View commit details
    Browse the repository at this point in the history
  2. fix(types): Fix use of "esModuleInterop: false" (#6292)

    * fix(types): Fix use of "esModuleInterop: false"
    
    Pino 9.8 changed its type definitions to be more correct (see pinojs/pino#2223 and linked discussions), but that causes problems for projects that don't set "esModuleInterop: true" (see pinojs/pino#2253).
    
    Doing a namespace import (so fastify.d.ts can see pino's types) should address this.
    
    * Switch to named exports
    
    Now that Fastify simply re-exports Pino types, its "Standard Fastify logging function" docblock has little or no effect.  (For example, VS Code goes straight to Pino's definition.)
    joshkel authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    d44b3f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. docs: fix typo in Reference: TypeScript.md (#6302)

    Signed-off-by: Hugo Manzoni <[email protected]>
    hmanzoni authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    3c05b1f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

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

Commits on Sep 5, 2025

  1. Bumped v5.6.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    70b14e9 View commit details
    Browse the repository at this point in the history
Loading