vatsrahul1001 commented on code in PR #62857:
URL: https://github.com/apache/airflow/pull/62857#discussion_r2884336106


##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,111 @@
 
 .. towncrier release notes start
 
+Airflow 3.1.8 (2026-03-10)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+- AuthManager Backfill permissions are now handled by the 
``requires_access_dag`` on the ``DagAccessEntity.Run``
+
+  ``is_authorized_backfill`` of the ``BaseAuthManager`` interface has been 
removed. Core will no longer call this method and their
+  provider counterpart implementation will be marked as deprecated.
+  Permissions for backfill operations are now checked against the 
``DagAccessEntity.Run`` permission using the existing
+  ``requires_access_dag`` decorator. In other words, if a user has permission 
to run a DAG, they can perform backfill operations on it.
+
+  Please update your security policies to ensure that users who need to 
perform backfill operations have the appropriate ``DagAccessEntity.Run`` 
permissions. (Users
+  having the Backfill permissions without having the DagRun ones will no 
longer be able to perform backfill operations without any update)
+
+Bug Fixes
+"""""""
+- Variable table handle long words break when values are expanded (#62416) 
(#62781)
+- UI: Fix use ISO dates in Gantt chart for cross-browser consistency (#61250) 
(#62784)
+- Fix: Restore task_instance_history sequence on downgrade (#62759)
+- UI variables page: added option to view text as multi lines (#61679) (#62779)
+- Fix broken dag_processing.total_parse_time metric (#62128) (#62764)

Review Comment:
   Fixed



-- 
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]

Reply via email to