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-compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.3
Choose a base ref
...
head repository: fastify/fastify-compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 9, 2025

  1. chore(deps-dev): bump typescript from 5.7.3 to 5.8.3 (#356)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
    - [Commits](microsoft/TypeScript@v5.7.3...v5.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-version: 5.8.3
      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 Jun 9, 2025
    Configuration menu
    Copy the full SHA
    8fee37e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#357)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.31.2 to 0.32.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.31.2...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-version: 0.32.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 Jun 10, 2025
    Configuration menu
    Copy the full SHA
    331457b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

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

Commits on Jul 1, 2025

  1. feat: add support for zstd compression (#366)

    * feat: add support for zstd compression
    
    - Add conditional zstd support for Node.js 22.15+/23.8+
    - Implement zstd compression/decompression streams
    - Add isZstd() utility for magic byte detection (RFC 8878)
    - Update TypeScript definitions to include 'zstd' encoding
    - Add comprehensive tests for zstd compression and decompression
    - Update package.json keywords and documentation
    - Maintain backward compatibility with older Node.js versions
    
    Fixes #365
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * docs: update README to include zstd compression support
    
    - Add zstd to supported encodings list with Node.js version requirements
    - Update encoding priority order to include zstd as highest priority
    - Add examples showing zstd usage for both response compression and request decompression
    - Document zstd availability for Node.js 22.15+/23.8+
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: Claude <noreply@anthropic.com>
    mcollina and claude authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    0276b86 View commit details
    Browse the repository at this point in the history
  2. Bumped v8.1.0

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