PowerNetbox v4.4.9.1
Released 2025-12-26 - View on GitHub
What's Changed
Bug Fixes
- Cross-platform error handling (#100, #113): Fixed type casting error when API errors occur on PowerShell Core 7.x. Error messages are now properly extracted on both PowerShell Desktop and Core.
- Central version parsing (#111, #112): Added
ConvertTo-NetboxVersionhelper for consistent version parsing. Fixes issues with Docker-suffixed version strings like4.2.9-Docker-3.2.1.
Improvements
- Updated minimum version check from Netbox 2.8 to 4.1
- Simplified version detection in
Get-NBContentTypeusing cachedParsedVersion - Added 16 new unit tests for version parsing and error handling
New
- Added
compatibility.ymlworkflow for multi-version Netbox testing
Compatibility
- Netbox: 4.1+ (tested on 4.1.11, 4.2.9, 4.3.7, 4.4.9)
- PowerShell: 5.1+ (Desktop and Core)
- Platforms: Windows, Linux, macOS
Installation
```powershell
Install from PSGallery
Install-Module -Name PowerNetbox -Scope CurrentUser
Or update existing installation
Update-Module -Name PowerNetbox ```
Full Changelog: https://github.com/ctrl-alt-automate/PowerNetbox/compare/v4.4.9.0...v4.4.9.1