Skip to content

Use merged request body when mergeMultipartFieldsAndFiles is enabled

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 10:29

6.18.0 (2025-05-15)

Please read the release notes of @adonisjs/bodyparser package to understand how merged request body works and why this feature was added. https://github.com/adonisjs/bodyparser/releases/tag/v10.1.0. Solves issue #4777

Features

  • enable allowUnknownFlags for specific commands (6fdf953)
  • use merged request body during validation when mergeMultipartFieldsAndFiles flag is enabled (bd80b39), closes #4777

What's Changed

  • feat: enable allowUnknownFlags for specific commands by @Melchyore in #4921

New Contributors

Full Changelog: v6.17.2...v6.18.0