[ ~/proxbox-api/releases/v0.0.6 ]tty0
emerson@netdevops:~/proxbox-api$ gh release view v0.0.6 --repo emersonfelipesp/proxbox-api
back to releases / back to project
proxbox-api v0.0.6
tag=v0.0.6state=stablepublished=2026-04-03synced=2026-05-07 07:04 UTC
- author
- emersonfelipesp
- created
- 2026-04-03 14:40 UTC
- target
- main
- downloads
- 0
emerson@netdevops:~/proxbox-api$ cat RELEASE_NOTES.md
What's Changed
- Ignore generated Proxmox runtime cache by @emersonfelipesp
- Fix VM interface bridge lookup and guest IP handling by @emersonfelipesp
- fix: add retry backoff with jitter and connection refused detection by @emersonfelipesp
- feat: add /health endpoint for backend readiness checks by @emersonfelipesp
- Fix backend logs cursor pagination by @emersonfelipesp
- fix: add missing error handling wrapper to rest_patch_async by @emersonfelipesp
- fix: add retry with backoff and concurrency limit for NetBox requests by @emersonfelipesp
- fix: handle Pydantic models in _record_to_dict for storage index by @emersonfelipesp
- fix: use unique lookup for bridge to allow same name across VMs by @emersonfelipesp
- fix: handle bridge reuse across VMs with renamed interface by @emersonfelipesp
- fix: allow bridge interface reuse across VMs by @emersonfelipesp
- ci: add failing test deselect to workflow by @emersonfelipesp
Bug Fixes
- Retry backoff: Sleep now happens outside the semaphore to avoid holding concurrency slots while waiting. Adds jitter and minimum 5s delay for connection refused (NetBox completely down).
- Bridge lookup: Fixed edge case where a bridge name could match an interface on a different VM.
- Guest IP sync: Fixed IP address handling during VM interface reconciliation.
- REST pagination: Fixed cursor pagination in backend logs endpoint.
New Features
- /health endpoint: Backend readiness check endpoint for orchestrators.
Full Changelog: v0.0.5...v0.0.6
emerson@netdevops:~/proxbox-api$ gh release download --pattern '*'