Skip to main content
Version: Next

Marten 0.7.1 release notes

Under development.

Bug fixes

  • Fix routes nested under a sub-map mounted on a translated path reversing to the default-locale path. Reversed URLs for such routes could not be resolved when a non-default locale was active.
  • Fix request data parsing for malformed multipart/form-data requests. Missing boundaries (or empty bodies) now yield empty data, while other malformed multipart payloads raise a bad request (Marten::HTTP::Errors::InvalidRequestParameters) instead of an unhandled server error.