potiuk commented on code in PR #31252: URL: https://github.com/apache/airflow/pull/31252#discussion_r1192599642
########## 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: NIT: Just checkiong if this was a deliberate classification, Some of those (retries, extras links, could be treataed as features, where aiobotocore could be treated as bugfix, for example). But I am fine if was classified as misc deliberately. -- 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]
