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 1717 under the License.
1818 -->
1919
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+
2238Apache Airflow API version: 2.6.1
2339
24- ### Major changes:
25- - NA
40+ ### Major changes:
41+ - NA
2642
27- ### Major Fixes
43+ ### Major Fixes
2844
2945 - Fix Pool schema OpenAPI spec ([ #30973 ] ( https://github.com/apache/airflow/pull/30973 ) )
3046
31- ### NEW API supported
47+ ### NEW API supported
3248
3349 - NA
3450
35- # v2.6.0
36-
51+ # v2.6.0
52+
3753Apache Airflow API version: 2.6.0
3854
39- ### Major changes:
55+ ### Major changes:
4056
4157 - Minimum Python version is 3.7
4258 - DAGRun dag_id parameter is properly validated as read-only and setting it might result in an error:
4359 "` dag_id ` is a read-only attribute" This might break some workflows that used examples from the documentation.
4460
45- ### Major Fixes
61+ ### Major Fixes
4662
4763 - Move read only property in order to fix Dagrun API docs ([ #30149 ] ( https://github.com/apache/airflow/pull/30149 ) )
4864 - 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
5167([ #28713 ] ( https://github.com/apache/airflow/pull/28713 ) )
5268 - Expose updated_at filter for dag run and task instance endpoints ([ #28636 ] ( https://github.com/apache/airflow/pull/28636 ) )
5369
54- ### NEW API supported
70+ ### NEW API supported
5571
5672 - NA
5773
@@ -155,3 +171,4 @@ Apache Airflow API version: 2.1.x
155171Apache Airflow API version: 2.0.x
156172
157173Initial version of the Python client.
174+
You can’t perform that action at this time.
0 commit comments