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-static
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Choose a base ref
...
head repository: fastify/fastify-static
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 5, 2024

  1. build(deps-dev): bump @fastify/compress from 6.5.0 to 7.0.0 (#433)

    Bumps [@fastify/compress](https://github.com/fastify/fastify-compress) from 6.5.0 to 7.0.0.
    - [Release notes](https://github.com/fastify/fastify-compress/releases)
    - [Commits](fastify/fastify-compress@v6.5.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@fastify/compress"
      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 5, 2024
    Configuration menu
    Copy the full SHA
    160ec38 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Optimize dirList (#435)

    * optimize dirlist
    
    * remove istanbul ignore
    
    * decrease concurrency to CPULength - 1
    
    Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com>
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    ---------
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    Co-authored-by: KaKa <23028015+climba03003@users.noreply.github.com>
    gurgunday and climba03003 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cd85aca View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix: file not found errors when the root has a trailing slash (#436)

    * fix not found
    
    * fix not found
    
    * fix not found
    
    * fix not found
    
    * revert change left out from the other rbanch
    
    * revert change left out from the other rbanch
    
    * test
    
    * use one handler for GET and HEAD
    gurgunday authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c66465 View commit details
    Browse the repository at this point in the history
  2. v7.0.1

    Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com>
    gurgunday authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    515f132 View commit details
    Browse the repository at this point in the history
Loading