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/middie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.3.1
Choose a base ref
...
head repository: fastify/middie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.3.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 6 contributors

Commits on Apr 1, 2026

  1. build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#…

    …256)
    
    Bumps [fastify/workflows/.github/workflows/plugins-ci.yml](https://github.com/fastify/workflows) from 5 to 6.
    - [Release notes](https://github.com/fastify/workflows/releases)
    - [Commits](fastify/workflows@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: fastify/workflows/.github/workflows/plugins-ci.yml
      dependency-version: '6'
      dependency-type: direct:production
      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 Apr 1, 2026
    Configuration menu
    Copy the full SHA
    57dd100 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#258)

    Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.12.2 to 0.13.0.
    - [Release notes](https://github.com/neostandard/neostandard/releases)
    - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
    - [Commits](neostandard/neostandard@v0.12.2...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: neostandard
      dependency-version: 0.13.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    caf538b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

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

Commits on Apr 16, 2026

  1. Merge commit from fork

    mcollina authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    29162c8 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    * fix: double prefixing
    
    * fix: encapsulation with same path and prefix
    
    * chore: remove debug logging
    
    * test: add coverage for middleware inheritance in nested plugin scopes
    
    Covers middleware propagation across multiple nesting levels:
    
    - grandchild scope inheriting parent middleware
    - three levels of nested plugin registration
    - unrelated prefix trees not affected (negative test)
    - string prefix overlap without segment boundary, e.g. /admin
      vs /admin-panel (negative test)
    - partial prefix overlap in nested scopes
    
    * fix: register inherited middleware directly on the middie engine
    
    Register inherited middleware on the child engine without going through
    use(), so paths are preserved correctly across all nesting levels.
    
    ---------
    
    Co-authored-by: Ulises Gascon <ulisesgascongonzalez@gmail.com>
    climba03003 and UlisesGascon authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    ca42dd7 View commit details
    Browse the repository at this point in the history
  3. Bumped v9.3.2

    climba03003 committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    792d2f4 View commit details
    Browse the repository at this point in the history
Loading