ephraimbuddy commented on code in PR #23260: URL: https://github.com/apache/airflow/pull/23260#discussion_r858951351
########## RELEASE_NOTES.rst: ########## @@ -21,6 +21,555 @@ .. towncrier release notes start +Airflow 2.3.0 (2022-04-29) +-------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +Passing ``execution_date`` to ``XCom.set()``, ``XCom.clear()`` , ``XCom.get_one()`` , and ``XCom.get_many()`` is deprecated (#19825) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +Continuing the effort to bind TaskInstance to a DagRun, XCom entries are now also tied to a DagRun. Use the ``run_id`` argument to specify the DagRun instead. + +Task log templates are now read from the metadatabase instead of ``airflow.cfg`` (#20165) Review Comment: ```suggestion Task log templates are now read from the metadata database instead of ``airflow.cfg`` (#20165) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
