Faster Template Deployments and Clearer Pipeline Status
NanoPing 10.4.1 speeds up template-based deployments and makes the pipeline list easier to read at a glance. Template pipelines now start in parallel, the pipeline list surfaces loading and error states for status, and log lines without a message field are no longer silently dropped.
Template Deployments
Template pipelines can now be started in parallel instead of one at a time. Deployments that fan out to many instances finish substantially faster, so rolling a fresh template into production no longer waits on a serial startup chain.
Pipeline List Status
The pipeline list now shows explicit loading and error states while fetching pipeline status, instead of leaving rows ambiguous when a fetch is in flight or has failed. Scanning a long list of instances becomes easier because you can tell at a glance whether a status is still loading, failed to load, or up to date.
Logging
Pipeline log lines that arrived without a message field were previously discarded. The full log line is now used as a fallback for the message, so nothing gets silently dropped on its way through the logging pipeline.