ashb commented on code in PR #54808:
URL: https://github.com/apache/airflow/pull/54808#discussion_r2292820839
##########
RELEASE_NOTES.rst:
##########
@@ -24,6 +24,43 @@
.. towncrier release notes start
+Airflow 3.0.6 (2025-08-25)
+--------------------------
+
+Significant Changes
+^^^^^^^^^^^^^^^^^^^
+
+No significant changes.
+
+Bug Fixes
+"""""""""
+
+- Fix Connection extra field masking errors when connections use masked values
(#54780)
+- UI: Fix ``TriggerDagRunLink`` broken page when clicking "Triggered DAG"
button (#54760)
+- Fix remote logging connection availability in Task SDK supervisor when
connections are created via UI (#54720)
+- Fix ``task_queued_timeout`` not working after first DAG run by properly
resetting ``queued_by_job_id`` (#54604)
+- Fix DAG version determination to use bundle path and relative fileloc
instead of absolute fileloc (#54483)
+- Remove Kerberos replay cache (``KRB5CCNAME`` env) when running tasks with
user impersonation (#54672)
+- Skip additional span-related database queries when tracing is disabled
(#54626)
+- Fix ``max_active_tasks`` persisting after removal from DAG code (#54639)
+- UI: Automatically switch to the triggered DAG run in Graph/Grid view when
manually triggering a DAG run (#54336)
+- UI: Fix "Maximum update depth exceeded" errors in Task Log Preview by
filtering out empty log entries (#54628)
+- Fix custom logging configuration failures preventing triggerer and scheduler
startup with simple module paths (#54686)
+
+Miscellaneous
+"""""""""""""
+
+- Add logging when triggerer reaches maximum trigger capacity for better
observability (#54549)
+- Bump ``axios`` UI dependency from ``1.8.0`` to ``1.11.0`` (#54733)
+- Bump ``pluggy`` to ``1.6.0`` (#54728, #54730)
+
+Doc Only Changes
+""""""""""""""""
+
+- Fix broken link for Listener spec (#54535)
+- Remove experimental status from ``get_parsing_context`` function (#54802)
Review Comment:
Not important, but this feels odd to me to include in a patch release 🤷
##########
airflow-core/pyproject.toml:
##########
@@ -125,7 +125,7 @@ dependencies = [
# See https://sqlalche.me/e/b8d9 for details of deprecated features
# you can set environment variable SQLALCHEMY_WARN_20=1 to show all
deprecation warnings.
# The issue tracking it is https://github.com/apache/airflow/issues/28723
- "sqlalchemy[asyncio]>=1.4.49,<2.0",
+ "sqlalchemy[asyncio]>=1.4.49,<3.0",
Review Comment:
Hang on - does 3.0x actually work with SQLAv2?
##########
airflow-core/pyproject.toml:
##########
@@ -125,7 +125,7 @@ dependencies = [
# See https://sqlalche.me/e/b8d9 for details of deprecated features
# you can set environment variable SQLALCHEMY_WARN_20=1 to show all
deprecation warnings.
# The issue tracking it is https://github.com/apache/airflow/issues/28723
- "sqlalchemy[asyncio]>=1.4.49,<2.0",
+ "sqlalchemy[asyncio]>=1.4.49,<3.0",
Review Comment:
Hang on - does 3.0x actually work with SQLAv2?
--
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]