Changelog
4.0.0 - 4.0.8 - Summary of Changes
includeUnparsed
option to get raw bodyTo address a potential security vulnerability:
files
property has been moved to ctx.request.files
. In prior versions, files
was a property of ctx.request.body
.fields
property is flatten (merged) into ctx.request.body
. In prior versions, fields
was a property of ctx.request.body
.If you do not use multipart uploads, no changes to your code need to be made.
Versions 1 and 2 of koa-body
are deprecated and replaced with versions 3 and 4, respectively.