potiuk commented on code in PR #58394: URL: https://github.com/apache/airflow/pull/58394#discussion_r2537863523
########## 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: Fine. That was just my question - but the re is a risk that changelog will not be reflecting reality - that one entry should I think be removed (if what I checked few days ago still holds and that PR with asset type modification is not merged to v3-1-test, I have not checked it) - so we need to be extra careful if the changelog generated from main is actually correct :) -- 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]
