Release LoadGen Api, Appliance and MCP Server: 1.0.0.11881
LoadGen General
- No general changes in this release.
LoadGen Api
- [#8655] New API support for the Revert to DHCP button on the Static DNS Servers dialog. It complements the existing save operation (which deliberately keeps "Primary DNS is required" as a hard rule) with an explicit reset that removes every static DNS server from the appliance's network configuration and re-delegates DNS resolution to DHCP. The reset is verified after it is applied, and the API reports a clear error when the change is not yet active or could not be applied.
- [#8651] Fixed the appliance timezone lookup returning
503 Service Unavailableon Windows standalone deployments (no appliance agent runs on Windows), which caused the Frontend to fall back to UTC rendering instead of the configured zone. The lookup is now OS-aware: on Windows it reads the host's local timezone and returns the configured IANA timezone and current local time, just as on Linux deployments; Linux behavior is unchanged. Listing and changing the timezone still return503on Windows by design, because changing the Windows host timezone requires admin tooling outside the appliance API's scope.
LoadGen Appliance
- [#8655] New agent-side support for the Revert to DHCP path: the agent removes the static DNS configuration from every interface while leaving unrelated network settings untouched, applies the change only when there is actually something to remove, and verifies afterwards that no static DNS servers remain, so DNS resolution is delegated back to DHCP.
LoadGen MCP Server
- No MCP Server changes in this release.