Releases: rcoh/angle-grinder
Releases · rcoh/angle-grinder
v0.7.2
v0.7.1
Add support for multi aggregates
Note: this release contains a breaking change to accommodate multi-aggregates. as
clauses.
This release adds support for have multiple aggregate function in the same operator allowing for queries like:
* | json | count, p50(response_time) by status_code
Lots of moving parts in this release. Please report any issues or panics.
v0.6.3: Small bugfixes
- Fix padding when formatting aggregates - Exit with a status code of 1 when the query is invalid
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0: - Performance improvements
- Add integration tests - Support for non-tty outputs (eg. writing to files)