Skip to content

shell.online v0.8.1

Choose a tag to compare

@TeoSlayer TeoSlayer released this 04 Sep 21:44
· 15 commits to main since this release
75a4922

Runtime validation release. All 15 Linux artifacts now execute the complete test suite and real PTY input/output/resize checks under QEMU. Release builds use Go 1.26.8 to avoid the Go 1.27 MIPS64 epoll alignment regression discovered by the new gate.

shell.online v0.8.1: validated Linux releases and MIPS64 runtime fix

This runtime validation release tests all 15 Linux artifacts under QEMU and avoids the Go 1.27 MIPS64 epoll alignment regression by using Go 1.26.8 for release builds.

Highlights

  • Added QEMU coverage for every Linux release target.
  • Added real PTY input, output, and resize validation.
  • Pinned release builds to Go 1.26.8.

Fixes

  • Avoided the Go 1.27 MIPS64 runtime regression.
  • Preserved PTY test read ordering.

Compatibility

  • Release builds use Go 1.26.8.

Verification

  • All 15 Linux artifacts execute the complete test suite under QEMU.
  • All 15 Linux artifacts pass real PTY input/output/resize checks under QEMU.