This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 74ff524a6d5 Add missing changelog to breaking change for Standard
provider breaking changes (#44581)
74ff524a6d5 is described below
commit 74ff524a6d58f3c302368f0f06ca21d5146a69b8
Author: Jens Scheffler <[email protected]>
AuthorDate: Mon Dec 2 23:24:24 2024 +0100
Add missing changelog to breaking change for Standard provider breaking
changes (#44581)
---
providers/src/airflow/providers/standard/CHANGELOG.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/providers/src/airflow/providers/standard/CHANGELOG.rst
b/providers/src/airflow/providers/standard/CHANGELOG.rst
index 4ad758589b8..60d8fdeb2f1 100644
--- a/providers/src/airflow/providers/standard/CHANGELOG.rst
+++ b/providers/src/airflow/providers/standard/CHANGELOG.rst
@@ -35,6 +35,15 @@
Changelog
---------
+0.0.3
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+* ``The deprecated parameter use_dill was removed in PythonOperator and all
virtualenv and branching derivates. Please use serializer='dill' instead.``
+* ``The deprecated parameter use_dill was removed in all Python task
decorators and virtualenv and branching derivates. Please use serializer='dill'
instead.``
+
0.0.2
.....