Skip to content

Releases: webcodr/server-runner

v1.4.0

07 Apr 20:43
Compare
Choose a tag to compare
  • Added shutdown of all servers on ctrl + c.

v1.3.0

16 Jun 15:31
Compare
Choose a tag to compare

No new stuff, just a maintenance release with refactorings and a real logging library insteadof println macros.

v1.2.0

14 Jun 17:14
Compare
Choose a tag to compare

Added CLI parameter to configure server check attempts.

v1.1.0

13 Jun 22:17
Compare
Choose a tag to compare

Server Runner will now track how many attempts are made to check a server for HTTP 200. After ten unsuccessful attempts, Server Runner will shutdown all servers and exit with an error.

v1.0.0

09 Jun 15:19
Compare
Choose a tag to compare

Add verbose mode, so it's ready for version 1.0.0. :)

v0.0.3

06 Jun 20:49
Compare
Choose a tag to compare

Add graceful error handling.

v0.0.2

29 May 18:24
Compare
Choose a tag to compare

No code changes, but updated GitHub action to support cross compiling to macOS and Linux aarch64.

v0.0.1

28 May 18:36
Compare
Choose a tag to compare

Initial release, usable but still pretty rough and without graceful error handling.