Verson 0.4 of ql.io is out to npm today. Here is a quick summary of changes.
- Use native cluster module to start the app
- Upgrade all dependencies to the latest
- Limit response size to 10000000 bytes from upstream sources. You can change this with
maxResponseLength
in the config. - Limit outgoing requests per statement to 50. You can change this with
maxRequests
in the config. - Chain events for logging done with log-emitter.
- Add a new JSON based interface to browse tables and routes. Try
/routes
to start browsing. - Integrate har-view