RELEASED: Public: July 29, 2025
Resolved issues
- Inbound HA multi-executor agents did not work on some Windows versions (BEE-58040)
-
The system of tracking which clones of an inbound multi-executor agents were already running on an HA controller relied on the
wmic
binary which is not present by default in some newer versions of Windows (11 or Server), causing the main agent to be confused about their status. Now the status check is done using the WinP library, which was already used for other purposes in the same system and which does not rely on the presence of any specific executable.