Skip to content

Releases: damianh/LittleForker

General improvements.

25 Sep 13:48
Compare
Choose a tag to compare
  • [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 of ExitSuccessfully. #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

25 Sep 12:15
438d3d7
Compare
Choose a tag to compare
  • 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

14 Apr 17:01
Compare
Choose a tag to compare
  • [Breaking Change] #36 Replace LibLog with Microsoft.Extenstions.Logging
  • #38 Replaced licence with Apache-2.0

Bug fixes

02 Jan 13:55
Compare
Choose a tag to compare
  1. [Bug] Fault tolerant pipe connections #34
  2. [Enhancement] Deploy CI packages to feedz.io #23

https://www.nuget.org/packages/LittleForker/1.0.1

Initial Release

08 Mar 15:57
3bed5d1
Compare
Choose a tag to compare
Allows overwriting of environment variables (#6)

* allows overwriting of environment variables

* fix build

Preview release

11 Dec 20:42
Compare
Choose a tag to compare

Seems this does have utility after all...