This is an automated email from the ASF dual-hosted git repository. vatsrahul1001 pushed a commit to branch changes332rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 74fce887eb0bd6706a74b3f17f9c8b085aed8275 Author: Rahul Vats <[email protected]> AuthorDate: Fri Sep 18 12:24:01 2026 +0530 Update python client version/changelog for 3.3.2 release --- clients/python/CHANGELOG.md | 13 +++++++++++++ clients/python/version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index bb6b01d631a..f0f5a666116 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -17,6 +17,19 @@ under the License. --> +# v3.3.2 + +## Improvements: + +- Document HTTP statuses that API routes raise but never declared (#71622) + +## Bug Fixes: + +- Revoke every credential presented to the logout endpoint, not just the session cookie (#72933) +- Restore counts on the Dag Run and Task Instance lists (#72739) +- Return HTTP 404 from task state store endpoints for unknown task instances (#71860) +- Mark only a run's most recent asset event as triggering it (#71547) + # v3.3.1 ## Bug Fixes: diff --git a/clients/python/version.txt b/clients/python/version.txt index bea438e9ade..47725433179 100644 --- a/clients/python/version.txt +++ b/clients/python/version.txt @@ -1 +1 @@ -3.3.1 +3.3.2
