This release includes three minor fixes, and also updates the minimum Go version required (in go.mod) from 1.18 to 1.20. The fixes are:
- Generalise handling of /dev/stderr and /dev/stdout in #268
- Save FS when record is read so we use that value when lazily splitting in #269
- Use WaitDelay to ensure system() exits quickly when context is cancelled in #270
Full Changelog: v1.30.1...v1.31.0