Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

3.6.0
.....

Features
~~~~~~~~

* ``Add deferrable functionality to the AirbyteJobSensor and AirbyteTriggerSyncOperator (#36780)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

3.5.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "3.5.1"
__version__ = "3.6.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Airbyte <https://airbyte.com/>`__

state: ready
source-date-epoch: 1703288099
source-date-epoch: 1705911770
versions:
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.0
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

2.7.2
.....

Bug Fixes
~~~~~~~~~

* ``Fix assignment of template field in '__init__' in 'analyticdb_spark.py' (#36911)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

2.7.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "2.7.1"
__version__ = "2.7.2"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).

state: ready
source-date-epoch: 1703747466
source-date-epoch: 1705911780
versions:
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.0
Expand Down
45 changes: 45 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,51 @@
Changelog
---------

8.17.0
......

Features
~~~~~~~~

* ``add deferrable mode to RedshiftDataOperator (#36586)``
* ``Adds support for capacity providers to ECS Executor (#36722)``
* ``Add use_regex argument for allowing 'S3KeySensor' to check s3 keys with regular expression (#36578)``
* ``Add deferrable mode to RedshiftClusterSensor (#36550)``
* ``AthenaSqlHook implementation (#36171)``
* ``Create CLI commands for AWS auth manager to create Amazon Verified Permissions related resources (#36799)``
* ``Implement 'is_authorized_dag' in AWS auth manager (#36619)``

Bug Fixes
~~~~~~~~~

* ``Fix stacklevel in warnings.warn into the providers (#36831)``
* ``EC2 'CreateInstance': terminate instances in on_kill (#36828)``
* ``Fallback to default value if '[aws] cloudwatch_task_handler_json_serializer' not set (#36851)``
* ``AWS auth manager: raise AirflowOptionalProviderfeature exception for AVP command (#36824)``
* ``check transform job status before deferring SageMakerTransformOperator (#36680)``
* ``check sagemaker processing job status before deferring (#36658)``
* ``check job_status before BatchOperator execute in deferrable mode (#36523)``
* ``Update the redshift hostname check to avoid possible bugs (#36703)``
* ``Refresh credentials in 'AwsEcsExecutor' (#36179)``

Misc
~~~~

* ``Fix docstring for apply_wildcard parameter in 'S3ListOperator'. Changed the order of docstring for fix (#36679)``
* ``Use base aws classes in AWS DMS Operators/Sensors (#36772)``
* ``Use base aws classes in AWS Redshift Data API Operators (#36764)``
* ``Use base aws classes in Amazon EventBridge Operators (#36765)``
* ``Use base aws classes in Amazon QuickSight Operators/Sensors (#36776)``
* ``Use base aws classes in AWS Datasync Operators (#36766)``
* ``Use base aws classes in Amazon DynamoDB Sensors (#36770)``
* ``Use base aws classes in AWS CloudFormation Operators/Sensors (#36771)``
* ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)``
* ``Bump min version of amazon-provider related dependencies (#36660)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``

8.16.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "8.16.0"
__version__ = "8.17.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).

state: ready
source-date-epoch: 1704610260
source-date-epoch: 1705911803
versions:
- 8.17.0
- 8.16.0
- 8.15.0
- 8.14.0
Expand Down
19 changes: 19 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@
Changelog
---------

5.6.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

Misc
~~~~

* ``Get rid of pyarrow-hotfix for CVE-2023-47248 (#36697)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

5.5.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "5.5.0"
__version__ = "5.6.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.

state: ready
source-date-epoch: 1703288103
source-date-epoch: 1705911842
versions:
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
16 changes: 16 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@
Changelog
---------

3.8.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add documentation for 3rd wave of providers in Deember (#36464)``
* ``Run mypy checks for full packages in CI (#36638)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``

3.7.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "3.7.0"
__version__ = "3.8.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.

state: ready
source-date-epoch: 1703288106
source-date-epoch: 1705911859
versions:
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
19ebcac2395ef9a6b6ded3a2faa29dc960c1e635
13 changes: 13 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
Changelog
---------

4.4.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

4.3.2
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "4.3.2"
__version__ = "4.4.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.

state: ready
source-date-epoch: 1703747531
source-date-epoch: 1705911907
versions:
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
Expand Down
24 changes: 24 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,30 @@
Changelog
---------

6.5.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``


Bug Fixes
~~~~~~~~~

* ``Fix assignment of template field in '__init__' in 'hive-stats' (#36905)``

Misc
~~~~

* ``Set min pandas dependency to 1.2.5 for all providers and airflow (#36698)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Standardize airflow build process and switch to Hatchling build backend (#36537)``

6.4.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "6.4.1"
__version__ = "6.5.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Hive <https://hive.apache.org/>`__

state: ready
source-date-epoch: 1704610336
source-date-epoch: 1705911912
versions:
- 6.5.0
- 6.4.1
- 6.4.0
- 6.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6937ae76476b3bc869ef912d000bcc94ad642db1
c439ab87c421aaa6bd5d8074780e4f63606a1ef1
13 changes: 13 additions & 0 deletions airflow/providers/apache/kafka/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
Changelog
---------

1.4.0
.....

Features
~~~~~~~~

* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

1.3.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "1.3.1"
__version__ = "1.4.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/kafka/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka

state: ready
source-date-epoch: 1703288110
source-date-epoch: 1705911926
description: |
`Apache Kafka <https://kafka.apache.org/>`__
versions:
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
Expand Down
Loading