go-http-metrics
go-http-metrics copied to clipboard
Bump github.com/valyala/fasthttp from 1.58.0 to 1.61.0
Bumps github.com/valyala/fasthttp from 1.58.0 to 1.61.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.61.0
What's Changed
- chore(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 by
@dependabotin valyala/fasthttp#1989- chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 by
@dependabotin valyala/fasthttp#1988- chore(deps): bump securego/gosec from 2.22.2 to 2.22.3 by
@dependabotin valyala/fasthttp#1990- chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 by
@dependabotin valyala/fasthttp#1991- Fix round robin addresses in dual stack dialing by
@raviqqein valyala/fasthttp#1995- Fix panic when perIPConn.Close is called multiple times by
@erikdubbelboerin valyala/fasthttp#1993- early hint functionality by
@pjebsin valyala/fasthttp#1996New Contributors
@raviqqemade their first contribution in valyala/fasthttp#1995Full Changelog: https://github.com/valyala/fasthttp/compare/v1.60.0...v1.61.0
v1.60.0
What's Changed
- perf: split delAllArgs into delAllArgs and delAllArgsStable by
@ksw2000in valyala/fasthttp#1945- fix: accept invalid headers with a space by
@ksw2000in valyala/fasthttp#1953- Drop support for Go 1.21, add support for 1.24 by
@erikdubbelboerin valyala/fasthttp#1959- chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by
@dependabotin valyala/fasthttp#1958- add related project for opentelemetry-go-auto-instrumentation by
@123liuzimingin valyala/fasthttp#1962- Fix normalizeHeaderValue by
@erikdubbelboerin valyala/fasthttp#1963- chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by
@dependabotin valyala/fasthttp#1968- chore(deps): bump securego/gosec from 2.22.1 to 2.22.2 by
@dependabotin valyala/fasthttp#1972- chore(deps): bump golang.org/x/net from 0.36.0 to 0.37.0 by
@dependabotin valyala/fasthttp#1971- Update golangci-lint to v2 by
@erikdubbelboerin valyala/fasthttp#1980- chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by
@dependabotin valyala/fasthttp#1983- Remove idleConns mutex for every request by
@erikdubbelboerin valyala/fasthttp#1986New Contributors
@123liuzimingmade their first contribution in valyala/fasthttp#1962Full Changelog: https://github.com/valyala/fasthttp/compare/v1.59.0...v1.60.0
v1.59.0
What's Changed
- fix: Method-preserving doRequestFollowRedirects by
@prepaserin valyala/fasthttp#1920- fix: "identity" has been deprecated #1909 by
@ksw2000in valyala/fasthttp#1919- Fix parsing of bad urls with # by
@erikdubbelboerin valyala/fasthttp#1915- docs: improve README formatting and section headers by
@alexandearin valyala/fasthttp#1925- perf: use buf in Args instead of bytebufferpool by
@ksw2000in valyala/fasthttp#1931- client: Client {} supports custom Transport by
@zhangyongdingin valyala/fasthttp#1935- Migrate valyala/tcplisten to this repo #1926 by
@ksw2000in valyala/fasthttp#1929- client: Modify some interfaces to be exportable by
@zhangyongdingin valyala/fasthttp#1936- Try to fix tests with dial timeouts by
@erikdubbelboerin valyala/fasthttp#1940- client: add interfaces for reading clientConn by
@zhangyongdingin valyala/fasthttp#1941- Refactor trailer Field for Improved Memory Efficiency and Performance by
@ksw2000in valyala/fasthttp#1928- fix: compression priority by
@inetolin valyala/fasthttp#1950- add dummy support for js,wasm by
@pjebsin valyala/fasthttp#1955
... (truncated)
Commits
a05560dimplement early hints (#1996)48f3a2fFix panic when perIPConn.Close is called multiple times (#1993)e380d34Fix round robin addresses in dual stack dialing (#1995)4c71125chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#1991)76acf14chore(deps): bump securego/gosec from 2.22.2 to 2.22.3 (#1990)236b2f3chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#1988)2629d9dchore(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#1989)752b0e7Remove idleConns mutex for every request (#1986)bf3f552chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#1983)4891fc5Update golangci-lint to v2 (#1980)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)