6.0.0 (2025-01-10)
Bug Fixes
- fix bug where request.query is not merged into request.data (29f45d9)
Features
- merge request.files into request.data field, delete files and body fields (010f072)
BREAKING CHANGES
- this update breaks how routeResponses are sent back to the client
- request.files and request.body fields no longer exists, use request.data instead