Releases: tetratelabs/run
Releases · tetratelabs/run
v0.3.0
Release v0.2.2
What's Changed
- Fix race in run unit graceful stop by @nacx in #9
- Add flag utils by @basvanbeek in #10
Full Changelog: v0.2.1...v0.2.2
Release 0.2.0
- Adds support for run Units which want to use context cancellation as signal to shutdown.
- Improves debug logging for phases
Release v0.1.2
Release v0.1.2
Fixes incorrect shutdown of IRQService and adds unit test for IRQService.
Release v0.1.1
Fixes shutdown sequence reporting
Improves version reporting logic
Release v0.1.0
Release v0.1.0
Initial release of run Group allowing integration with:
- https://github.com/tetratelabs/telemetry logging implementations
- https://github.com/tetratelabs/multierror multi line, multi error messages and formatting
- https://github.com/spf13/pflag posix compatible flags for flag dependency injection of run group configuration/service objects.