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: klauspost/compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.5
Choose a base ref
...
head repository: klauspost/compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.6
Choose a head ref
  • 5 commits
  • 14 files changed
  • 5 contributors

Commits on Mar 29, 2026

  1. gzhttp: Canonicalize ETag header (#1139)

    This ensures the fast-path is hit in the net/http header functions for a
    minor speed improvement.
    justinmayhew authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    15967de View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    3d86b89 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-actions group with 2 updates (#1141)

    Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `github/codeql-action` from 4.32.4 to 4.35.1
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@89a39a4...c10b806)
    
    Updates `actions/setup-go` from 6.3.0 to 6.4.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v6.3.0...v6.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-version: 6.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    1b63f2f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. s2: Fix amd64 stack frame corruption (#1145)

    Fixes crash when pre-empted.
    
    Fixes #1097 - see for analysis.
    klauspost authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    620d7b5 View commit details
    Browse the repository at this point in the history
  2. docs: use unix line-endings for markdown files (#1144)

    * docs: README: convert to unix line-endings
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    ac2f5e8 View commit details
    Browse the repository at this point in the history
Loading