# proxmox-sdk v0.0.3

proxmox-sdk v0.0.3

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/proxmox-sdk/releases/v0.0.3 |
| GitHub URL | https://github.com/emersonfelipesp/proxmox-sdk/releases/tag/v0.0.3 |
| Tag | v0.0.3 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-04-22 20:26 UTC |
| Published | 2026-04-22 21:09 UTC |
| Target | main |
| Synced | 2026-08-25 18:36 UTC |
| Assets | 0 |

## Release notes

## What's Changed

### Features
- **Proxy support fix**: Correct proxy handling for HTTPS — method is normalized once and double-proxy construction is avoided
- **Explicit error types**: New error classes for clearer failure handling
- **Timeout/retry params**: Configurable timeout and retry backoff on client

### Fixes
- SSL errors now fail fast and CLI config round-trips respect `retry_backoff`
- Dependency bumps: `pytest` and `python-multipart` patched versions
- Mock server: use `replace_collection` for array endpoints in custom mock data init

### Docs
- v0.0.3 proxy fix, error types, timeout/retry documented in CLAUDE.md and MkDocs

**Full Changelog**: https://github.com/emersonfelipesp/proxmox-sdk/compare/v0.0.2.post3...v0.0.3

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/zipball/v0.0.3 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/tarball/v0.0.3 |