Security
- Fixed an issue in the
bodyLimit
middleware where the body size limit could be bypassed when bothContent-Length
andTransfer-Encoding
headers were present. If you are using this middleware, please update immediately. Security Advisory
What's Changed
- fix(client): Fix
parseResponse
not parsing json in react native by @lr0pb in #4399 - chore: add
.tool-versions
file by @3w36zj6 in #4397 - chore: update
bun install
commands to use--frozen-lockfile
by @3w36zj6 in #4398 - test(jwk): Add tests of JWK token verification by @buckett in #4402
New Contributors
Full Changelog: v4.9.6...v4.9.7