Releases: robbyt/go-supervisor
Releases · robbyt/go-supervisor
v0.0.13
What's Changed
- fix bug with wrong context sent to the health probe, and increase shutdown timeout by @robbyt in #56
- add functional options for adding/removing headers by @robbyt in #57
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- clean up and consolidate tests, move to the blocking fsm state channel by @robbyt in #54
- update required go version to latest by @robbyt in #55
- Update module github.com/robbyt/go-fsm to v1.4.1 by @renovate in #53
Full Changelog: v0.0.11...v0.0.12
v0.0.10
What's Changed
- split out httpserver.middleware into a new sub-package, with improved API by @robbyt in #50
Full Changelog: v0.0.9...v0.0.10
v0.0.8
What's Changed
This is a breaking change, it removes the WithContext
from several Runnable constructors, and will no longer handle a main parent context cancellation, context must be set by Run(ctx)
.
- remove parent context from composite runner by @robbyt in #46
- remove parent context from the httpcluster Runnable by @robbyt in #47
- remove parent context from the httpserver Runnable by @robbyt in #48
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- adjust shutdown process on the httpserver to remove fsm noise by @robbyt in #45
- Update module github.com/robbyt/go-fsm to v1.3.0 - autoclosed by @renovate in #44
Full Changelog: v0.0.6...v0.0.7