build(deps): bump github.com/valyala/fasthttp from 1.71.0 to 1.72.0 in the fasthttp-modules group - #4481
Merged
ReneWerner87 merged 3 commits intoJun 29, 2026
Conversation
Bumps the fasthttp-modules group with 1 update: [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp). Updates `github.com/valyala/fasthttp` from 1.71.0 to 1.72.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](valyala/fasthttp@v1.71.0...v1.72.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fasthttp-modules ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: 336ea56 | Previous: 800bd49 | Ratio |
|---|---|---|---|
Benchmark_Ctx_Fresh_LastModified (github.com/gofiber/fiber/v3) |
187.3 ns/op 0 B/op 0 allocs/op |
119.6 ns/op 0 B/op 0 allocs/op |
1.57 |
Benchmark_Ctx_Fresh_LastModified (github.com/gofiber/fiber/v3) - ns/op |
187.3 ns/op |
119.6 ns/op |
1.57 |
Benchmark_Compress/Zstd (github.com/gofiber/fiber/v3/middleware/compress) - B/op |
1 B/op |
0 B/op |
+∞ |
Benchmark_Compress_Levels/Zstd_LevelDefault (github.com/gofiber/fiber/v3/middleware/compress) - B/op |
1 B/op |
0 B/op |
+∞ |
Benchmark_Compress_Levels/Zstd_LevelBestCompression (github.com/gofiber/fiber/v3/middleware/compress) - B/op |
1 B/op |
0 B/op |
+∞ |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4481 +/- ##
=======================================
Coverage 92.95% 92.95%
=======================================
Files 138 138
Lines 13591 13591
=======================================
Hits 12633 12633
Misses 592 592
Partials 366 366
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
fasthttp 1.72.0 rejects cookie values with octets outside the RFC 6265 cookie-octet set (e.g. backslash), so such values now arrive empty. Declare the expected echoed body per case in Test_Cache_Security_ MultiDimensionInjection so the security difference (headers keep the backslash, cookies drop it) is explicit in the table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ReneWerner87
force-pushed
the
dependabot/go_modules/fasthttp-modules-bfc54c70cf
branch
from
June 29, 2026 20:44
1c0f855 to
3583d77
Compare
ReneWerner87
approved these changes
Jun 29, 2026
ReneWerner87
deleted the
dependabot/go_modules/fasthttp-modules-bfc54c70cf
branch
June 29, 2026 21:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the fasthttp-modules group with 1 update: github.com/valyala/fasthttp.
Updates
github.com/valyala/fasthttpfrom 1.71.0 to 1.72.0Release notes
Sourced from github.com/valyala/fasthttp's releases.
... (truncated)
Commits
37a31d7Avoid default content type for empty requests (#2296)d93cb94validate trailer values in parseTrailer (#2301)9d21d35Remove unused uint322ip, inline ip2uint32eb82c9aReject invalid cookie values during parsing598e2e0fix(server): close listener on serve error in ListenAndServe helpers (#2304)134a8fepreserve duplicate request headers in ConvertRequest (#2305)7bca504reject duplicate Transfer-Encoding in request header parser (#2303)9ee3c15docs: document FSCompressedFileSuffixes is not safe for concurrent modificati...2c15900feat(prefork): graceful shutdown, leak fixes, hook robustness (re-open of #21...ec58c6estrip semicolons from cookie setters to block attribute injection (#2298)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions