# netbox-sdk v0.0.7.post4

netbox-sdk v0.0.7.post4

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/netbox-sdk/releases/v0.0.7.post4 |
| GitHub URL | https://github.com/emersonfelipesp/netbox-sdk/releases/tag/v0.0.7.post4 |
| Tag | v0.0.7.post4 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-04-13 19:19 UTC |
| Published | 2026-04-13 19:20 UTC |
| Target | main |
| Synced | 2026-08-23 18:24 UTC |
| Assets | 0 |

## Release notes

## Changes

- Fixed CI: corrected multi-line GitHub Actions output expansion in `django-model-builds` workflow (shell syntax error with `for TAG in ${{ }}` — switched to `env:` + `while read` loop).
- Fixed CI: replaced non-existent `ghcr.io/netbox-community/netbox:v4.4.10` with `v4.4.9` in the live NetBox test matrix.
- Fixed CI: resolved lint failures, live container startup race conditions, and NetBox image tag issues across multiple prior pushes.
- Added schema-driven in-memory FastAPI mock server, examples, and CI test matrix.
- Added developer documentation with SDK internals and proxbox-api integration guide.
- Security: stopped persisting demo_password to disk; bound mock server to loopback only.
- Bumped `pytest` dev dependency (Dependabot).
- Synced release metadata and documentation for version `0.0.7.post4`.

## Included commits

- c1545b5 chore(release): bump version to 0.0.7.post4
- fe2c450 build(deps-dev): bump pytest (Dependabot #13)
- 63113fa fix(ci): fix multi-line tag expansion and missing v4.4.10 image
- eb51c96 fix(ci): start netbox in a step to eliminate DB race condition
- 38bd354 fix(ci): switch live tests to official netbox-community image
- 7df7e7e fix(ci): resolve lint failures and live container timeout
- 74fb0cb fix(ci): use full patch version tags for live NetBox containers
- 1d1a75a fix: exclude examples/ from return annotation scan
- 9a4cd0a security: stop persisting demo_password to disk, bind mock server to loopback
- 06f4f76 Add mock FastAPI server, examples, CI test matrix, and MkDocs docs
- ba9c4ca feat: add schema-driven in-memory FastAPI mock server
- 5ecc5f2 docs: add developer documentation with SDK internals
- e44df60 refactor: simplify session fast-path, retry kwargs, and cast cleanup

## Assets

No binary assets attached.

Source archives:

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