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