potiuk commented on code in PR #36065: URL: https://github.com/apache/airflow/pull/36065#discussion_r1421735310
########## RELEASE_NOTES.rst: ########## @@ -146,6 +165,10 @@ Bug Fixes Misc/Internal Review Comment: Agree. `Misc` should be for those changes that do not introduce new features or bug fixes - but can have impact on what the user experiences. Good example is bumping version of FAB or Pydantic - both of which are neither features nor bug fixes, but they might cause some issues for the user and the user needs to be able to learn from the release notes that "Something" has changed. Similalry daskexcutor removal or `pyarrow_hotfix`. So I think the only problem here is the name (which IMHO should be just `Misc`). ########## RELEASE_NOTES.rst: ########## @@ -122,6 +131,16 @@ Improvements Bug Fixes """"""""" +- Add read access to pools for viewer role (#35352) +- Fix gantt chart queued duration when queued_dttm is greater than start_date for deferred tasks (#35984) +- Avoid crushing container when directory is not found on rm (#36050) +- Update ``reset_user_sessions`` to work from either CLI or web (#36056) +- Fix UI Grid error when DAG has been removed. (#36028) +- Use dropdown instead of buttons when there are more than 10 retries in log tab (#36025) Review Comment: This one could also be classified as feature. -- 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]
