jedcunningham commented on code in PR #58394: URL: https://github.com/apache/airflow/pull/58394#discussion_r2534626597
########## clients/python/CHANGELOG.md: ########## @@ -17,6 +17,27 @@ under the License. --> +# v3.1.3 + +## Major changes: + +- Add query limit protection to prevent excessive database queries in DAG runs list endpoints ([#57450](https://github.com/apache/airflow/pull/57450)) +- Change `extra` field type to `dict[str, JsonValue]` for Asset, AssetAlias, and AssetEvent models ([#57352](https://github.com/apache/airflow/pull/57352)) +- Add `task_display_name` alias field to EventLogResponse for better task identification ([#55160](https://github.com/apache/airflow/pull/55160)) +- Add `is_favorite` field to DAGs list API to support user-specific DAG favorites ([#56341](https://github.com/apache/airflow/pull/56341)) Review Comment: Should these 2 be "new features" instead? I know historically we've kinda lumped them all together but probably worth breaking them apart. -- 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]
