|
24 | 24 | Changelog |
25 | 25 | --------- |
26 | 26 |
|
| 27 | +8.2.0 |
| 28 | +..... |
| 29 | + |
27 | 30 | .. note:: |
28 | 31 | This release dropped support for Python 3.7 |
29 | 32 |
|
| 33 | + |
| 34 | +Features |
| 35 | +~~~~~~~~ |
| 36 | + |
| 37 | +* ``Add deferrable option to EmrTerminateJobFlowOperator (#31646)`` |
| 38 | +* ``Add Deferrable option to EmrCreateJobFlowOperator (#31641)`` |
| 39 | +* ``Add deferrable mode to 'BatchSensor' (#30279)`` |
| 40 | +* ``Add deferrable mode for S3KeySensor (#31018)`` |
| 41 | +* ``Add Deferrable mode to Emr Add Steps operator (#30928)`` |
| 42 | +* ``Add deferrable mode in Redshift delete cluster (#30244)`` |
| 43 | +* ``Add discoverability for triggers in provider.yaml (#31576)`` |
| 44 | +* ``Add deferrable mode to AWS glue operators (Job & Crawl) (#30948)`` |
| 45 | +* ``Add deferrable param in BatchOperator (#30865)`` |
| 46 | +* ``Add Deferrable Mode to RedshiftCreateClusterSnapshotOperator (#30856)`` |
| 47 | +* ``Deferrable mode for EksCreateFargateProfileOperator and EksDeleteFargateProfileOperator (#31657)`` |
| 48 | +* ``allow anonymous AWS access (#31659)`` |
| 49 | +* ``Support of wildcard in S3ListOperator and S3ToGCSOperator (#31640)`` |
| 50 | +* ``Add 'deferrable' param in 'EmrContainerSensor' (#30945)`` |
| 51 | +* ``Add realtime container execution logs for BatchOperator (#31837)`` |
| 52 | + |
| 53 | +Bug Fixes |
| 54 | +~~~~~~~~~ |
| 55 | + |
| 56 | +* ``Various fixes on ECS run task operator (#31838)`` |
| 57 | +* ``fix return values on glue operators deferrable mode (#31694)`` |
| 58 | +* ``Add back missing AsyncIterator import (#31710)`` |
| 59 | +* ``Use a continuation token to get logs in ecs (#31824)`` |
| 60 | +* ``Fetch status in while loop so as to not exit too early (#31804)`` |
| 61 | +* ``[AWS hook] use provided client to get the official waiter on fallback (#31748)`` |
| 62 | +* ``handle missing LogUri in emr 'describe_cluster' API response (#31482)`` |
| 63 | + |
| 64 | +Misc |
| 65 | +~~~~ |
| 66 | + |
| 67 | +* ``Add Python 3.11 support (#27264)`` |
| 68 | +* ``Added config template field to EmrServerlessStartJobOperator (#31746)`` |
| 69 | +* ``Add null check for host in Amazon Redshift connection (#31567)`` |
| 70 | +* ``add workgroup to templated fields (#31574)`` |
| 71 | +* ``Add docstring and signature for _read_remote_logs (#31623)`` |
| 72 | +* ``Deprecate 'wait_for_completion' from 'EcsRegisterTaskDefinitionOperator' and 'EcsDeregisterTaskDefinitionOperator' (#31884)`` |
| 73 | +* ``Remove Python 3.7 support (#30963)`` |
| 74 | +* ``Change Deferrable implementation for RedshiftResumeClusterOperator to follow standard (#30864)`` |
| 75 | +* ``Change Deferrable implementation for RedshiftPauseClusterOperator to follow standard (#30853)`` |
| 76 | + |
| 77 | +.. Below changes are excluded from the changelog. Move them to |
| 78 | + appropriate section above if needed. Do not delete the lines(!): |
| 79 | + * ``Add D400 pydocstyle check (#31742)`` |
| 80 | + * ``Add D400 pydocstyle check - Amazon provider only (#31423)`` |
| 81 | + * ``AWS system test example_dynamodb_to_s3: add retry when fecthing the export time (#31388)`` |
| 82 | + * ``Amazon provider docstring improvements (#31729)`` |
| 83 | + * ``Replace spelling directive with spelling:word-list (#31752)`` |
| 84 | + * ``Remove aws unused code (#31610)`` |
| 85 | + * ``Add note about dropping Python 3.7 for providers (#32015)`` |
| 86 | +
|
| 87 | +
|
30 | 88 | 8.1.0 |
31 | 89 | ..... |
32 | 90 |
|
|
0 commit comments