Skip to content

Releases: robbyt/go-supervisor

v0.0.14

23 Jun 20:25
550f4a9
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

What's Changed

  • add middleware edit for req headers by @robbyt in #58

Full Changelog: v0.0.13...v0.0.14

v0.0.13

23 Jun 06:40
7f66c89
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release

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

08 Jun 16:50
42d866c
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

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.11

04 Jun 20:38
5cd051f
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

What's Changed

  • remove deprecated httpserver.Route constructors, helpers by @robbyt in #52

Full Changelog: v0.0.10...v0.0.11

v0.0.10

04 Jun 20:15
4df95b8
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

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.9

01 Jun 19:41
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

What's Changed

  • make it easier for external middleware implementations by @robbyt in #49

Full Changelog: v0.0.8...v0.0.9

v0.0.8

31 May 00:45
Compare
Choose a tag to compare
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

v0.0.7

29 May 22:34
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

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

v0.0.6

28 May 22:30
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

What's Changed

  • fix 'make bench' race condition tester by @robbyt in #43

Full Changelog: v0.0.5...v0.0.6

v0.0.5

28 May 21:48
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

  • add a few more tests by @robbyt in #40
  • replace time.Sleep with assert.Eventually in tests by @robbyt in #42
  • fix race condition in httpcluster by @robbyt in #41

Full Changelog: v0.0.4...v0.0.5