eladkal commented on code in PR #31252: URL: https://github.com/apache/airflow/pull/31252#discussion_r1192602872
########## airflow/providers/amazon/CHANGELOG.rst: ########## @@ -24,6 +24,51 @@ Changelog --------- +8.1.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.4+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Features +~~~~~~~~ + +* ``DynamoDBToS3Operator - Add a feature to export the table to a point in time. (#31142)`` +* ``Add deferrable param in SageMakerTransformOperator (#31063)`` +* ``Add deferrable param in SageMakerTrainingOperator (#31042)`` +* ``Add deferrable param in SageMakerProcessingOperator (#31062)`` +* ``Add IAM authentication to Amazon Redshift Connection by AWS Connection (#28187)`` +* ``'StepFunctionStartExecutionOperator': get logs in case of failure (#31072)`` + +Bug Fixes +~~~~~~~~~ + +* ``bigfix: EMRHook Loop through paginated response to check for cluster id (#29732)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers (#30917)`` Review Comment: it was deliberate based on what we did for 2.3 as for the others, we can modify if needed -- 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]
