This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 0734b4f4c44 Add known issue notice for version 19.5.0 (#61927)
0734b4f4c44 is described below
commit 0734b4f4c44891617207b1c464364b5ad921e257
Author: M. Olcay Tercanlı <[email protected]>
AuthorDate: Fri Feb 27 17:48:45 2026 +0100
Add known issue notice for version 19.5.0 (#61927)
---
providers/google/docs/changelog.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/providers/google/docs/changelog.rst
b/providers/google/docs/changelog.rst
index ddf2083dd33..b66b95a3c13 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -109,6 +109,13 @@ Doc-only
19.5.0
......
+.. warning::
+ We have identified the following regressions for this version.
+ - The return value of the ``GenAIGeminiCreateBatchJobOperator`` and
``GenAIGeminiGetBatchJobOperator`` were incompatible with Airflow 2. The issues
fixed in the following PRs #61253 and #61842.
+ - The ``transport`` parameter broke the deferrable mode for
``CloudRunExecuteJobOperator``. The issue fixed in #61546.
+
+ The fixes will be available in version 20.0.0.
+
Features
~~~~~~~~