Thanks to visit codestin.com
Credit goes to github.com

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.67.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.68.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 9, 2025

  1. chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 (#2087)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.36.0 to 0.37.0.
    - [Commits](golang/sys@v0.36.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      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 Oct 9, 2025
    Configuration menu
    Copy the full SHA
    dbfb82a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#2086)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.43.0.
    - [Commits](golang/crypto@v0.42.0...v0.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.43.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 Oct 9, 2025
    Configuration menu
    Copy the full SHA
    59f58c0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang.org/x/net from 0.45.0 to 0.46.0 (#2085)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.45.0 to 0.46.0.
    - [Commits](golang/net@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.46.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 Oct 9, 2025
    Configuration menu
    Copy the full SHA
    3a2fdec View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. chore(deps): bump securego/gosec from 2.22.9 to 2.22.10 (#2088)

    Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.9 to 2.22.10.
    - [Release notes](https://github.com/securego/gosec/releases)
    - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
    - [Commits](securego/gosec@v2.22.9...v2.22.10)
    
    ---
    updated-dependencies:
    - dependency-name: securego/gosec
      dependency-version: 2.22.10
      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 Oct 16, 2025
    Configuration menu
    Copy the full SHA
    77468f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. chore(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1 (

    …#2089)
    
    Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.0 to 1.18.1.
    - [Release notes](https://github.com/klauspost/compress/releases)
    - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
    - [Commits](klauspost/compress@v1.18.0...v1.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/klauspost/compress
      dependency-version: 1.18.1
      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 Oct 21, 2025
    Configuration menu
    Copy the full SHA
    9ca6293 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Fix named return bugs

    The new golangci-lint doesn't allow empty return statements anymore.
    
    But returning a specific value with named return variables actually assigns it to the variable.
    See: https://go.dev/play/p/kNhVx2scGx5
    
    This caused a bug here: #2090
    erikdubbelboer committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    1b8c559 View commit details
    Browse the repository at this point in the history
Loading