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: valyala/fasthttp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.60.0
Choose a base ref
...
head repository: valyala/fasthttp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.61.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 7, 2025

  1. chore(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#1989)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.31.0 to 0.32.0.
    - [Commits](golang/sys@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    2629d9d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#1988)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.37.0.
    - [Commits](golang/crypto@v0.36.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    236b2f3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump securego/gosec from 2.22.2 to 2.22.3 (#1990)

    Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.2 to 2.22.3.
    - [Release notes](https://github.com/securego/gosec/releases)
    - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
    - [Commits](securego/gosec@v2.22.2...v2.22.3)
    
    ---
    updated-dependencies:
    - dependency-name: securego/gosec
      dependency-version: 2.22.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    76acf14 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#1991)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.39.0.
    - [Commits](golang/net@v0.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    4c71125 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

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

Commits on Apr 12, 2025

  1. Fix panic when perIPConn.Close is called multiple times (#1993)

    This happens when a perIPConn is idle and closed during
    Server.Shutdown() and then again closed by the WorkerFunc returning.
    erikdubbelboer authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    48f3a2f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. implement early hints (#1996)

    pjebs authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    a05560d View commit details
    Browse the repository at this point in the history
Loading