ephraimbuddy commented on code in PR #58394: URL: https://github.com/apache/airflow/pull/58394#discussion_r2537918313
########## 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)) Review Comment: Yeah. The changelog was generated from the stable branch. -- 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]
