NetBox SDK 0.0.10 finalizes the CLI and SDK updates from the 0.0.10 release line.
Highlights:
- Adds CLI bulk update, bulk patch, and bulk delete operations for writable list endpoints.
- Adds auto-pagination support with --all and --max-records for dynamic list commands.
- Adds filter discovery so users can inspect supported query parameters from the CLI.
- Adds versioned NetBox schema selection for CLI usage.
- Adds live integration coverage against demo NetBox workflows.
- Pins the Starlette dependency floor to include upstream Host header validation fixes.
- Avoids eager demo TUI profile prompts.
Compatibility and validation:
- Package: netbox-sdk 0.0.10
- Distribution: PyPI package netbox-sdk==0.0.10
- Python validation covered the release workflow test matrix before package publication.
- No migration step is required for existing CLI or SDK users.