Skip to content

Commit

Permalink
Prepare 2nd wave of providers in December
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Dec 22, 2023
1 parent b0db1f9 commit 153898f
Show file tree
Hide file tree
Showing 243 changed files with 1,583 additions and 249 deletions.
11 changes: 11 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
Changelog
---------

3.5.1
.....

Bug Fixes
~~~~~~~~~

``Cancel airbyte job when timeout exceeded to prevent inconsistency among airflow and airbyte (#36241)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
3.5.0
.....

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.0"
__version__ = "3.5.1"

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/>`__
suspended: false
source-date-epoch: 1701983344
source-date-epoch: 1703274763
versions:
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.2
Expand Down
26 changes: 26 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,32 @@
Changelog
---------

8.14.0
......

Features
~~~~~~~~

* ``Add 'jsonpath_ng.ext.parse' support for 'SqsSensor' (#36170)``
* ``Increase ConflictException retries to 4 total (#36337)``
* ``Increase width of execution_date input in trigger.html (#36278) (#36304)``
* ``Allow storage options to be passed (#35820)``

Bug Fixes
~~~~~~~~~

* ``Remove 'is_authorized_cluster_activity' from auth manager (#36175)``
* ``Follow BaseHook connection fields method signature in child classes (#36086)``

Misc
~~~~

* ``Add code snippet formatting in docstrings via Ruff (#36262)``
* ``Remove remaining Airflow 2.6 backcompat code from Amazon Provider (#36324)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
8.13.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.13.0"
__version__ = "8.14.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/>`__).
suspended: false
source-date-epoch: 1701983347
source-date-epoch: 1703274816
versions:
- 8.14.0
- 8.13.0
- 8.12.0
- 8.11.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
Changelog
---------

5.5.0
.....

Features
~~~~~~~~

* ``Add ability to run streaming Job for BeamRunPythonPipelineOperator in non deferrable mode (#36108)``
* ``Implement deferrable mode for BeamRunJavaPipelineOperator (#36122)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
5.4.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.4.0"
__version__ = "5.5.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/>`__.
suspended: false
source-date-epoch: 1701983348
source-date-epoch: 1703274826
versions:
- 5.5.0
- 5.4.0
- 5.3.0
- 5.2.3
Expand Down
16 changes: 16 additions & 0 deletions airflow/providers/apache/cassandra/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@
Changelog
---------

3.4.1
.....

Bug Fixes
~~~~~~~~~

* ``Sanitize keyspace and table in the cassandra query to avoid sql injection (#36111)``

Misc
~~~~

* ``Add code snippet formatting in docstrings via Ruff (#36262)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
3.4.0
.....

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

__all__ = ["__version__"]

__version__ = "3.4.0"
__version__ = "3.4.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Cassandra <https://cassandra.apache.org/>`__.
suspended: false
source-date-epoch: 1701983349
source-date-epoch: 1703274836
versions:
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.1
Expand Down
11 changes: 11 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
Changelog
---------

4.3.1
.....

Bug Fixes
~~~~~~~~~

* ``fix connection type webhdfs (#36145)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.3.0
.....

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.0"
__version__ = "4.3.1"

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>`__.
suspended: false
source-date-epoch: 1701983353
source-date-epoch: 1703274840
versions:
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.1
Expand Down
16 changes: 16 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@
Changelog
---------

6.4.0
.....

Features
~~~~~~~~

* ``Add param proxy user for hive (#36221)``

Misc
~~~~

* ``Add code snippet formatting in docstrings via Ruff (#36262)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
6.3.0
.....

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.3.0"
__version__ = "6.4.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/>`__
suspended: false
source-date-epoch: 1701983354
source-date-epoch: 1703274844
versions:
- 6.4.0
- 6.3.0
- 6.2.0
- 6.1.6
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/kafka/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

1.3.1
.....

Bug Fixes
~~~~~~~~~

* ``Provide the consumed message to consumer.commit in AwaitMessageTrigger (#36272)``
* ``Follow BaseHook connection fields method signature in child classes (#36086)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
1.3.0
.....

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.0"
__version__ = "1.3.1"

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

suspended: false
source-date-epoch: 1701983356
source-date-epoch: 1703274881
description: |
`Apache Kafka <https://kafka.apache.org/>`__
versions:
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.2
Expand Down
17 changes: 17 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@
Changelog
---------

4.6.0
.....

Features
~~~~~~~~

* ``SparkSubmit: Adding propertyfiles option (#36164)``
* ``SparkSubmit Connection Extras can be overridden (#36151)``

Bug Fixes
~~~~~~~~~

* ``Follow BaseHook connection fields method signature in child classes (#36086)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.5.0
.....

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

__all__ = ["__version__"]

__version__ = "4.5.0"
__version__ = "4.6.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Spark <https://spark.apache.org/>`__
suspended: false
source-date-epoch: 1701983360
source-date-epoch: 1703274889
versions:
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
Expand Down
17 changes: 17 additions & 0 deletions airflow/providers/apache/sqoop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@
Changelog
---------


4.2.1
.....

.. note::

Mark apache.sqoop provider as removed according to `consensus on the [email protected] <https://lists.apache.org/thread/wnov3n2m2v0blnxl3q413mj8vphdrz4b>`_


Misc
~~~~

* ``Schedule plexus and apache.sqoop providers for removal (#36208)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.2.0
.....

Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/sqoop/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ description: |
removed: true
suspended: true
source-date-epoch: 1701983361
source-date-epoch: 1703274900
versions:
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
Expand Down
11 changes: 11 additions & 0 deletions airflow/providers/apprise/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
Changelog
---------

1.2.1
.....

Bug Fixes
~~~~~~~~~

* ``Follow BaseHook connection fields method signature in child classes (#36086)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
1.2.0
.....

Expand Down
Loading

0 comments on commit 153898f

Please sign in to comment.