utkarsharma2 commented on code in PR #41881: URL: https://github.com/apache/airflow/pull/41881#discussion_r1740182033
########## RELEASE_NOTES.rst: ########## @@ -21,6 +21,43 @@ .. towncrier release notes start +Airflow 2.10.1 (2024-08-30) +--------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +No significant changes. + +Bug Fixes +""""""""" +- Handle Example dags case when checking for missing files (#41874) +- Fix logout link in "no roles" error page(#41845) +- Set end_date and duration for triggers completed with end_from_trigger as True. (#41834) +- DAGs are not marked as stale if the dags folder change (#41829) +- Keep FAB compatibility for versions before 1.3.0 in 2.10 (#41809) +- Don't Fail LocalTaskJob on heartbeat (#41810) +- Remove deprecation warning for cgitb in Plugins Manager (#41793) +- Fix log for notifier(instance) without __name__ (#41699) +- Splitting syspath preparation into stages (#41694) +- Adding url sanitization for extra links (#41680) +- Fix InletEventsAccessors type stub (#41607) +- Fix UI rendering when XCom is INT, FLOAT, BOOL or NULL (#41605) +- Fix try selector refresh (#41503) +- Incorrect try number subtraction producing invalid span id for OTEL airflow (issue #41501) (#41535) Review Comment: ```suggestion - Incorrect try number subtraction producing invalid span id for OTEL airflow (#41535) ``` -- 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]
