potiuk commented on code in PR #33038: URL: https://github.com/apache/airflow/pull/33038#discussion_r1284332640
########## RELEASE_NOTES.rst: ########## @@ -21,6 +21,296 @@ .. towncrier release notes start +Airflow 2.7.0 (2023-08-10) +-------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +Remove Python 3.7 support (#30963) +"""""""""""""""""""""""""""""""""" +As of now, Python 3.7 is no longer supported by the Python community. +Therefore, to use Airflow 2.7.0, you must ensure your Python version is +either 3.8, 3.9, 3.10, or 3.11. + +Old Graph View is removed (#32958) +"""""""""""""""""""""""""""""""""" +The old Graph View is removed. The new Graph View is the default view now. + +In case of SMTP SSL connection, the default context now uses "default" context (#33070) +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +The "default" context is Python's ``default_ssl_contest`` instead of previously used "none". The Review Comment: I think those paragraphs here would benefit from a little more spacing in general. This looks too much like a wall of text, splitting it into paragraphs and separating them with empty lines would be much more readable. -- 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]
