# proxmox-sdk v0.0.12 v0.0.12 | Field |Value | | --- | --- | | Canonical URL | https://emersonfelipesp.com/proxmox-sdk/releases/v0.0.12 | | GitHub URL | https://github.com/emersonfelipesp/proxmox-sdk/releases/tag/v0.0.12 | | Tag | v0.0.12 | | State | latest | | Author | emersonfelipesp | | Created | 2026-06-15 15:35 UTC | | Published | 2026-06-15 15:38 UTC | | Target | main | | Synced | 2026-06-21 07:41 UTC | | Assets | 0 | ## Release notes ## proxmox-sdk v0.0.12 ### What's New - Schema updated to Proxmox VE 9.2 (675 operations / 449 endpoints) - Ceph facade: `CephClient` / `SyncCephClient` with dashboard, RGW, and RBD domain providers - PBS (Proxmox Backup Server) facade: `PBSClient` / `SyncPBSClient` with datastores, jobs, nodes, and snapshots domains - PDM (Proxmox Datacenter Manager) facade: `PDMClient` / `SyncPDMClient` - SQLite mock state backend (`PROXMOX_MOCK_STORE=sqlite`) with tombstone support - Two-phase full-update VM batch for improved E2E reliability - Per-VM dispatch failure isolation - Various sync reliability improvements ### Installation ```bash pip install proxmox-sdk==0.0.12 ``` ## Assets No binary assets attached. Source archives: | Format |URL | | --- | --- | | zip | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/zipball/v0.0.12 | | tar.gz | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/tarball/v0.0.12 |