v0.0.8
Pre-release
Pre-release
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