Today’s release of ql.io 0.7 includes the following changes:
Features
- Fallback syntax to the language - see https://github.com/ql-io/ql.io/wiki/%5BProposal%5D-Optional-Inputs-and-Errors
- Compiler rewritten to output the DAG with dependencies
- Explicit depedencies between modules
- Support for pre-requisite params - see https://github.com/ql-io/ql.io/wiki/%5BProposal%5D-Optional-Inputs-and-Errors
- Retry once for idempotent requests on timeouts
- Update the context with the udf filtered data
- Support C style block comments
- No Compression if the CPU load is > 50%
Bug Fixes
- Http client Agent maxSockets increased to 1000 to avoid request backlog on any given socket - https://github.com/ql-io/ql.io/issues/512
- Fix https://github.com/ql-io/ql.io/issues/478
- Fix https://github.com/ql-io/ql.io/issues/13 Disable autorun in the console.
- Add file path/name to comiple errors