go-http-metrics
go-http-metrics copied to clipboard
Bump github.com/valyala/fasthttp from 1.52.0 to 1.55.0
Bumps github.com/valyala/fasthttp from 1.52.0 to 1.55.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.55.0
What's Changed
- all: add riscv64 support by
@mengzhuoin valyala/fasthttp#1781- Use FASTHTTP_PREFORK_CHILD env variable to detect child by
@erikdubbelboerin valyala/fasthttp#1783- Fix common recurring CI issues by
@erikdubbelboerin valyala/fasthttp#1784- test: fix typo by
@alexandearin valyala/fasthttp#1790- Don't allow \r in header names by
@erikdubbelboerin valyala/fasthttp#1789- chore(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.9 by
@dependabotin valyala/fasthttp#1792- chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.24.0 by
@dependabotin valyala/fasthttp#1787- chore(deps): bump golang.org/x/net from 0.23.0 to 0.26.0 by
@dependabotin valyala/fasthttp#1788- chore(deps): bump securego/gosec from 2.19.0 to 2.20.0 by
@dependabotin valyala/fasthttp#1776New Contributors
@mengzhuomade their first contribution in valyala/fasthttp#1781Full Changelog: https://github.com/valyala/fasthttp/compare/1.54.0...v1.55.0
v1.54.0
What's Changed
- fs: fix GenerateIndexPages when DirFS or embed.FS is used by
@efectnin valyala/fasthttp#1778- fs: fix openIndexFile when dirPath is empty string by
@efectnin valyala/fasthttp#1779Full Changelog: https://github.com/valyala/fasthttp/compare/v1.53.0...1.54.0
v1.53.0
What's Changed
- chore(deps): bump securego/gosec from 2.18.2 to 2.19.0 by
@dependabotin valyala/fasthttp#1720- adaptor ResponseWriter - adding Hijack method and pass proper fields by
@gilwoin valyala/fasthttp#1525- Remove unnecessary build tag go1.21 by
@alexandearin valyala/fasthttp#1721- Upgrade golangci-lint to v1.56.2; fix gocritic issues by
@alexandearin valyala/fasthttp#1722- feat:support zstd compress and uncompressed by
@Max-Chengin valyala/fasthttp#1701- chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by
@dependabotin valyala/fasthttp#1725- Enable several gocritic checks; resolve identified issues by
@alexandearin valyala/fasthttp#1728- test: remove
//nolint:govetcomments by@alexandearin valyala/fasthttp#1729- Enable perfsprint linter; fix up lint issues by
@alexandearin valyala/fasthttp#1727- refactor: rename error local variables by
@alexandearin valyala/fasthttp#1738- test: remove redundant error check by
@alexandearin valyala/fasthttp#1741- fix: panic in ParseIPv4 when len(dst) > 4 by
@alexandearin valyala/fasthttp#1742- test: remove panics in client tests by
@alexandearin valyala/fasthttp#1747- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabotin valyala/fasthttp#1748- add support for CHIPS (Cookies Having Independent Partitioned State) by
@gurkan0791in valyala/fasthttp#1752- Add macos-14 platform, enable shuffle of unit-tests by
@gabyin valyala/fasthttp#1746- refactor: do not return error as it is always nil by
@alexandearin valyala/fasthttp#1759- fix: propagate body stream error to close function (#1743) by
@mdenushevin valyala/fasthttp#1757- chore(deps): bump golangci/golangci-lint-action from 4 to 5 by
@dependabotin valyala/fasthttp#1769- Don't allow , in host when using Client by
@erikdubbelboerin valyala/fasthttp#1761- Implemented what was described by me in #1766. by
@rhabichlin valyala/fasthttp#1767- feat: add address to tryDial errors by
@mdenushevin valyala/fasthttp#1763- chore(deps): bump golangci/golangci-lint-action from 5 to 6 by
@dependabotin valyala/fasthttp#1774
... (truncated)
Commits
b06f4e2chore(deps): bump securego/gosec from 2.19.0 to 2.20.0 (#1776)6a7f259chore(deps): bump golang.org/x/net from 0.23.0 to 0.26.0 (#1788)7de6a26chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.24.0 (#1787)ea3b903chore(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.9 (#1792)f56f9e4Fix linting issues7b273dcDon't allow \r in header names (#1789)9ffdf08test: fix typo (#1790)2909827Fix another flaky teste6d9374Fix common recurring CI issues (#1784)b001a40Use FASTHTTP_PREFORK_CHILD env variable to detect child (#1783)- 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)