Releases: omegaup/logslurp
Releases · omegaup/logslurp
v0.2.0
v0.1.4
Allow entries out of order to continue This change makes it possible to eventually become unstuck after encountering an out-of-order error from loki.
v0.1.3
Use go 1.15 to build+release
v0.1.2
Make TailTest less flaky (#2) This change accounts for the fact that Tail.Stop() and the events from inotify have no way of being synchronized, so the test now allows for all the observable variants. It also runs the test 100 times just to make sure it's not flaky in the future.
v0.1.1
Add CI/Release automation with GitHub Actions (#1) This change makes the CI to be run by GitHub Actions. This also automates the release process and builds the artifacts so that I don't have to run a weird script on my machine every time.
v0.1.0
This release contains the following commits:
- 8f4e2b7 Improve stringification of PushRequestStream
- 6a212a9 Make -noop work with regular mode as well
- 7329dfa Store the inode information when opening files
- 20f76ef Add a top-level Labels entry in the config
- 66d072b Save any orphaned log entries into the offset mapping file
- af78115 Do not clear the log entry queue unless the server received them