diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index b6594d982504..a1cb9ecca530 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -38,11 +38,16 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` +`39dba929bb `_ 2024-10-29 ``fix(providers/amazon): alias is_authorized_dataset to is_authorized_asset (#43470)`` +`9811f1d6d0 `_ 2024-10-28 ``Limit mypy-boto3-appflow (#43436)`` +`1f13f26144 `_ 2024-10-28 ``Remove returns in final clause of athena hooks (#43426)`` +`78ff0a9970 `_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `6786032d4b `_ 2024-10-23 ``Remove sqlalchemy-redshift dependency (#43271)`` `be553780e5 `_ 2024-10-22 ``feat: add OpenLineage support for RedshiftToS3Operator (#41632)`` `72f2b2e951 `_ 2024-10-18 ``Remove TaskContextLogger (#43183)`` diff --git a/docs/apache-airflow-providers-fab/commits.rst b/docs/apache-airflow-providers-fab/commits.rst index 781a2319a6c4..7c60cf86a16d 100644 --- a/docs/apache-airflow-providers-fab/commits.rst +++ b/docs/apache-airflow-providers-fab/commits.rst @@ -38,11 +38,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` +`baf2b3cb44 `_ 2024-10-29 ``fix(providers/fab): alias is_authorized_dataset to is_authorized_asset (#43469)`` +`78ff0a9970 `_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `1f4b306c80 `_ 2024-10-25 ``Fix revoke Dag stale permission on airflow < 2.10 (#42844)`` `d7f50baa6f `_ 2024-10-23 ``Bump Flask-AppBuilder to ''4.5.2'' (#43309)`` `84ff10bf06 `_ 2024-10-23 ``Upgrade FAB to 4.5.1 (#43251)`` diff --git a/providers/src/airflow/providers/amazon/CHANGELOG.rst b/providers/src/airflow/providers/amazon/CHANGELOG.rst index d12b3999c8f4..0ab9ee54109c 100644 --- a/providers/src/airflow/providers/amazon/CHANGELOG.rst +++ b/providers/src/airflow/providers/amazon/CHANGELOG.rst @@ -36,18 +36,26 @@ Features * ``Add 'SageMakerProcessingSensor' (#43144)`` * ``Make 'RedshiftDataOperator' handle multiple queries (#42900)`` +Bug Fixes +~~~~~~~~~ + +* ``fix(providers/amazon): alias is_authorized_dataset to is_authorized_asset (#43470)`` +* ``Remove returns in final clause of athena hooks (#43426)`` + Misc ~~~~ * ``Remove sqlalchemy-redshift dependency (#43271)`` * ``feat(providers/amazon): Use asset in common provider (#43110)`` * ``Restrict looker-sdk version 24.18.0 and microsoft-kiota-http 1.3.4 (#42954)`` - +* ``Limit mypy-boto3-appflow (#43436)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Remove TaskContextLogger (#43183)`` * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + * ``Start porting DAG definition code to the Task SDK (#43076)`` + * ``Prepare docs for Oct 2nd wave of providers (#43409)`` 9.0.0 ..... diff --git a/providers/src/airflow/providers/fab/CHANGELOG.rst b/providers/src/airflow/providers/fab/CHANGELOG.rst index 16650d74a155..2dc9b9b08d0b 100644 --- a/providers/src/airflow/providers/fab/CHANGELOG.rst +++ b/providers/src/airflow/providers/fab/CHANGELOG.rst @@ -32,12 +32,13 @@ Bug Fixes ~~~~~~~~~ * ``Fix revoke Dag stale permission on airflow < 2.10 (#42844)`` +* ``fix(providers/fab): alias is_authorized_dataset to is_authorized_asset (#43469)`` Misc ~~~~ -* ``Bump Flask-AppBuilder to ''4.5.2'' (#43309)`` -* ``Upgrade FAB to 4.5.1 (#43251)`` +* ``Upgrade Flask-AppBuilder to 4.5.2 (#43309)`` +* ``Upgrade Flask-AppBuilder to 4.5.1 (#43251)`` * ``Move user and roles schemas to fab provider (#42869)`` * ``Move the session auth backend to FAB auth manager (#42878)`` @@ -45,6 +46,8 @@ Misc .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + * ``Start porting DAG definition code to the Task SDK (#43076)`` + * ``Prepare docs for Oct 2nd wave of providers (#43409)`` 1.4.1 .....