[ ~/proxmox-sdk/releases/v0.0.6.post1 ]tty0
emerson@netdevops:~/proxmox-sdk$ gh release view v0.0.6.post1 --repo emersonfelipesp/proxmox-sdk
back to releases / back to project
v0.0.6.post1
tag=v0.0.6.post1state=latestpublished=2026-05-21synced=2026-05-21 20:24 UTC
- author
- emersonfelipesp
- created
- 2026-05-21 19:22 UTC
- target
- main
- downloads
- 0
emerson@netdevops:~/proxmox-sdk$ cat RELEASE_NOTES.md
What's new in 0.0.6.post1
Post-release adding FastAPI TestClient HTTP smoke tests for the PVE mock and full server entry points, validated via the 0.0.6.post1.dev1 pre-release across Python 3.11–3.13 and schema versions latest / 9.1.11 / 9.2.
Changes
- tests/mock/test_routes.py — TestClient smoke tests for
create_mock_app()(PVE standalone mock): root, health, version, nodes list, node detail, 404 for unknown paths, user create with state persistence - tests/mock/test_app.py — TestClient smoke tests for
create_app()in mock mode: root, health (withTESTING=1), version, mode, versions list, mock sub-router, API nodes, health blocked withoutTESTING=1 - CI — added
proxmox_sdk.pdm_mock_mainto thesyntaxjob's import smoke checks
Validation
- TestPyPI install validated on Python 3.11, 3.12, 3.13 × schema latest / 9.1.11 / 9.2
emerson@netdevops:~/proxmox-sdk$ gh release download --pattern '*'