Skip to content

Releases: rcoh/angle-grinder

v0.7.2

07 Apr 05:07
Compare
Choose a tag to compare
Add documentation about the where operator

v0.7.1

05 Apr 04:22
Compare
Choose a tag to compare
Update README

Add support for multi aggregates

05 Apr 01:14
Compare
Choose a tag to compare

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

31 Mar 01:09
Compare
Choose a tag to compare
- Fix padding when formatting aggregates
- Exit with a status code of 1 when the query is invalid

v0.6.2

30 Mar 03:55
Compare
Choose a tag to compare
Add fields operator + big performance improvement for aggregates

v0.6.1

29 Mar 02:13
Compare
Choose a tag to compare
Add fields operator

v0.6.0

26 Mar 19:02
Compare
Choose a tag to compare
Rename to agrind

v0.5.1

25 Mar 01:51
Compare
Choose a tag to compare
Performance improvements + support for `parse from` & `json from`

v0.5.0

21 Mar 16:05
Compare
Choose a tag to compare
Add support for sorting aggregates

v0.4.0: - Performance improvements

18 Mar 02:30
Compare
Choose a tag to compare
- Add integration tests
- Support for non-tty outputs (eg. writing to files)