⚠️ 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 @erikdubbelboer in #2031
- refact: eliminate duplication in Request/Response via struct embedding by @ksw2000 in #2027
- chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #2034
- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by @dependabot[bot] in #2036
- chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #2035
Full Changelog: v1.63.0...v1.64.0