diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst index f3ccf9403414d..c9d81afd7fbda 100644 --- a/airflow/providers/microsoft/azure/CHANGELOG.rst +++ b/airflow/providers/microsoft/azure/CHANGELOG.rst @@ -37,18 +37,28 @@ Breaking changes In this version of the provider, ``include`` and ``delimiter`` params have been removed from ``WasbPrefixSensorTrigger``. These params will now need to passed through ``check_options`` param +* ``Fix WasbPrefixSensor arg inconsistency between sync and async mode (#36806)`` +* ``add WasbPrefixSensorTrigger params breaking change to azure provider changelog (#36940)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix failed tasks are not detected in 'AzureBatchHook' (#36785)`` +* ``Fix assignment of template field in '__init__' in 'container_instances.py' (#36529)`` + +Misc +~~~~ + +* ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` .. Review and move the new changes to one of the sections above: * ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` - * ``add WasbPrefixSensorTrigger params breaking change to azure provider changelog (#36940)`` * ``Fix stacklevel in warnings.warn into the providers (#36831)`` - * ``Fix WasbPrefixSensor arg inconsistency between sync and async mode (#36806)`` - * ``Fix failed tasks are not detected in 'AzureBatchHook' (#36785)`` - * ``Fix assignment of template field in '__init__' in 'container_instances.py' (#36529)`` * ``Standardize airflow build process and switch to Hatchling build backend (#36537)`` * ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` * ``Prepare docs 1st wave of Providers January 2024 (#36640)`` * ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` + * ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` 8.5.1 ..... diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst index 26d3b96401b9a..6e11ad9cf0dd3 100644 --- a/docs/apache-airflow-providers-microsoft-azure/commits.rst +++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst @@ -38,11 +38,13 @@ For high-level changelog, see :doc:`package information including changelog `_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` +`cead3da4a6 `_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` `0b680c9492 `_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)`` `c8775fc012 `_ 2024-01-22 ``add WasbPrefixSensorTrigger params breaking change to azure provider changelog (#36940)`` `6ff96af480 `_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)``