Skip to content

Commit 1ffd2da

Browse files
Update python client version/changelog for 3.2.0 release (apache#64951)
1 parent 1171c9b commit 1ffd2da

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

clients/python/CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,53 @@
1717
under the License.
1818
-->
1919

20+
# v3.2.0
21+
22+
## New Features:
23+
24+
- Add Asset Partitioning support: backfill for partitioned DAGs ([#61464](https://github.com/apache/airflow/pull/61464))
25+
- Add `partition_key` to `DagRunAssetReference` ([#61725](https://github.com/apache/airflow/pull/61725))
26+
- Add partition key column and filter to DAG Runs list ([#61939](https://github.com/apache/airflow/pull/61939))
27+
- Add `DagRunType` for asset materializations ([#62276](https://github.com/apache/airflow/pull/62276))
28+
- Add `allowed_run_types` to allowlist specific DAG run types ([#61833](https://github.com/apache/airflow/pull/61833))
29+
- Add DAG runs filters by `bundleVersion` ([#62810](https://github.com/apache/airflow/pull/62810))
30+
- Expose `timetable_partitioned` in UI API ([#62777](https://github.com/apache/airflow/pull/62777))
31+
- Add base React plugin destination ([#62530](https://github.com/apache/airflow/pull/62530))
32+
- Add `team_name` to Pool APIs ([#60952](https://github.com/apache/airflow/pull/60952))
33+
- Add `team_name` to connection public APIs ([#59336](https://github.com/apache/airflow/pull/59336))
34+
- Add `team_id` to variable APIs ([#57102](https://github.com/apache/airflow/pull/57102))
35+
- Add team selector to list variables and list connections pages ([#60995](https://github.com/apache/airflow/pull/60995))
36+
- Support OR operator in search parameters ([#60008](https://github.com/apache/airflow/pull/60008))
37+
- Add wildcard support for `dag_id` and `dag_run_id` in bulk task instance endpoint ([#57441](https://github.com/apache/airflow/pull/57441))
38+
- Add `operator_name_pattern`, `pool_pattern`, `queue_pattern` as search filters for task instances ([#57571](https://github.com/apache/airflow/pull/57571))
39+
- Add filters to Task Instances tab ([#56920](https://github.com/apache/airflow/pull/56920))
40+
- Add API support for filtering DAGs by timetable type ([#58852](https://github.com/apache/airflow/pull/58852))
41+
- Enable triggerer queues ([#59239](https://github.com/apache/airflow/pull/59239))
42+
- Add ability to add, edit, and delete XComs directly from UI ([#58921](https://github.com/apache/airflow/pull/58921))
43+
- Add HITL detail history ([#55952](https://github.com/apache/airflow/pull/55952), [#56760](https://github.com/apache/airflow/pull/56760))
44+
- Add update_mask support for bulk PATCH APIs ([#54597](https://github.com/apache/airflow/pull/54597))
45+
- Introduce named asset watchers ([#55643](https://github.com/apache/airflow/pull/55643))
46+
- Add DAG ID pattern search functionality to DAG Runs and Task Instances ([#55691](https://github.com/apache/airflow/pull/55691))
47+
- Add UI to allow creation of DAG Runs with partition key ([#58004](https://github.com/apache/airflow/pull/58004))
48+
- Support retry multiplier parameter ([#56866](https://github.com/apache/airflow/pull/56866))
49+
- Display active DAG runs count in header with auto-refresh ([#58332](https://github.com/apache/airflow/pull/58332))
50+
- Add checkbox before clear task confirmation to prevent rerun of tasks in Running state ([#56351](https://github.com/apache/airflow/pull/56351))
51+
52+
## Improvements:
53+
54+
- Upgrade FastAPI and conform OpenAPI schema changes ([#61476](https://github.com/apache/airflow/pull/61476))
55+
- Use SQLAlchemy native `Uuid`/`JSON` types instead of `sqlalchemy-utils` ([#61532](https://github.com/apache/airflow/pull/61532))
56+
- Remove team ID and use team name as primary key ([#59109](https://github.com/apache/airflow/pull/59109))
57+
- Update `BulkDeleteAction` to use generic type ([#59207](https://github.com/apache/airflow/pull/59207))
58+
- Add link to API docs ([#53346](https://github.com/apache/airflow/pull/53346))
59+
60+
## Bug Fixes:
61+
62+
- Fix null `dag_run_conf` in `BackfillResponse` serialization ([#63259](https://github.com/apache/airflow/pull/63259))
63+
- Fix missing `dag_id` filter on DAG Run query ([#62750](https://github.com/apache/airflow/pull/62750))
64+
- Fix `HITLResponse` data model name ([#57795](https://github.com/apache/airflow/pull/57795))
65+
- Remove unused parameter in logout ([#58045](https://github.com/apache/airflow/pull/58045))
66+
2067
# v3.1.8
2168

2269
## Bug Fixes:

clients/python/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.8
1+
3.2.0

0 commit comments

Comments
 (0)