jscheffl commented on code in PR #67920: URL: https://github.com/apache/airflow/pull/67920#discussion_r3344459225
########## providers/amazon/docs/changelog.rst: ########## @@ -26,6 +26,44 @@ Changelog --------- +9.30.0 +...... + +Features +~~~~~~~~ + +* ``Add 'GlueCatalogBatchDeletePartitionOperator' (#66721)`` +* ``Fix inconsistency in S3 transfer operators (#67378)`` +* ``Add 'OpenSearchServerlessCreateCollectionOperator' (#66549)`` +* ``Propogate 'verify' and 'botocore_config' in batch triggers (#67508)`` +* ``Add ExecuteCallback support to AWS ECS Executor (#63657)`` +* ``fix: Support log level parsing from container output in 'EcsRunTaskOperator' (#67180)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix SageMaker processing stopped state handling (#67291)`` +* ``Fix EMR Serverless task failure on transient AWS throttling errors (#67222)`` +* ``Fix duplicated logs and memory issue with S3 log handler (#67144)`` +* ``fix: EksPodOperator 401 with cross-account AssumeRole via aws_conn_id (#65335)`` Review Comment: Can you "beautify"? ```suggestion * ``Fix EksPodOperator 401 with cross-account AssumeRole via aws_conn_id (#65335)`` ``` -- 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]
