# proxmox-sdk v0.0.8 proxmox-sdk v0.0.8 | Field |Value | | --- | --- | | Canonical URL | https://emersonfelipesp.com/proxmox-sdk/releases/v0.0.8 | | GitHub URL | https://github.com/emersonfelipesp/proxmox-sdk/releases/tag/v0.0.8 | | Tag | v0.0.8 | | State | latest | | Author | emersonfelipesp | | Created | 2026-05-24 16:09 UTC | | Published | 2026-05-24 16:33 UTC | | Target | 07efc64b0c584ac16aeeb42a6aebe72824449468 | | Synced | 2026-05-24 20:22 UTC | | Assets | 0 | ## Release notes ## 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 `orjson` serialization 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`, and `9.1.11` schemas. ### Validation - Main CI passed on commit `07efc64b0c584ac16aeeb42a6aebe72824449468`. - TestPyPI release candidate `v0.0.8rc1` passed the release workflow matrix across Python 3.11, 3.12, and 3.13 with schema versions `latest`, `9.2`, and `9.1.11`. - Clean install validation from the TestPyPI wheel confirmed package metadata, CLI startup, packaged generated artifacts, route registration, and live mock API responses. ## Assets No binary assets attached. Source archives: | Format |URL | | --- | --- | | zip | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/zipball/v0.0.8 | | tar.gz | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/tarball/v0.0.8 |