Skip to content

Releases: socketry/async-htty

v0.4.0

06 May 01:34
c7f53af

Choose a tag to compare

  • Suppress errors from send_goaway during connection cleanup to prevent shutdown exceptions from propagating.
  • Support redirecting server-side stderr to a file via the HTTY_ERROR_LOG environment variable, enabling debug logging without corrupting the HTTY byte stream.

v0.3.0

04 May 01:36
2e2f9df

Choose a tag to compare

  • Pass explicit terminal input and output endpoints into Protocol::HTTY::Stream, avoiding buffered duplex reads across the HTTY HTTP/2 transport.
  • Expect the HTTY protocol adapter to receive a prepared Protocol::HTTY::Stream instance before performing bootstrap and HTTP/2 setup.

v0.2.1

03 May 14:26
e253918

Choose a tag to compare

  • Send a server-side GOAWAY when the HTTY client closes an HTTP/2 session, allowing terminal clients to detach cleanly.
  • Add PTY coverage for binary request/response bodies across the full byte range.

v0.2.0

03 May 00:15
139f20c

Choose a tag to compare

  • Reopen stdin, stdout, and stderr to null devices to prevent output from interfering with HTTY's byte stream.
  • Guard against non-TTY input streams, which are not supported by HTTY.

v0.1.0

30 Apr 09:35
e251d1e

Choose a tag to compare

Bump minor version.