You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/19 19:37:18 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #27117: Sync v2-4-stable with v2-4-test to release 2.4.2

jedcunningham commented on code in PR #27117:
URL: https://github.com/apache/airflow/pull/27117#discussion_r999863876


##########
RELEASE_NOTES.rst:
##########
@@ -21,6 +21,68 @@
 
 .. towncrier release notes start
 
+Airflow 2.4.2 (2022-10-22)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+Default for ``[webserver] expose_stacktrace`` changed to ``False`` (#27059)
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+  The default for ``[webserver] expose_stacktrace`` has been set to ``False``, instead of ``True``. This means administrators must opt-in to expose tracebacks to end users.
+
+Bug Fixes
+^^^^^^^^^
+- Make tracebacks opt-in (#27059)
+- Add missing AUTOINC/SERIAL for FAB tables (#26885)
+- Add separate error handler for 405(Method not allowed) errors (#26880)
+- Don't re-patch pods that are already controlled by current worker (#26778)
+- Fix broken URL for ``docker-compose.yaml`` (#26726)

Review Comment:
   This is docs only.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org