Releases: damianh/LittleForker
Releases · damianh/LittleForker
General improvements.
- [Breaking]
ProcessSupervisor.Start()
is async. - Add
ExitKilled
state for when a process was killed when it didn't shut down within time out (or if no timeout supplied). #96 - When non terminating process shuts itself down after a signal but exits with a non-zero exit code, the state is
ExitWithError
instead ofExitSuccessfully
. #105 - Improved multi-threaded handling in
ProcessSupervisor
. #96 - Supports
netstandard2.0
,netcoreapp2.1
,netcoreapp3.1
,net5.0
#96
Thanks to @pgermishuys for contributions and feedback!
Patch release
- Log a warning of the timeout before killing the process #103
- Kill the process if it's exceeded it's allotted time to shutdown #97
Thanks to @pgermishuys for the contributions!
v2.0.0
Bug fixes
Initial Release
Allows overwriting of environment variables (#6) * allows overwriting of environment variables * fix build
Preview release
Seems this does have utility after all...