Skip to content

Releases: omegaup/logslurp

v0.2.0

26 Apr 02:19
Compare
Choose a tag to compare
Uprev omegaup/go-base to v2

This change uprevs omegaup/go-base to v2 to be able to emit logs in JSON
format. #minor

v0.1.4

18 Oct 19:45
Compare
Choose a tag to compare
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

18 Oct 19:23
Compare
Choose a tag to compare
Use go 1.15 to build+release

v0.1.2

24 May 16:23
76ea01a
Compare
Choose a tag to compare
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

24 May 14:47
628d951
Compare
Choose a tag to compare
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

24 Dec 20:29
Compare
Choose a tag to compare

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

v0.0.4

23 Dec 03:37
Compare
Choose a tag to compare

This release contains the following commits:

  • 696767e Use the new API format for pushing logs
  • 9513b57 Allow reading multiple stream configs

v0.0.3

22 Dec 22:56
Compare
Choose a tag to compare

This release contains the following commits:

  • 2069377 Add a way of specifying processing a single file
  • de681b0 Add support for displaying the version
  • 33a7953 Better logging

v0.0.2

24 May 01:39
Compare
Choose a tag to compare
  • 9b4b545 Only log when pushRequest fails
  • 6dce752 Add a way to test the configuration against a single file

v0.0.1

23 May 02:35
Compare
Choose a tag to compare

First version