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

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit c7ee64fe11b12a466cd16773179c5f982425eb69
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Wed Nov 9 21:20:19 2022 +0100

    Add release notes
---
 RELEASE_NOTES.rst            | 47 ++++++++++++++++++++++++++++++++++++++++++++
 newsfragments/27065.misc.rst |  1 -
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 46d9a702f3..bdf4d2cb1c 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -21,6 +21,53 @@
 
 .. towncrier release notes start
 
+Airflow 2.4.3 (2022-11-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+Make ``RotatingFilehandler`` used in ``DagProcessor`` non-caching (#27223)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+  In case you want to decrease cache memory when 
``CONFIG_PROCESSOR_MANAGER_LOGGER=True``, and you have your local settings 
created before,
+  you can update ``processor_manager_handler`` to use 
``airflow.utils.log.non_caching_file_handler.NonCachingRotatingFileHandler`` 
handler instead of ``logging.RotatingFileHandler``. (#27065)
+
+Bug Fixes
+^^^^^^^^^
+- Replace FAB url filtering function with Airflows (#27576)
+- Fix mini scheduler expansion of mapped task  (#27506)
+- ``SLAMiss`` is nullable and not always given back when pulling task 
instances (#27423)
+- Fix behavior of ``_`` when searching for DAGs (#27448)
+- Fix getting the ``dag/task`` ids from base executor (#27550)
+- Fix sqlalchemy primary key black-out error on DDRQ (#27538)
+- Fix IntegrityError during webserver startup (#27297)
+- Add case insensitive constraint to username (#27266)
+- Fix python external template keys (#27256)
+- reduce extraneous task log requests (#27233)
+- Make ``RotatingFilehandler`` used in ``DagProcessor`` non-caching (#27223)
+- Listener: Set task on sqlalchemy taskinstance object (#27167)
+- Fix some bug in web ui dags list page (auto-refresh & jump search null 
state) (#27141)
+- set ``executor.job_id`` to ``BackfillJob.id`` for backfills (#27020)
+
+Misc/Internal
+^^^^^^^^^^^^^
+- Bump loader-utils from ``1.4.0`` to ``1.4.1`` in ``/airflow/www`` (#27552)
+- Reduce log level for k8s ``TCP_KEEPALIVE`` etc warnings (#26981)
+
+Doc only changes
+^^^^^^^^^^^^^^^^
+- Update ``index.rst`` (#27529)
+- Fix wording in DAG Runs description(#27470)
+- Document that ``KubernetesExecutor`` overwrites container args (#27450)
+- Fix ``BaseOperator`` link (#27441)
+- Correct timer units to seconds from milliseconds. (#27360)
+- Add missed import in the Trigger Rules example (#27309)
+- Fix typo in ``set-up-database.rst`` (#27137)
+- Update SLA wording to reflect it is relative to ``Dag Run`` start. (#27111)
+- Update ``dags.rst`` (#27110)
+- Add ``kerberos`` environment variables to the docs (#27028)
+
 Airflow 2.4.2 (2022-10-23)
 --------------------------
 
diff --git a/newsfragments/27065.misc.rst b/newsfragments/27065.misc.rst
deleted file mode 100644
index 215bc8321d..0000000000
--- a/newsfragments/27065.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-In case you want to decrease cache memory when 
``CONFIG_PROCESSOR_MANAGER_LOGGER=True``, and you have your local settings 
created before, you can update ``processor_manager_handler`` to use 
``airflow.utils.log.non_caching_file_handler.NonCachingRotatingFileHandler`` 
handler instead of ``logging.RotatingFileHandler``.

Reply via email to