Skip to content

Release v4.4.0

Latest

Choose a tag to compare

@telerik-github-automation telerik-github-automation released this 03 Aug 14:21

Nia CLI v4.4.0

What's Changed

Added

  • telemetry: Central lifecycle wrapper now emits init/complete telemetry events for every CLI command automatically, including utility commands (app, guide, learn, shell, status, telemetry, workflow unlock, completions, config validate/lock/init/export/show-context) that previously emitted no telemetry at all (#1009)

Changed

Fixed

  • telemetry: Utility command events (config set-issue, etc.) now actually reach App Insights instead of only being written to the local .nia/logs/utility.jsonl file (#1009)
  • telemetry: telemetry::shutdown() now runs even when a command fails, so in-flight telemetry (including failure events) is no longer dropped on error (#1009)

Installation

Quick Install (No Authentication Required)

Linux/macOS:

curl -fsSL https://github.com/telerik/project-nia/releases/latest/download/install.sh | sh

Windows (PowerShell 6+):

Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/latest/download/install.ps1' -OutFile install.ps1
.\install.ps1

Install Specific Version

Linux/macOS:

curl -fsSL https://github.com/telerik/project-nia/releases/download/v4.4.0/install.sh | sh

Windows:

Invoke-WebRequest -Uri 'https://github.com/telerik/project-nia/releases/download/v4.4.0/install.ps1' -OutFile install.ps1
.\install.ps1

📦 Full Documentation

Verification

All artifacts are cryptographically signed:

  • Windows - Authenticode signed (Progress EV certificate)
  • macOS - Apple Developer ID signed and notarized
  • All platforms - GPG detached signatures
# Import public key and verify
gpg --import public-key.asc
gpg --verify <artifact>.asc <artifact>

Platform Support

Platform Binary Package
Linux x86_64 nia-4.4.0-x86_64-linux .deb, .rpm
Linux ARM64 nia-4.4.0-aarch64-linux .deb, .rpm
macOS Intel nia-4.4.0-x86_64-darwin -
macOS Apple Silicon nia-4.4.0-aarch64-darwin -
Windows x86_64 nia-4.4.0-x86_64-windows.exe -
Arch Linux nia-4.4.0-arch.tar.gz PKGBUILD

Built with ❤️ by the Nia CLI team