Skip to content

v0.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@robbyt robbyt released this 31 May 00:45
· 11 commits to main since this 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