Skip to content

netbox-sdk v0.0.10

Latest

Choose a tag to compare

@emersonfelipesp emersonfelipesp released this 16 Jun 17:35
· 4 commits to main since this release
3bcc864

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.