Release v1.10.0
✨ Features
- Support for WebSocket connections. (#692)
- Add support to read form-data of type TEXT. (#718)
- Add support for
StatusAcceptedresponse for POST endpoints. (#730) - Add support for ClickhouseDB. (#736)
🐞 Fixes
- Fix CMD responses followed by
%. (#697) - Add missing health details in app health-check. (#706)
- Fix request timeout response in text to JSON. (#716)
- Fix the help option in CMD sub-commands. (#715)
- Fix panic recovery for HTTP request. (#720)
- Make Span logs descriptive by adding error origin. (#710)
- Add mock metrics being used by framework by default in MockSQL. (#707)