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

Commits on Jun 18, 2026

  1. fix: normalize scheme to lowercase (#182)

    RFC 3986 §6.2.2.1: the scheme is case-insensitive and should be
    normalized to lowercase. `parse()` already lowercases the host but kept
    the scheme verbatim, so `parse('HTTP://x').scheme` was `'HTTP'` and
    `normalize('HTTP://EXAMPLE.com/')` returned `'HTTP://example.com/'` — an
    uppercase scheme next to a lowercased host. `equal()` already compares
    schemes case-insensitively, and uri-js returns `'http'`.
    
    Lowercase the scheme at parse time, consistent with the host.
    spokodev authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    46060c2 View commit details
    Browse the repository at this point in the history
  2. chore: update depedabot setting (#179)

    Update dependabot setting to reduce unnecessary change and noise.
    Ref fastify/fastify#6715
    
    Signed-off-by: KaKa <[email protected]>
    Co-authored-by: Antonio Tripodi <[email protected]>
    climba03003 and Tony133 authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    8b0e8bd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

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

Commits on Jun 24, 2026

  1. chore: bump actions/checkout from 6 to 7 (#186)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    28dad0a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. Merge commit from fork

    * test: cover IDN host canonicalisation
    
    Ref: GHSA-4c8g-83qw-93j6
    
    * fix: canonicalise IDN hosts via WHATWG URL
    
    Ref: GHSA-4c8g-83qw-93j6
    UlisesGascon authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    21ea1f9 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.0.1

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    d2bf521 View commit details
    Browse the repository at this point in the history
Loading