-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benito Palacios Sanchez
committed
Sep 29, 2016
1 parent
ec39dde
commit 68390b7
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
## 1.1 | ||
* Add 8 errors messages. | ||
* Add 1 warnings messages. | ||
* Add 4 messages. | ||
* Hide discovery network messages for the basic verbosity level. | ||
* Support writing output directly into a file (`-o`). | ||
* Support reading from the standard input (to support piping) (default mode). | ||
* The log file argument changed to be passed with the `-i` argument. | ||
* Capture two SIGINT signals to abort any piped process and log parsing. | ||
* Add progress bar when reading a file. | ||
* Add execution time when reading from the standard intput. | ||
* Show the number of repeated messages for config, warning and error messages. | ||
* Show the network throughput per host and port. | ||
* Fix topic and type name regular expressions. | ||
* Improve output message for some logs. | ||
|
||
## 1.0 | ||
* First public release. |