Skip to content

v1.31.0: minor fixes, min Go 1.20

Latest

Choose a tag to compare

@benhoyt benhoyt released this 23 Dec 06:00
· 11 commits to master since this release

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