This release:
- Fixes a bug in the adaptive network timeouts. Previously network timeouts were uncapped. Additionally the timeout multiplier was set to 2. This resulted in timeouts growing much larger than expected. We've introduced a cap to the timeout value and reduced the multiplier to 1.1 to prevent excessively large timeouts.
- Updates how plugin processes are executed to support running plugins on windows.
- Includes other small performance / code hygiene updates.