This is an automated email from the ASF dual-hosted git repository.

vatsrahul1001 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3532abd0d43 Update python client version/changelog for 3.2.2 release 
(#67824)
3532abd0d43 is described below

commit 3532abd0d43b1acf4beb12281399782dcb49e02c
Author: Rahul Vats <[email protected]>
AuthorDate: Mon Jun 1 14:59:26 2026 +0530

    Update python client version/changelog for 3.2.2 release (#67824)
---
 clients/python/CHANGELOG.md | 17 +++++++++++++++++
 clients/python/version.txt  |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md
index e482fad4364..c1418c802d4 100644
--- a/clients/python/CHANGELOG.md
+++ b/clients/python/CHANGELOG.md
@@ -17,6 +17,23 @@
  under the License.
  -->
 
+# v3.2.2
+
+## Improvements:
+
+- UI: Filter task instances by rendered map index (#66008) (#67163)
+- UI: Enable queue up new tasks (#63484) (#66869)
+- Pass ``try_number`` to extra links API (#65661) (#66171)
+- Update search parameters to better leverage DB indexes (#64963) (#65964)
+- Add cursor-based pagination for ``get_dag_runs`` endpoint (#65604) (#65746)
+- Support ordering ``XCom`` entries in the REST API and UI (#65418) (#65600)
+- UI: Add Dag runs filters for Consuming Asset (#63624) (#65306)
+- Align Dag capitalization from "DAG" to "Dag" in ``core_api`` (#66211) 
(#66304)
+
+## Bug Fixes:
+
+- Fix backfill params not overriding existing Dag run conf (#64939) (#65599)
+- Fix ``PATCH /dags`` pagination bug and document wildcard ``dag_id_pattern`` 
(#65309)
 
 # v3.2.1
 
diff --git a/clients/python/version.txt b/clients/python/version.txt
index e4604e3afd0..be94e6f53db 100644
--- a/clients/python/version.txt
+++ b/clients/python/version.txt
@@ -1 +1 @@
-3.2.1
+3.2.2

Reply via email to