This repository was archived by the owner on Jul 25, 2018. It is now read-only.
Releases: SumoLogic/sumoshell
Releases · SumoLogic/sumoshell
Sumoshell v0.5.0
Sumoshell v0.4.2
Another bugfix release.
- Fix behavior of
count ... | sum ...(and other chains of aggregates) - Fix behavior of
... | render > filewhen data was not aggregate data.
Sumoshell v0.4.1
Bugfix:
- Don't print extra newline when
render allis set - Use
render allmode automatically when output is not a tty
Sumoshell v0.4
Sumoshell v0.3
- Fixes #16, #11: Race conditions within the engine.
- Merges render & render-basic.
renderis now built using much lighter weight terminal escape sequences instead of a full curses based UI. As a result, when viewing an aggregate only the first 20 rows are shown. I hope to remove this restriction in the future. - Remove dependency on problematic termui library.
This is my first time producing a linux binary from OS X. Please report any issues you may have.
Sumoshell v0.2
Lots of improvements since the release candidate:
- Refactor into single
sumobinary - Add
exprandfilteroperators - Fix EOL parsing (#7)
Sumoshell Developer Preview
A quanta of useful functionality but missing a lot of frills (see https://github.com/SumoLogic/sumoshell/issues).