github remix-run/remix multipart-parser@0.15.0
multipart-parser v0.15.0

latest releases: component@0.6.0, remix@3.0.0-alpha.4, static-middleware@0.4.5...
7 hours ago

Minor Changes

  • BREAKING CHANGE: parseMultipart(), parseMultipartStream(), and parseMultipartRequest() now enforce finite default maxParts and maxTotalSize limits, and add MaxPartsExceededError and MaxTotalSizeExceededError for handling multipart envelope limit failures.

    Apps that intentionally accept large multipart requests may need to raise maxParts or maxTotalSize explicitly.

Don't miss a new remix release

NewReleases is sending notifications on new releases.