# proxbox-api v0.0.6

proxbox-api v0.0.6

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/proxbox-api/releases/v0.0.6 |
| GitHub URL | https://github.com/emersonfelipesp/proxbox-api/releases/tag/v0.0.6 |
| Tag | v0.0.6 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-04-03 14:40 UTC |
| Published | 2026-04-03 03:50 UTC |
| Target | main |
| Synced | 2026-08-25 14:03 UTC |
| Assets | 0 |

## Release notes

## 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**: https://github.com/emersonfelipesp/proxbox-api/compare/v0.0.5...v0.0.6

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/proxbox-api/zipball/v0.0.6 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/proxbox-api/tarball/v0.0.6 |