This repository has been 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 > file
when data was not aggregate data.
Sumoshell v0.4.1
Bugfix:
- Don't print extra newline when
render all
is set - Use
render all
mode 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.
render
is 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
sumo
binary - Add
expr
andfilter
operators - 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).