This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch py-client-sync-3.1.8 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2cff2552dd3ccf96c02b519c3fb242d095abf77c Author: vatsrahul1001 <[email protected]> AuthorDate: Wed Mar 25 17:21:20 2026 +0530 Update python client version/changelog for 3.1.8 release --- clients/python/CHANGELOG.md | 9 +++++++++ clients/python/version.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md index b5e9aa85e42..8ea0d3d5ce2 100644 --- a/clients/python/CHANGELOG.md +++ b/clients/python/CHANGELOG.md @@ -17,6 +17,15 @@ under the License. --> +# v3.1.8 + +## Bug Fixes: + + - Fix: 404 queued asset events from API server logs ([#62934](https://github.com/apache/airflow/pull/62934)) + - Fix executor slots showing negative infinity ([#61140](https://github.com/apache/airflow/pull/61140)) + - Fix Pool API slots validation ([#61071](https://github.com/apache/airflow/pull/61071)) + - Add ``run_after`` alias to ``XComResponse`` for backward compatibility ([#61443](https://github.com/apache/airflow/pull/61443)) + # v3.1.6 ## Bug Fixes: diff --git a/clients/python/version.txt b/clients/python/version.txt index 9cec7165ab0..c848fb9cb43 100644 --- a/clients/python/version.txt +++ b/clients/python/version.txt @@ -1 +1 @@ -3.1.6 +3.1.8
