|
26 | 26 | Changelog |
27 | 27 | --------- |
28 | 28 |
|
| 29 | +8.8.0 |
| 30 | +..... |
| 31 | + |
| 32 | +.. note:: |
| 33 | + This release of provider is only available for Airflow 2.5+ as explained in the |
| 34 | + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. |
| 35 | + |
| 36 | +Features |
| 37 | +~~~~~~~~ |
| 38 | + |
| 39 | +* ``Implements 'AwsBaseOperator' and 'AwsBaseSensor' (#34784)`` |
| 40 | +* ``Extend hooks arguments into 'AwsBaseWaiterTrigger' (#34884)`` |
| 41 | +* ``Allow setup 'endpoint_url' per-service in AWS Connection (#34593)`` |
| 42 | +* ``Include AWS Lambda execution logs to task logs (#34692)`` |
| 43 | + |
| 44 | +Bug Fixes |
| 45 | +~~~~~~~~~ |
| 46 | + |
| 47 | +* ``fix(providers/amazon): respect soft_fail argument when exception is raised (#34134)`` |
| 48 | +* ``do not fail operator if we cannot find logs (#34570)`` |
| 49 | +* ``Respect 'soft_fail' argument when running 'BatchSensors' (#34592)`` |
| 50 | +* ``Respect 'soft_fail' argument when running 'SqsSensor' (#34569)`` |
| 51 | +* ``Respect 'soft_fail' argument when running 'EcsBaseSensor' (#34596)`` |
| 52 | +* ``Respect 'soft_fail' argument when running 'SageMakerBaseSensor' (#34565)`` |
| 53 | +* ``Respect 'soft_fail' parameter in 'S3KeysUnchangedSensor' and 'S3KeySensor' (#34550)`` |
| 54 | +* ``Respect 'soft_fail' parameter in 'LambdaFunctionStateSensor' (#34551)`` |
| 55 | +* ``Respect 'soft_fail' parameter in 'AthenaSensor' (#34553)`` |
| 56 | +* ``Respect 'soft_fail' parameter in 'QuickSightSensor' (#34555)`` |
| 57 | +* ``Respect 'soft_fail' parameter in 'GlacierJobOperationSensor' (#34557)`` |
| 58 | +* ``Respect 'soft_fail' parameter in 'GlueJobSensor', 'GlueCatalogPartitionSensor' and 'GlueCrawlerSensor' (#34559)`` |
| 59 | +* ``Respect 'soft_fail' parameter in 'StepFunctionExecutionSensor' (#34560)`` |
| 60 | + |
| 61 | +Misc |
| 62 | +~~~~ |
| 63 | + |
| 64 | +* ``Refactor consolidate import from io in providers (#34378)`` |
| 65 | +* ``Upgrade watchtower to 3.0.1 (#25019) (#34747)`` |
| 66 | +* ``Bump min airflow version of providers (#34728)`` |
| 67 | +* ``Refactor: consolidate import time in providers (#34402)`` |
| 68 | +* ``Refactor usage of str() in providers (#34320)`` |
| 69 | +* ``Refactor import from collections (#34406)`` |
| 70 | +* ``Clarify Amazon Lambda invocation and sensing (#34653)`` |
| 71 | +* ``Refactor multiple equals to contains in providers (#34441)`` |
| 72 | +* ``Rename 'bucket' to 'gcs_bucket' in 'GCSToS3Operator' (#33031)`` |
| 73 | +* ``Remove duplicate 'asgiref' dependency in Amazon Provider (#34580)`` |
| 74 | +* ``Update 'BatchOperator' operator_extra_links property (#34506)`` |
| 75 | +* ``sagemaker.py spell error fix (#34445)`` |
| 76 | +* ``Use 'airflow.exceptions.AirflowException' in providers (#34511)`` |
| 77 | +* ``Use 'AirflowProviderDeprecationWarning' in the deprecated decorator in Amazon provider (#34488)`` |
| 78 | +* ``Use 'AirflowProviderDeprecationWarning' in EMR Operators (#34453)`` |
| 79 | +* ``Deprecate get_hook in DataSyncOperator and use hook instead (#34427)`` |
| 80 | +* ``Refactor shorter defaults in providers (#34347)`` |
| 81 | + |
29 | 82 | 8.7.1 |
30 | 83 | ..... |
31 | 84 |
|
|
0 commit comments