Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Releases: SumoLogic/sumoshell

Sumoshell v0.5.0

20 Jan 08:30
03f0a8d
Compare
Choose a tag to compare

This release adds a sumo json operator making sumoshell much easier to use with Json logs, as well as fixing a a couple of minor printing bugs.

Sumoshell v0.4.2

02 Mar 08:14
Compare
Choose a tag to compare

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

26 Feb 08:40
Compare
Choose a tag to compare

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

26 Feb 03:31
Compare
Choose a tag to compare
  • Fixes #21: Add support for rendering all data
  • Fixes #25: Support directing output to a file
  • Fixes some typos

Sumoshell v0.3

13 Jan 05:00
Compare
Choose a tag to compare
  • 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

30 Oct 19:58
Compare
Choose a tag to compare
Sumoshell v0.2 Pre-release
Pre-release

Lots of improvements since the release candidate:

  • Refactor into single sumo binary
  • Add expr and filter operators
  • Fix EOL parsing (#7)

Sumoshell Developer Preview

26 Aug 17:04
Compare
Choose a tag to compare
Pre-release

A quanta of useful functionality but missing a lot of frills (see https://github.com/SumoLogic/sumoshell/issues).