|
24 | 24 | Changelog |
25 | 25 | --------- |
26 | 26 |
|
| 27 | +6.0.0 |
| 28 | +..... |
| 29 | + |
| 30 | +Breaking changes |
| 31 | +~~~~~~~~~~~~~~~~ |
| 32 | + |
27 | 33 | .. warning:: |
28 | 34 | In this version of provider Amazon S3 Connection (``conn_type="s3"``) removed due to the fact that it was always |
29 | 35 | an alias to :ref:`Amazon Web Services Connection <howto/connection:aws>` (``conn_type="aws"``). |
30 | 36 | In practice the only impact is you won't be able to ``test`` the connection in the web UI / API. |
31 | 37 | In order to restore ability to test connection you need to change connection type from **Amazon S3** (``conn_type="s3"``) |
32 | 38 | to **Amazon Web Services** (``conn_type="aws"``) manually. |
33 | 39 |
|
| 40 | +* ``Remove Amazon S3 Connection Type (#25980)`` |
| 41 | + |
| 42 | +Features |
| 43 | +~~~~~~~~ |
| 44 | + |
| 45 | +* ``Add RdsDbSensor to amazon provider package (#26003)`` |
| 46 | +* ``Set template_fields on RDS operators (#26005)`` |
| 47 | +* ``Auto tail file logs in Web UI (#26169)`` |
| 48 | + |
| 49 | +Bug Fixes |
| 50 | +~~~~~~~~~ |
| 51 | + |
| 52 | +* ``Fix SageMakerEndpointConfigOperator's return value (#26541)`` |
| 53 | +* ``EMR Serverless Fix for Jobs marked as success even on failure (#26218)`` |
| 54 | +* ``Fix AWS Connection warn condition for invalid 'profile_name' argument (#26464)`` |
| 55 | +* ``Athena and EMR operator max_retries mix-up fix (#25971)`` |
| 56 | +* ``Fixes SageMaker operator return values (#23628)`` |
| 57 | +* ``Remove redundant catch exception in Amazon Log Task Handlers (#26442)`` |
| 58 | + |
| 59 | +Misc |
| 60 | +~~~~ |
| 61 | + |
| 62 | +* ``Remove duplicated connection-type within the provider (#26628)`` |
| 63 | + |
| 64 | + |
| 65 | +.. Below changes are excluded from the changelog. Move them to |
| 66 | + appropriate section above if needed. Do not delete the lines(!): |
| 67 | + * ``Redshift to S3 and S3 to Redshift System test (AIP-47) (#26613)`` |
| 68 | + * ``Convert example_eks_with_fargate_in_one_step.py and example_eks_with_fargate_profile to AIP-47 (#26537)`` |
| 69 | + * ``Redshift System Test (AIP-47) (#26187)`` |
| 70 | + * ``GoogleAPIToS3Operator System Test (AIP-47) (#26370)`` |
| 71 | + * ``Convert EKS with Nodegroups sample DAG to a system test (AIP-47) (#26539)`` |
| 72 | + * ``Convert EC2 sample DAG to system test (#26540)`` |
| 73 | + * ``Convert S3 example DAG to System test (AIP-47) (#26535)`` |
| 74 | + * ``Convert 'example_eks_with_nodegroup_in_one_step' sample DAG to system test (AIP-47) (#26410)`` |
| 75 | + * ``Migrate DMS sample dag to system test (#26270)`` |
| 76 | + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` |
| 77 | + * ``D400 first line should end with period batch02 (#25268)`` |
| 78 | + * ``Change links to 'boto3' documentation (#26708)`` |
34 | 79 |
|
35 | 80 | 5.1.0 |
36 | 81 | ..... |
|
0 commit comments