This long-overdue release includes correctness fixes to the SignalHandler helper, and a new ContextHandler helper. The minimum Go version in the go.mod file has been bumped from 1.13 to 1.20. As always, please test with your code before deploying to production, and file issues for any problems you encounter.
What's Changed
- Deregister signal channel by @alindeman in #16
- SignalError fixes, ContextHandler by @peterbourgon in #25
- Fix bug in SignalHandler by @peterbourgon in #27
- Update GitHub Actions test.yaml workflow by @peterbourgon in #38
New Contributors
- @alindeman made their first contribution in #16
Full Changelog: v1.1.0...v1.2.0