Sourced from github.com/valyala/fasthttp's releases.
v1.64.0
⚠️ Deprecation warning! ⚠️
In the next version of fasthttp headers delimited by just
\n(instead of\r\n) are no longer supported!What's Changed
- Add warning for deprecated newline separator by
@erikdubbelboerin valyala/fasthttp#2031- refact: eliminate duplication in Request/Response via struct embedding by
@ksw2000in valyala/fasthttp#2027- chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by
@dependabot[bot] in valyala/fasthttp#2034- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by
@dependabot[bot] in valyala/fasthttp#2036- chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by
@dependabot[bot] in valyala/fasthttp#2035Full Changelog: https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0
b1a54c8
chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (#2035)7ac856f
chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#2036)2a917b6
chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (#2034)a3c9dab
Add warning for deprecated newline separator (#2031)eb1f908
refact: eliminate duplication in Request/Response via struct embedding
(#2027)