-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: valyala/fasthttp
base: v1.67.0
head repository: valyala/fasthttp
compare: v1.68.0
- 6 commits
- 5 files changed
- 2 contributors
Commits on Oct 9, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for dbfb82a - Browse repository at this point
Copy the full SHA dbfb82aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 59f58c0 - Browse repository at this point
Copy the full SHA 59f58c0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3a2fdec - Browse repository at this point
Copy the full SHA 3a2fdecView commit details
Commits on Oct 16, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 77468f6 - Browse repository at this point
Copy the full SHA 77468f6View commit details
Commits on Oct 21, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9ca6293 - Browse repository at this point
Copy the full SHA 9ca6293View commit details
Commits on Oct 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 1b8c559 - Browse repository at this point
Copy the full SHA 1b8c559View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.67.0...v1.68.0