-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
f5a4f1a
commit 0ec34f9
Showing
5 changed files
with
147 additions
and
126 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 |
---|---|---|
|
@@ -80,4 +80,5 @@ body: | |
label: Which version of Goral do you run (`goral --version`)? | ||
multiple: false | ||
options: | ||
- 0.1.1 | ||
- 0.1.0 |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* 0.1.1 | ||
- no panic for Google API access failure - just send an error to a messenger | ||
- rule fetch timeout is increased to 3000ms (from 1000ms) | ||
- if process user cannot be retrieved, NA is returned | ||
- fix fetch of a user id of a process | ||
- fix exponential backoff algorithm (decrease jittered) | ||
- fix repetitive truncation warning and truncation algorithm | ||
- binary size is reduced (by stripping debug info) | ||
|
||
* 0.1.0 | ||
- first public release |
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
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
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