[ ~/proxmox-sdk/releases/v0.0.8 ]tty0
emerson@netdevops:~/proxmox-sdk$ gh release view v0.0.8 --repo emersonfelipesp/proxmox-sdk
back to releases / back to project
proxmox-sdk v0.0.8
tag=v0.0.8state=latestpublished=2026-05-24synced=2026-05-24 19:25 UTC
- author
- emersonfelipesp
- created
- 2026-05-24 16:09 UTC
- target
- 07efc64b0c584ac16aeeb42a6aebe72824449468
- downloads
- 0
emerson@netdevops:~/proxmox-sdk$ cat RELEASE_NOTES.md
proxmox-sdk v0.0.8
Performance-focused release for the schema-driven Proxmox mock/SDK runtime.
Highlights
- Uses pre-generated static route metadata for generated Proxmox routes, avoiding runtime route introspection work.
- Adds route-group lazy loading for generated Pydantic models so the mock API no longer imports the full generated model tree at startup.
- Ships generated
route_metadata.json,model_index.json, and model shard artifacts in the package. - Moves the default mock state backend to SQLite WAL while retaining the shared-memory and dict backends for compatibility.
- Adds an optional
orjsonserialization fast path before considering any custom native extension work. - Keeps the existing Granian Docker variant for native ASGI/server wins without changing package internals.
- Adds integrity and route-loading tests for the generated artifacts across
latest,9.2, and9.1.11schemas.
Validation
- Main CI passed on commit
07efc64b0c584ac16aeeb42a6aebe72824449468. - TestPyPI release candidate
v0.0.8rc1passed the release workflow matrix across Python 3.11, 3.12, and 3.13 with schema versionslatest,9.2, and9.1.11. - Clean install validation from the TestPyPI wheel confirmed package metadata, CLI startup, packaged generated artifacts, route registration, and live mock API responses.
emerson@netdevops:~/proxmox-sdk$ gh release download --pattern '*'