Releases: robbyt/go-supervisor
Releases · robbyt/go-supervisor
v0.0.20
What's Changed
- Update actions/checkout action to v6 by @renovate[bot] in #77
- Update SonarSource/sonarqube-scan-action action to v7 by @renovate[bot] in #78
- require go 1.25.7 by @robbyt in #79
- background the reload from SIGHUP, so the main loop doesn't block by @robbyt in #80
- fix potential deadlock/leak in shutdown in the reloadManager by @robbyt in #81
- make the supervisor SignalChan struct field private, add a SendSignal method for access by @robbyt in #82
- serialize calls to the composite reload by @robbyt in #83
- grow the size of the serverErrs chan in the composite runnable by @robbyt in #84
- small adjustment to the timer behavior in the httpcluster retry loop by @robbyt in #85
- move tests to synctest, remove sleeps by @robbyt in #86
- fix mock assertions by @robbyt in #87
- simplify the signals test for the main supervisor loop by @robbyt in #88
- fix a race condition and shutdown in the composite Runnable by @robbyt in #89
- Make Stop() blocking across all runners by @robbyt in #90
- require go v1.26.0 by @robbyt in #91
- change the supervisor interface to change Reload() to Reload(ctx) by @robbyt in #92
- Update SonarSource/sonarqube-scan-action action to v8 by @renovate[bot] in #93
- Wire Reload(ctx) through composite and httpserver internals by @robbyt in #94
Full Changelog: v0.0.19...v0.0.20
v0.0.19
v0.0.18
v0.0.17
v0.0.16
What's Changed
- Update actions/checkout action to v5 by @renovate[bot] in #60
- Update SonarSource/sonarqube-scan-action action to v6 by @renovate[bot] in #63
- upgrade minimum go ver to 1.25.1 by @robbyt in #64
- Update actions/setup-go action to v6 by @renovate[bot] in #62
- Update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #61
Full Changelog: v0.0.15...v0.0.16