PowerNetbox v4.6.1.0
Released 2026-05-29 - View on GitHub
NetBox 4.6.1 compatibility
- CI matrix bumped to
v4.6.1-5.0.1(4.6.1 supersedes 4.6.0; matrix is now 4.6.1 / 4.5.10 / 4.4.10 / 4.3.7). The full integration matrix passes against a live NetBox 4.6.1. - NetBox 4.6.1 is a maintenance release with no REST API schema changes:
Verify-ValidateSetParityreports zero drift against v4.6.1, and the v4.6.0...v4.6.1 source diff adds no model-field migrations — so no functional changes were required for compatibility.
New features
- Contact Groups (#445, closes #442 / #444) — new
New-/Get-/Set-/Remove-NBContactGroupcmdlets (hierarchy via-Parent, client-side slug auto-generation,-Force, and-Parent_Id/-Slugfilters), plus contact-to-group support on the*-NBContactcmdlets via-Group_Id(mapped to thegroupsM2M field, with a-Groupback-compatibility alias).Remove-NBContactnow accepts an array of IDs, andGet-NBContact -Group_Idfilters by group. Thanks @danubie! - Array values in query parameters (#447, closes #446) —
BuildNewURInow repeats the key per array value (?name=x1&name=x2) for NetBox multi-value filters;Get-NBTag -Name/-Slugaccept arrays as a proof-of-concept. Thanks @danubie!
Notes
- NetBox 4.6.1 deprecates v1 API tokens (removal planned for v5.0). PowerNetbox already supports v2 Bearer tokens.
Integration-tested against NetBox 4.3.7, 4.4.10, 4.5.10, and 4.6.1.