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.63.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.64.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 5, 2025

  1. refact: eliminate duplication in Request/Response via struct embedding (

    #2027)
    
    * refact: Eliminate duplication in Request/Response headers via struct embedding
    
    * revert: SetMultipartFormBoundaryBytes
    
    * refact: rename the params of SetProtocol and SetProtocolBytes
    ksw2000 authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    eb1f908 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Add warning for deprecated newline separator (#2031)

    * Add warning for deprecated newline separator
    
    * Fix feedback, no context by default, use slog
    erikdubbelboer authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    a3c9dab View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (#2034)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.33.0 to 0.34.0.
    - [Commits](golang/sys@v0.33.0...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.34.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 Jul 10, 2025
    Configuration menu
    Copy the full SHA
    2a917b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#2036)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.39.0 to 0.40.0.
    - [Commits](golang/crypto@v0.39.0...v0.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Jul 11, 2025
    Configuration menu
    Copy the full SHA
    7ac856f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (#2035)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.41.0 to 0.42.0.
    - [Commits](golang/net@v0.41.0...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.42.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 Jul 11, 2025
    Configuration menu
    Copy the full SHA
    b1a54c8 View commit details
    Browse the repository at this point in the history
Loading