File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ Release 25.0.1 (Released Jul 07, 2025)
2+ --------------------------------------
3+
4+ Bug fixes in 25.0.1
5+ ~~~~~~~~~~~~~~~~~~~
6+ - Fix losing exceptions in `SSHDriver ` control master start while handling
7+ timeouts in some cases.
8+ - Make pytestplugin only set a color for the custom console log level if
9+ formatter class supports it.
10+ - Add missing `MatchedSysfsGPIO ` binding to `GpioDigitalOutputDriver `.
11+ - Fix a couple of unevaluated variables in exception and log messages.
12+ - Use only non-deprecated directives in Dockerfile.
13+ - Always use latest stable docker compose release in CI.
14+ - Create symlinks in `ManagedFile ` even when skipping sync for local providers.
15+ - Use ``importlib `` instead of ``pkg_resources `` to retrieve version, because
16+ setuptools (providing ``pkg_resources ``) is no longer pre-installed in
17+ virtualenvs created with the ``venv `` module.
18+ - Allow passing non-strings to `StepFormatter `.
19+ - Properly escape file and directory names in the `USBStorageDriver `.
20+ - Fix ``labgrid-client `` named resource handling for the ``io ``, ``bootstrap ``,
21+ ``sd-mux `` and ``video `` sub commands.
22+
23+
124Release 25.0 (Released May 7, 2025)
225-----------------------------------
326As announced `before
You can’t perform that action at this time.
0 commit comments