kaxil commented on code in PR #60212:
URL: https://github.com/apache/airflow/pull/60212#discussion_r2670009116


##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,89 @@
 
 .. towncrier release notes start
 
+Airflow 3.1.6 (2026-01-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+``is_authorized_hitl_task()`` method now available in auth managers(#59399).
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+This method is now available in auth managers to check whether a user is 
authorized to approve a HITL task
+
+
+
+``proxy`` and ``proxies`` added to ``DEFAULT_SENSITIVE_FIELDS`` (#59688)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Review Comment:
   ```suggestion
   This method is now available in auth managers to check whether a user is 
authorized to approve a HITL task
   
   ``proxy`` and ``proxies`` added to ``DEFAULT_SENSITIVE_FIELDS`` (#59688)
   """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,89 @@
 
 .. towncrier release notes start
 
+Airflow 3.1.6 (2026-01-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+``is_authorized_hitl_task()`` method now available in auth managers(#59399).
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+This method is now available in auth managers to check whether a user is 
authorized to approve a HITL task
+
+
+
+``proxy`` and ``proxies`` added to ``DEFAULT_SENSITIVE_FIELDS`` (#59688)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+``proxy`` and ``proxies`` have been added to ``DEFAULT_SENSITIVE_FIELDS`` in 
secrets_masker to treat proxy configurations as sensitive by default
+
+Bug Fixes
+^^^^^^^^^
+- UI: Add toggle functionality to Dags state filters (#59089)
+- Fix ``deprecated_options`` entry for ``dag_file_processor_timeout`` (#59181) 
(#60162)
+- Fix ApprovalOperator with SimpleAuthManager when all_admins=True (#59399) 
(#60116)

Review Comment:
   ```suggestion
   - Fix ``ApprovalOperator`` with ``SimpleAuthManager`` when 
``all_admins=True`` (#59399) (#60116)
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,89 @@
 
 .. towncrier release notes start
 
+Airflow 3.1.6 (2026-01-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+``is_authorized_hitl_task()`` method now available in auth managers(#59399).
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+This method is now available in auth managers to check whether a user is 
authorized to approve a HITL task
+
+
+
+``proxy`` and ``proxies`` added to ``DEFAULT_SENSITIVE_FIELDS`` (#59688)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+``proxy`` and ``proxies`` have been added to ``DEFAULT_SENSITIVE_FIELDS`` in 
secrets_masker to treat proxy configurations as sensitive by default
+
+Bug Fixes
+^^^^^^^^^
+- UI: Add toggle functionality to Dags state filters (#59089)
+- Fix ``deprecated_options`` entry for ``dag_file_processor_timeout`` (#59181) 
(#60162)
+- Fix ApprovalOperator with SimpleAuthManager when all_admins=True (#59399) 
(#60116)
+- Record missing ``ti_failure`` metrics for tasks in Airflow 3 (#59731) 
(#59964)
+- Fix missing TaskInstanceHistory on scheduler TI resets (#59639) (#59752)
+- Prevent client secrets and proxy credentials from being logged in Microsoft 
Graph hook logs (#59688) (#59792)
+- Fix compat deprecation handling for ``[webserver/base_url]`` (#59659) 
(#59781)
+- Fix Execution API refresh token (#58782) (#59713)
+- Fix eager-loading DagRun asset relationships before creating DagRunContext 
(#59714) (#59732)
+- Redact secrets in rendered templates properly when truncating it (#59566) 
(#59704)
+- Add ``Content-Type`` to request headers in Task SDK calls when missing 
(#59676) (#59687)
+- UI: Fix Expand+Collapse Translation Key (#59672) (#59674)
+- Fix server context for connections (#59624) (#59652)
+- Add TypeScript ESLint plugin to other core packages (#59605) (#59612)
+- Add @typescript-eslint dev dependencies for version 8.50.0 (#59484) (#59601)

Review Comment:
   ```suggestion
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,89 @@
 
 .. towncrier release notes start
 
+Airflow 3.1.6 (2026-01-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+``is_authorized_hitl_task()`` method now available in auth managers(#59399).
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+This method is now available in auth managers to check whether a user is 
authorized to approve a HITL task
+
+
+
+``proxy`` and ``proxies`` added to ``DEFAULT_SENSITIVE_FIELDS`` (#59688)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+``proxy`` and ``proxies`` have been added to ``DEFAULT_SENSITIVE_FIELDS`` in 
secrets_masker to treat proxy configurations as sensitive by default
+
+Bug Fixes
+^^^^^^^^^
+- UI: Add toggle functionality to Dags state filters (#59089)
+- Fix ``deprecated_options`` entry for ``dag_file_processor_timeout`` (#59181) 
(#60162)
+- Fix ApprovalOperator with SimpleAuthManager when all_admins=True (#59399) 
(#60116)
+- Record missing ``ti_failure`` metrics for tasks in Airflow 3 (#59731) 
(#59964)
+- Fix missing TaskInstanceHistory on scheduler TI resets (#59639) (#59752)
+- Prevent client secrets and proxy credentials from being logged in Microsoft 
Graph hook logs (#59688) (#59792)
+- Fix compat deprecation handling for ``[webserver/base_url]`` (#59659) 
(#59781)
+- Fix Execution API refresh token (#58782) (#59713)
+- Fix eager-loading DagRun asset relationships before creating DagRunContext 
(#59714) (#59732)

Review Comment:
   ```suggestion
   - Fix eager-loading DagRun asset relationships before creating 
``DagRunContext`` (#59714) (#59732)
   ```



##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,89 @@
 
 .. towncrier release notes start
 
+Airflow 3.1.6 (2026-01-13)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+``is_authorized_hitl_task()`` method now available in auth managers(#59399).
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+This method is now available in auth managers to check whether a user is 
authorized to approve a HITL task
+
+
+
+``proxy`` and ``proxies`` added to ``DEFAULT_SENSITIVE_FIELDS`` (#59688)
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+``proxy`` and ``proxies`` have been added to ``DEFAULT_SENSITIVE_FIELDS`` in 
secrets_masker to treat proxy configurations as sensitive by default
+
+Bug Fixes
+^^^^^^^^^
+- UI: Add toggle functionality to Dags state filters (#59089)
+- Fix ``deprecated_options`` entry for ``dag_file_processor_timeout`` (#59181) 
(#60162)
+- Fix ApprovalOperator with SimpleAuthManager when all_admins=True (#59399) 
(#60116)
+- Record missing ``ti_failure`` metrics for tasks in Airflow 3 (#59731) 
(#59964)
+- Fix missing TaskInstanceHistory on scheduler TI resets (#59639) (#59752)

Review Comment:
   ```suggestion
   - Fix missing ``TaskInstanceHistory`` on scheduler TI resets (#59639) 
(#59752)
   ```



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