Skip to content

Releases: maksimryndin/goral

0.1.9rc0

15 Jun 12:25
Compare
Choose a tag to compare
0.1.9rc0 Pre-release
Pre-release

This is a prerelease for testing purposes. For production please use the latest stable release.

0.1.8

03 Jun 18:54
c817f88
Compare
Choose a tag to compare
* fix ssh logs parsing

To update curl --proto =https --tlsv1.2 -sSf https://maksimryndin.github.io/goral/install.sh | sh

0.1.7

28 May 15:04
7b8a0d4
Compare
Choose a tag to compare
* ssh log monitoring
* rules for text now support "is" and "is not" conditions
* more helpful message about usage limits
* remove access/refresh tokens for google oauth from logs at the debug level

To update curl --proto =https --tlsv1.2 -sSf https://maksimryndin.github.io/goral/install.sh | sh

0.1.6

21 May 18:15
Compare
Choose a tag to compare
* safe numbers conversions
* ids collision tests
* latency measurements for healthchecks

To update curl --proto =https --tlsv1.2 -sSf https://maksimryndin.github.io/goral/install.sh | sh

0.1.5

02 May 17:29
Compare
Choose a tag to compare
* increase max body size for latest release check
* KV server shutdown message fix

To update curl --proto =https --tlsv1.2 -sSf https://maksimryndin.github.io/goral/install.sh | sh

0.1.4

01 Mar 10:44
Compare
Choose a tag to compare
* minor improvements for notifications
* urls with specified domains do not require ports

To update curl --proto =https --tlsv1.2 -sSf https://maksimryndin.github.io/goral/install.sh | sh

0.1.3

25 Feb 17:14
Compare
Choose a tag to compare
* fix version message for telegram
* releases for other platforms
* fine grained notifications control
* installer shell script https://maksimryndin.github.io/goral/install.sh
* fix port validation for domain-specified urls
* a separate website for docs https://maksimryndin.github.io/goral

To update curl --proto '=https' --tlsv1.2 -sSf https://maksimryndin.github.io/goral/install.sh | sh

0.1.2

08 Feb 15:00
Compare
Choose a tag to compare
* improve an append error handling and reporting
* rules are applied also at shutdown
* a welcome service message is sent to a service messenger instead of a general service messenger
* rules update warn is sent to a service messenger first
* rules update interval is increased
* the append timeout is set to the maximum backoff
* rule fetch timeout is decreased to 2000ms (from 3000ms)

0.1.1

29 Jan 05:47
Compare
Choose a tag to compare
* 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

23 Jan 16:23
Compare
Choose a tag to compare
update h2 to fix rustsec vulnerability