go-http-metrics
go-http-metrics copied to clipboard
Bump github.com/valyala/fasthttp from 1.51.0 to 1.52.0
Bumps github.com/valyala/fasthttp from 1.51.0 to 1.52.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.52.0
What's Changed
Minor backwards incompatible changes
These changes are only backwards incompatible if you are sending bad requests.
- Prevent request smuggling by
@erikdubbelboerin valyala/fasthttp#1719- Follow RFCs 7230 and 9112 for HTTP versions by
@erikdubbelboerin valyala/fasthttp#1710New features
- Implement
GetRejectedConnectionsCountfunction by@mopenekoin valyala/fasthttp#1704- add DisableDNSResolution for TCPDialer. by
@xuxiao415in valyala/fasthttp#1702- feat: add function to parse HTTP header parameters by
@nickajacks1in valyala/fasthttp#1685- add support for custom dial function with timeouts by
@avivcarmisin valyala/fasthttp#1669Other
- Enable wastedassign, whitespace linters; fix issues by
@alexandearin valyala/fasthttp#1665- chore: Use 'any' instead of 'interface{}' by
@alexandearin valyala/fasthttp#1666- bug: Flush the write buffer before putting it to the pool by
@Jillein valyala/fasthttp#1672- copyZeroAlloc: Try WriteTo and ReadFrom before acquiring a buffer by
@Jillein valyala/fasthttp#1673- writeBodyFixedSize: Only do an early flush if the reader is an *os.File by
@Jillein valyala/fasthttp#1674- chore: Set max line length to 130 characters by
@alexandearin valyala/fasthttp#1676- docs: Add missing dots at the end of comments by
@alexandearin valyala/fasthttp#1677- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by
@dependabotin valyala/fasthttp#1678- chore: move cookie fuzz test to go 1.18 fuzzing by
@nickajacks1in valyala/fasthttp#1686- Change empty string checks to be more idiomatic by
@alexandearin valyala/fasthttp#1684- test(expvarhandler): fix failure when using -count to run more than once by
@nickajacks1in valyala/fasthttp#1688- test: migrate remaining fuzzit tests to go 1.18 fuzzing by
@nickajacks1in valyala/fasthttp#1687- Add CIFuzz by
@AdamKorczin valyala/fasthttp#1443- refactor: move manually created tchar table to bytesconv_table_gen by
@nickajacks1in valyala/fasthttp#1689- Bump supported Go version in readme by
@erikdubbelboerin valyala/fasthttp#1690- update build tag by
@tylitianruiin valyala/fasthttp#1695- Updates to GitHub Actions, add go1.22 to Test Matrix by
@gabyin valyala/fasthttp#1707- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by
@dependabotin valyala/fasthttp#1711- Bump dependencies by
@erikdubbelboerin valyala/fasthttp#1718New Contributors
@avivcarmismade their first contribution in valyala/fasthttp#1669@Jillemade their first contribution in valyala/fasthttp#1672@nickajacks1made their first contribution in valyala/fasthttp#1685@AdamKorczmade their first contribution in valyala/fasthttp#1443@mopenekomade their first contribution in valyala/fasthttp#1704@gabymade their first contribution in valyala/fasthttp#1707Full Changelog: https://github.com/valyala/fasthttp/compare/v1.51.0...v1.52.0
Commits
bce5766Prevent request smuggling (#1719)3327266Follow RFCs 7230 and 9112 for HTTP versions (#1710)a8cb5d5Bump dependencies (#1718)82bc7c4bump securego/gosec from 2.17.0 to 2.18.220c2c48chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1711)9fa5688Update all github actions, add go1.22 (#1707)b430b88ImplementGetRejectedConnectionsCountfunction (#1704)dfb7e62add DisableDNSResolution for TCPDialer. Sometimes, users do not need to use D...48dd2d0Try fixing oss-fuzz running out of memory and skipping a lot287e361Make Fuzz tests deterministic- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@slok Any chance of getting this merged? Thanks!
Superseded by #223.