This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch backport-64214 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f4ead0fa0803f24beeb2bc85b55b8d85c64d5ae1 Author: Rahul Vats <[email protected]> AuthorDate: Wed Mar 25 17:31:26 2026 +0530 Update python client version/changelog for 3.1.8 release (#64214) (cherry picked from commit 64f22f81b436ec26c9d8d7e5beecafb15e1d1433) --- 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
