Release LoadGen Api, Appliance and MCP Server: 1.0.0.11860
LoadGen General
- No general changes in this release.
LoadGen Api
- Fixed monitoring connections to Core and Full agents timing out after 10 seconds with "never became ready" on appliances where the agent's hostname is not resolvable from inside the API container (typical for LAN/Windows agents reachable only via NetBIOS or mDNS). The API now probes DNS first (so Compose service names and FQDNs known to the LAN keep working unchanged) and falls back to the agent's stored IP address when the name cannot be resolved. The chosen path is recorded in the operator log and the decision is cached briefly so a later DNS fix is picked up without restarting the API.
LoadGen Appliance
- [#8485] Fixed the appliance login banner showing no URL line at all on a freshly deployed appliance that had not yet completed the SSL wizard. The banner now falls back to
http://as a last resort when no domain name is configured, so operators can always reach the management UI to run the SSL wizard. On a configured appliance the FQDN (https://) still wins, exactly as before. - Replaced the ASCII figlet at the top of the console banner with a simple boxed banner that renders cleanly across SSH clients and console-attach sessions.
LoadGen MCP Server
- No MCP Server changes in this release.