Skip to content

Releases: cirello-io/runner

Replace go-git with direct git shell calls

04 Sep 04:58
06727ed
Compare
Choose a tag to compare
v2.3.0

runner/v2: replace go-git with direct shell call to git itself

Use stdlib to parse command line flags

04 Sep 04:31
4bf3852
Compare
Choose a tag to compare
v2.2.0

runner/v2: use stdlib for flag handling

Leverage `.git` to monitor file changes

31 Aug 04:26
5afc56f
Compare
Choose a tag to compare
v2.1.0

runner/v2: use .git to monitor file changes

Reduce file polling frequency

23 Aug 20:36
187d103
Compare
Choose a tag to compare
v2.0.1

runner/v2: add backoff to files monitor

Improve internal implementation to use modern Go features. Drop support for Windows.

23 Aug 19:53
69f1d5f
Compare
Choose a tag to compare

Do not trigger temporary, transient, and loop on rebuilds

20 Aug 21:18
cd0aa97
Compare
Choose a tag to compare
v1.7.6

runner: fix race condition when setting up static service discovery

Fix race condition on shutdown

20 Aug 19:42
7880896
Compare
Choose a tag to compare
runner: use proper supervision tree to correctly wait for the termina…

…tion of the processes

Fix regression in log output filtering

20 Aug 17:45
38cf14f
Compare
Choose a tag to compare
v1.7.4

runner: fix racy start between filter and processes generating output

Fix data race issue with discovery interface setup ('localhost:64000')

19 Aug 20:54
094297a
Compare
Choose a tag to compare
v1.7.3

runner: fix race condition on discovery interface setup

Fix data race when writing output to os.Stdout and os.Stderr

19 Aug 17:34
4e6c290
Compare
Choose a tag to compare
v1.7.2

runner: fix race condition on multiple os.Stdout uses