🚀 API Maker : Release Notes for v1.19.8
⭐ Dec 2025 ⭐
Changes
- [BUG] : Revert is not working in schema compare.
- [BUG] : Path are not visible in custom apis grid view.
- [BUG] : headers can be supported directly from custom APIs using
g.res.headers['name'] = 'value'. - [IMPROVEMENT] :
g.res.contentTypewill send data directly to user without wrapping success value.