You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/maestro-versions.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Device Cloud supports multiple Maestro versions to ensure compatibility with your test flows.
4
4
5
-
By default, tests currently run using Maestro 2.2.0.
5
+
By default, tests currently run using Maestro 2.2.0.**From 19 October 2026 the default becomes Maestro 2.10.0.** Pin `--maestro-version` if you need to stay on a specific version.
6
6
7
7
{% hint style="warning" %}
8
8
The default Maestro version will change to 2.10.0 on the 19th October 2026.
@@ -14,17 +14,22 @@ Please note that we periodically remove support for older versions so we always
14
14
15
15
We currently support the following versions of Maestro:
16
16
17
-
* 2.0.4
18
-
* 2.0.9
19
-
* 2.1.0
20
-
* 2.2.0
21
-
* 2.5.0
22
-
* 2.5.1
23
-
* 2.6.0
17
+
* 2.0.4 (deprecated - removed 19 October 2026)
18
+
* 2.0.9 (deprecated - removed 19 October 2026)
19
+
* 2.1.0 (deprecated - removed 19 October 2026)
20
+
* 2.2.0 (deprecated - removed 19 October 2026)
21
+
* 2.5.0 (deprecated - removed 19 October 2026)
22
+
* 2.5.1 (deprecated - removed 19 October 2026)
23
+
* 2.6.0 (deprecated - removed 19 October 2026)
24
24
* 2.6.1
25
25
* 2.7.0
26
26
* 2.8.0
27
27
* 2.9.0
28
+
* 2.10.0
29
+
30
+
{% hint style="warning" %}
31
+
Maestro 2.0.4, 2.0.9, 2.1.0, 2.2.0, 2.5.0, 2.5.1 and 2.6.0 are deprecated and will be removed on **19 October 2026**. Runs pinned to these versions will fail after that date - move to 2.6.1 or newer. On the same date the default version (used when `--maestro-version` is not passed) changes from 2.2.0 to 2.10.0.
32
+
{% endhint %}
28
33
29
34
{% hint style="warning" %}
30
35
Maestro 2.0.4, 2.0.9, 2.1.0, 2.2.0, 2.5.0, 2.5.1 and 2.6.0 are deprecated. The target date for removal is the 19th October 2026 but this is subject to change based on usage. See the [#maestro-support-policy](maestro-versions.md#maestro-support-policy"mention") for more information.
@@ -34,7 +39,7 @@ Maestro 2.0.4, 2.0.9, 2.1.0, 2.2.0, 2.5.0, 2.5.1 and 2.6.0 are deprecated. The t
34
39
35
40
You can specify a version using `--maestro-version <version>`.
36
41
37
-
We additionally support the use of `--maestro-version latest` which will default to the most up-to-date version we support. This currently resolves to 2.9.0.
42
+
We additionally support the use of `--maestro-version latest` which will default to the most up-to-date version we support. This currently resolves to 2.10.0.
38
43
39
44
Note that Maestro 2.7.0 reorganised the per-flow debug output into a new bundle layout, with screenshots named `step-<number>-<command>.png`. If you download and process test artifacts programmatically, check your tooling against a 2.7.0 or later run before switching.
0 commit comments