Skip to content

Commit

Permalink
Prepare docs for ad-hoc release of microsoft.azure provider (apache#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Jan 30, 2024
1 parent 8b5a1ff commit ba053f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 14 additions & 4 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-microsoft-azure/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
9.0.0
.....

Latest change: 2024-01-26
Latest change: 2024-01-30

================================================================================================= =========== ====================================================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================================================
`dec2662190 <https://github.com/apache/airflow/commit/dec2662190dd4480d0c631da733e19d2ec9a479d>`_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)``
`cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
`0b680c9492 <https://github.com/apache/airflow/commit/0b680c94922e3f7ca1f3ada8328e315bbae37dc8>`_ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
`c8775fc012 <https://github.com/apache/airflow/commit/c8775fc0122fdb7243728c76cde7368509edf725>`_ 2024-01-22 ``add WasbPrefixSensorTrigger params breaking change to azure provider changelog (#36940)``
`6ff96af480 <https://github.com/apache/airflow/commit/6ff96af4806a4107d48ee2e966c61778045ad584>`_ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)``
Expand Down

0 comments on commit ba053f7

Please sign in to comment.