|
25 | 25 |
|
26 | 26 | Changelog |
27 | 27 | --------- |
28 | | -* ``A bug intoduced in provider-amazon version 8.0.0 caused all 'EcsRunTaskOperator' tasks to detach from the ECS task after 10 minutes and fail - even if the ECS task was still running. In this version we are fixing it by returning the default 'waiter_max_attempts' value to 'sys.maxsize'`` |
| 28 | + |
| 29 | +8.7.0 |
| 30 | +..... |
| 31 | + |
| 32 | +.. warning:: A bug introduced in version 8.0.0 caused all ``EcsRunTaskOperator`` tasks to detach from the ECS task |
| 33 | + and fail after 10 minutes, even if the ECS task was still running. |
| 34 | + In this version we are fixing it by returning the default ``waiter_max_attempts`` value to ``sys.maxsize``. |
| 35 | + |
| 36 | +Features |
| 37 | +~~~~~~~~ |
| 38 | + |
| 39 | +* ``Add Amazon SQS Notifier (#33962)`` |
| 40 | +* ``Add Amazon SNS Notifier (#33828)`` |
| 41 | + |
| 42 | +Bug Fixes |
| 43 | +~~~~~~~~~ |
| 44 | + |
| 45 | +* ``Increase 'waiter_max_attempts' default value in 'EcsRunTaskOperator' (#33712)`` |
| 46 | +* ``Fix AWS 'EmrStepSensor' ignoring the specified 'aws_conn_id' in deferred mode (#33952)`` |
| 47 | +* ``Fix type annotation in AppflowHook (#33881)`` |
| 48 | +* ``Make Amazon Chime connection lazy loaded and consistent with docs (#34000)`` |
| 49 | +* ``respect "soft_fail" argument when running BatchSensor in deferrable mode (#33405)`` |
| 50 | + |
| 51 | +Misc |
| 52 | +~~~~ |
| 53 | + |
| 54 | + * ``Refactor: Consolidate import and usage of random (#34108)`` |
| 55 | + * ``Consolidate importing of os.path.* (#34060)`` |
| 56 | + * ``Refactor regex in providers (#33898)`` |
| 57 | + * ``Refactor: Simplify loop in aws/triggers/batch.py (#34052)`` |
| 58 | + * ``Combine similar if logics in providers (#33987)`` |
| 59 | + * ``Replace single quotes by double quotes in tests (#33864)`` |
| 60 | + * ``Remove useless string join from providers (#33968)`` |
| 61 | + * ``Make 'aws.session_factory' part of Amazon provider configuration documentation (#33960)`` |
| 62 | + * ``Refactor unneeded jumps in providers (#33833)`` |
| 63 | + * ``Replace try - except pass by contextlib.suppress in providers (#33980)`` |
| 64 | + * ``Remove some useless try/except from providers code (#33967)`` |
| 65 | + * ``Refactor: Replace lambdas with comprehensions in providers (#33771)`` |
| 66 | + * ``Replace sequence concatenation by unpacking in Airflow providers (#33933)`` |
| 67 | + * ``Reorganize devel_only extra in airflow's setup.py (#33907)`` |
| 68 | + * ``Remove explicit str concat from Airflow providers package and tests (#33860)`` |
| 69 | + * ``Improve modules import in AWS provider by move some of them into a type-checking block (#33780)`` |
| 70 | + * ``Always use 'Literal' from 'typing_extensions' (#33794)`` |
| 71 | + * ``Use literal dict instead of calling dict() in providers (#33761)`` |
| 72 | + * ``remove unnecessary and rewrite it using list in providers (#33763)`` |
| 73 | + |
| 74 | +.. Below changes are excluded from the changelog. Move them to |
| 75 | + appropriate section above if needed. Do not delete the lines(!): |
| 76 | + * ``Add decorator for suppress optional internal methods in Amazon Provider (#34034)`` |
29 | 77 |
|
30 | 78 | 8.6.0 |
31 | 79 | ..... |
|
0 commit comments