1919 Changelog
2020---------
2121
22- 3.1.0
22+ 3.1.1
2323.....
2424
25-
2625Features
2726~~~~~~~~
2827
@@ -43,29 +42,48 @@ Features
4342Bug Fixes
4443~~~~~~~~~
4544
45+ * ``AWS RDS integration fixes (#22125) ``
4646* ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885) ``
4747* ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458) ``
4848* ``Fix Amazon SES emailer signature (#21681) ``
4949* ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441) ``
50+ * ``Fix RedshiftDataOperator and update doc (#22157) ``
51+ * ``Bugfix for retrying on provision failuers(#22137) ``
52+ * ``If uploading task logs to S3 fails, retry once (#21981) ``
53+ * ``Bug-fix GCSToS3Operator (#22071) ``
54+ * ``fixes query status polling logic (#21423) ``
55+ * ``use different logger to avoid duplicate log entry (#22256) ``
5056
5157Misc
5258~~~~
5359
60+ * ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider) ``
5461* ``Support for Python 3.10 ``
5562* ``[doc] Improve s3 operator example by adding task upload_keys (#21422) ``
56- * ``Add docs and sample dags for AWS Batch (#22010) ``
57- * ``Cleanup RedshiftSQLOperator documentation (#21976) ``
58- * ``Move S3ToRedshiftOperator documentation to transfer dir (#21975) ``
5963* ``Rename 'S3' hook name to 'Amazon S3' (#21988) ``
60- * ``Update ECS sample DAG and Docs to new standards (#21828) ``
61- * ``Update EKS sample DAGs and docs (#21523) ``
64+ * ``Add template fields to DynamoDBToS3Operator (#22080) ``
6265
6366
6467.. Below changes are excluded from the changelog. Move them to
6568 appropriate section above if needed. Do not delete the lines(!):
69+ * ``additional information in the ECSOperator around support of launch_type=EXTERNAL (#22093)``
70+ * ``Add map_index to XCom model and interface (#22112)``
71+ * ``Add sample dags and update doc for RedshiftClusterSensor, RedshiftPauseClusterOperator and RedshiftResumeClusterOperator (#22128)``
72+ * ``Add sample dag and doc for RedshiftToS3Operator (#22060)``
73+ * ``Add docs and sample dags for AWS Batch (#22010)``
74+ * ``Add documentation for Feb Providers release (#22056)``
6675 * ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)``
6776 * ``Add pre-commit check for docstring param types (#21398)``
6877 * ``Resolve mypy issue in athena example dag (#22020)``
78+ * ``refactors polling logic for athena queries (#21488)``
79+ * ``EMR on EKS Sample DAG and Docs Update (#22095)``
80+ * ``Dynamo to S3 Sample DAG and Docs (#21920)``
81+ * ``Cleanup RedshiftSQLOperator documentation (#21976)``
82+ * ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)``
83+ * ``Protect against accidental misuse of XCom.get_value() (#22244)``
84+ * ``Update ECS sample DAG and Docs to new standards (#21828)``
85+ * ``Update EKS sample DAGs and docs (#21523)``
86+ * ``EMR Sample DAG and Docs Update (#22189)``
6987
7088 3.0.0
7189.....
0 commit comments