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.61.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.62.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 6 contributors

Commits on May 3, 2025

  1. Configuration menu
    Copy the full SHA
    1345f42 View commit details
    Browse the repository at this point in the history
  2. feat: move user values to Request structure (#1999)

    Co-authored-by: Max Denushev <[email protected]>
    mdenushev and Max Denushev authored May 3, 2025
    Configuration menu
    Copy the full SHA
    41a1449 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#2001)

    * chore(deps): bump golangci/golangci-lint-action from 7 to 8
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update lint version
    
    * disable funcorder
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Erik Dubbelboer <[email protected]>
    dependabot[bot] and erikdubbelboer authored May 5, 2025
    Configuration menu
    Copy the full SHA
    51817a4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#2002)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.38.0.
    - [Commits](golang/crypto@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.38.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 May 6, 2025
    Configuration menu
    Copy the full SHA
    83fbe80 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#2003)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.39.0 to 0.40.0.
    - [Commits](golang/net@v0.39.0...v0.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.40.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 May 6, 2025
    Configuration menu
    Copy the full SHA
    69a68df View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. mod acceptConn (#2005)

    * add connKeepAliveer interface{}.
    * use connKeepAliveer insteadof *net.TCPConn to set TCPKeepalive and TCPKeepalivePeriod
    wamshawn authored May 7, 2025
    Configuration menu
    Copy the full SHA
    9e457eb View commit details
    Browse the repository at this point in the history
Loading