Skip to content

PowerNetbox v4.4.9.0

Released 2025-12-26 - View on GitHub

PowerNetbox v4.4.9.0

This release adds full compatibility with Netbox 4.4.9.

What's New in Netbox 4.4.9

Netbox 4.4.9 is a bugfix release with no breaking API changes:

  • ASN Range Support: ASDOT notation for ASN ranges (#20309)
  • Custom Field Filtering: Multiple value filtering in UI (#20900)
  • Bug Fixes: Various fixes for bulk import, device import, event rules, IP address editing, and database efficiency

PowerNetbox Changes

  • Updated CI/CD to test against Netbox 4.4.9
  • Added Docker-based integration testing infrastructure
  • All 946 unit tests pass across Windows, macOS, and Linux
  • All 79 integration tests pass against live Netbox 4.4.9 API

Module Stats

  • Total Functions: 494 public functions
  • API Coverage: 100% across DCIM, IPAM, Virtualization, Circuits, Tenancy, VPN, Wireless, Extras, Core, Users
  • Cross-Platform: Windows (PS 5.1 & 7+), macOS, Linux

Installation

powershell Install-Module PowerNetbox -Scope CurrentUser

Upgrade

powershell Update-Module PowerNetbox

Full Changelog: https://github.com/ctrl-alt-automate/PowerNetbox/compare/v4.4.8.2...v4.4.9.0