Skip to content

v0.17.2

Choose a tag to compare

@airut-agent airut-agent released this 19 Mar 20:14
· 238 commits to main since this release
48c5dbc

Bug Fixes

  • Proxy image not rebuilt after GC prunes it — When the housekeeping thread pruned the proxy container image, subsequent start_proxy() calls failed with a Podman "short-name did not resolve" error. The proxy image is now rebuilt on demand when missing or stale. (#321)
  • Test warning noise under xdist — Filtered PytestUnraisableExceptionWarning from third-party plugin leaks (pytest-socket, pytest-asyncio) under xdist, which were false positives triggered by the strict warning-as-error policy added in v0.17.1. (#322)