BustAPI v0.11.0
Release Candidate Finalization
- Promoted 0.11.0-rc2 to full 0.11.0 release.
- Hardened worker process cleanup by sending
SIGKILLto force process exit on shutdown, bypassing execution stalls within the compiled Rust codebase. - Added omitted dependencies (
psutil,pytest-asyncio,anyio) to GitHub Action multi-platform testing workflows. - Renamed internal
TestClientutility toBustTestClientto prevent inadvertent PyTest test collection warnings.
Full Changelog: v0.10.3...v0.11.0