chore: bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0
Open
Number: #19539
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
August 25, 2025 at 10:03 PM UTC
(about 1 month ago)
(about 1 month ago)
Updated:
August 25, 2025 at 10:03 PM UTC
(about 1 month ago)
(about 1 month ago)
Labels:
dependencies go
dependencies go
Description:
Bumps github.com/valyala/fasthttp from 1.64.0 to 1.65.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.65.0
‼️ ⚠️ backwards incompatibility! ⚠️ ‼️
In this version of fasthttp, headers delimited by just
\n
(instead of\r\n
) are no longer supported!What's Changed
- Rewrite header parsing to improve spec compliance by
@erikdubbelboer
in valyala/fasthttp#2030- Simplify Client.Do function and lock usage by
@byte0o
in valyala/fasthttp#2038- chore(deps): bump securego/gosec from 2.22.5 to 2.22.7 by
@dependabot
[bot] in valyala/fasthttp#2039- Fix trailer security by
@erikdubbelboer
in valyala/fasthttp#2043- Fix RequestHeader.ContentLength() if disableSpecialHeader is true by
@erikdubbelboer
in valyala/fasthttp#2042- Add reuseport support for Solaris by
@jwntree
in valyala/fasthttp#2046- test: replace atomic operations with atomic types by
@alexandear
in valyala/fasthttp#2048- chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by
@dependabot
[bot] in valyala/fasthttp#2049- Optimize fs to have 0 allocations by
@erikdubbelboer
in valyala/fasthttp#2052- chore(deps): bump actions/checkout from 4 to 5 by
@dependabot
[bot] in valyala/fasthttp#2055New Contributors
@jwntree
made their first contribution in valyala/fasthttp#2046Full Changelog: https://github.com/valyala/fasthttp/compare/v1.64.0...v1.65.0
Commits
f9d84d7
Rewrite header parsing to improve spec compliance (#2030)89010cb
chore(deps): bump actions/checkout from 4 to 5 (#2055)1828bd4
Optimize fs to have 0 allocations (#2052)81ebee8
Fix PeekKeys()c20414a
Remove BenchmarkCoarseTimeNow3f641c3
chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 (#2049)51b4947
test: replace atomic operations with atomic types (#2048)1d8fe19
Add reuseport support for Solaris (#2046)01d533a
Fix RequestHeader.ContentLength() if disableSpecialHeader is true (#2042)a1c842f
Fix trailer security (#2043)- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
github.com/valyala/fasthttp
Ecosystem:
go
go
Version Change:
1.64.0 → 1.65.0
Update Type:
Minor
Minor
Technical Details
ID: | 5768976 |
UUID: | 2773133987 |
Node ID: | PR_kwDOGkVX1s6lSqqj |
Host: | GitHub |
Repository: | coder/coder |