Skip to content

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 into
mainfrom
dependabot/go_modules/fasthttp-modules-bfc54c70cf
Jun 29, 2026
Merged

ReneWerner87 merged 3 commits into
mainfrom
dependabot/go_modules/fasthttp-modules-bfc54c70cf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the fasthttp-modules group with 1 update: github.com/valyala/fasthttp.

Updates github.com/valyala/fasthttp from 1.71.0 to 1.72.0

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.72.0

What's Changed

New Contributors

... (truncated)

Commits
  • 37a31d7 Avoid default content type for empty requests (#2296)
  • d93cb94 validate trailer values in parseTrailer (#2301)
  • 9d21d35 Remove unused uint322ip, inline ip2uint32
  • eb82c9a Reject invalid cookie values during parsing
  • 598e2e0 fix(server): close listener on serve error in ListenAndServe helpers (#2304)
  • 134a8fe preserve duplicate request headers in ConvertRequest (#2305)
  • 7bca504 reject duplicate Transfer-Encoding in request header parser (#2303)
  • 9ee3c15 docs: document FSCompressedFileSuffixes is not safe for concurrent modificati...
  • 2c15900 feat(prefork): graceful shutdown, leak fixes, hook robustness (re-open of #21...
  • ec58c6e strip semicolons from cookie setters to block attribute injection (#2298)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot
dependabot Bot requested a review from a team as a code owner June 29, 2026 13:57
@ReneWerner87 ReneWerner87 added this to v3 Jun 29, 2026
@ReneWerner87 ReneWerner87 added this to the v3 milestone Jun 29, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ 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

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.95%. Comparing base (800bd49) to head (3583d77).
⚠️ Report is 2 commits behind head on main.

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           
Flag Coverage Δ
unittests 92.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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
ReneWerner87 force-pushed the dependabot/go_modules/fasthttp-modules-bfc54c70cf branch from 1c0f855 to 3583d77 Compare June 29, 2026 20:44
@ReneWerner87
ReneWerner87 merged commit 2d5a419 into main Jun 29, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this to Done in v3 Jun 29, 2026
@ReneWerner87
ReneWerner87 deleted the dependabot/go_modules/fasthttp-modules-bfc54c70cf branch June 29, 2026 21:04
@ReneWerner87 ReneWerner87 modified the milestones: v3, v3.4.0 Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant