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

rahulvats pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 61e8f26fb1a Update python client version/changelog for 3.1.8 release 
(#64214) (#64215)
61e8f26fb1a is described below

commit 61e8f26fb1a2e522c7ff971ae0dc0068c2f3734a
Author: Rahul Vats <[email protected]>
AuthorDate: Wed Mar 25 17:53:30 2026 +0530

    Update python client version/changelog for 3.1.8 release (#64214) (#64215)
    
    (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

Reply via email to