Skip to content

v1.45.8

Latest

Choose a tag to compare

@Rid Rid released this 07 Sep 12:07

What's Changed

  • fix(logs): decode multiplexed and TTY container output in 3afcdd7
  • fix(exec): decode upgraded and TTY command output in 83d008d

For raw-stream log responses, containerLogs() now makes an extra container-inspect request to determine TTY mode. Callers need permission to inspect the container.

FETCH_RESPONSE and executeRawEndpoint() still return raw bytes. Use the stream callbacks to read decoded output without Docker's binary frame headers.

Full Changelog: v1.45.7...v1.45.8