File tree Expand file tree Collapse file tree 1 file changed +28
-11
lines changed Expand file tree Collapse file tree 1 file changed +28
-11
lines changed Original file line number Diff line number Diff line change 17
17
under the License.
18
18
-->
19
19
20
- # v2.6.1
21
-
20
+ # v2.6.2
21
+
22
+ Apache Airflow API version: 2.6.2
23
+
24
+ ### Major changes:
25
+
26
+ - Add TriggererStatus to OpenAPI spec ([ #31579 ] ( https://github.com/apache/airflow/pull/31579 ) )
27
+
28
+ ### Major Fixes
29
+
30
+ - Fixing broken links in openapi/v1.yaml ([ #31619 ] ( https://github.com/apache/airflow/pull/31619 ) )
31
+
32
+ ### NEW API supported
33
+
34
+ - NA
35
+
36
+ # v2.6.1
37
+
22
38
Apache Airflow API version: 2.6.1
23
39
24
- ### Major changes:
25
- - NA
40
+ ### Major changes:
41
+ - NA
26
42
27
- ### Major Fixes
43
+ ### Major Fixes
28
44
29
45
- Fix Pool schema OpenAPI spec ([ #30973 ] ( https://github.com/apache/airflow/pull/30973 ) )
30
46
31
- ### NEW API supported
47
+ ### NEW API supported
32
48
33
49
- NA
34
50
35
- # v2.6.0
36
-
51
+ # v2.6.0
52
+
37
53
Apache Airflow API version: 2.6.0
38
54
39
- ### Major changes:
55
+ ### Major changes:
40
56
41
57
- Minimum Python version is 3.7
42
58
- DAGRun dag_id parameter is properly validated as read-only and setting it might result in an error:
43
59
"` dag_id ` is a read-only attribute" This might break some workflows that used examples from the documentation.
44
60
45
- ### Major Fixes
61
+ ### Major Fixes
46
62
47
63
- Move read only property in order to fix Dagrun API docs ([ #30149 ] ( https://github.com/apache/airflow/pull/30149 ) )
48
64
- Fix clear dag run openapi spec responses by adding additional return type ([ #29600 ] ( https://github.com/apache/airflow/pull/29600 ) )
@@ -51,7 +67,7 @@ Apache Airflow API version: 2.6.0
51
67
([ #28713 ] ( https://github.com/apache/airflow/pull/28713 ) )
52
68
- Expose updated_at filter for dag run and task instance endpoints ([ #28636 ] ( https://github.com/apache/airflow/pull/28636 ) )
53
69
54
- ### NEW API supported
70
+ ### NEW API supported
55
71
56
72
- NA
57
73
@@ -155,3 +171,4 @@ Apache Airflow API version: 2.1.x
155
171
Apache Airflow API version: 2.0.x
156
172
157
173
Initial version of the Python client.
174
+
You can’t perform that action at this time.
0 commit comments