apache-airflow-providers-http 5.2.2rc1__tar.gz → 5.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/PKG-INFO +8 -8
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/README.rst +4 -4
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/changelog.rst +17 -0
- apache_airflow_providers_http-5.3.0/docs/commits.rst +35 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/index.rst +3 -3
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/provider.yaml +6 -2
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/pyproject.toml +4 -4
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/__init__.py +3 -3
- apache_airflow_providers_http-5.2.2rc1/docs/commits.rst +0 -714
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/conf.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/connections/http.rst +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/integration-logos/HTTP.png +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/operators.rst +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/security.rst +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/LICENSE +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/exceptions.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/get_provider_info.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/hooks/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/hooks/http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/operators/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/operators/http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/sensors/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/sensors/http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/triggers/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/src/airflow/providers/http/triggers/http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/conftest.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/system/http/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/system/http/example_http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/hooks/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/hooks/test_http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/operators/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/operators/test_http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/sensors/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/sensors/test_http.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/triggers/__init__.py +0 -0
- {apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/unit/http/triggers/test_http.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-http
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.3.0
|
4
4
|
Summary: Provider package apache-airflow-providers-http for Apache Airflow
|
5
5
|
Keywords: airflow-provider,http,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -20,14 +20,14 @@ Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0
|
24
24
|
Requires-Dist: requests>=2.31.0,<3
|
25
25
|
Requires-Dist: requests-toolbelt>=1.0.0
|
26
26
|
Requires-Dist: aiohttp>=3.9.2,!=3.11.0
|
27
27
|
Requires-Dist: asgiref>=2.3.0
|
28
28
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
29
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/changelog.html
|
30
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0
|
31
31
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -58,7 +58,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
58
58
|
|
59
59
|
Package ``apache-airflow-providers-http``
|
60
60
|
|
61
|
-
Release: ``5.
|
61
|
+
Release: ``5.3.0``
|
62
62
|
|
63
63
|
|
64
64
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
@@ -71,7 +71,7 @@ This is a provider package for ``http`` provider. All classes for this provider
|
|
71
71
|
are in ``airflow.providers.http`` python package.
|
72
72
|
|
73
73
|
You can find package information and changelog for the provider
|
74
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
74
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/>`_.
|
75
75
|
|
76
76
|
Installation
|
77
77
|
------------
|
@@ -88,7 +88,7 @@ Requirements
|
|
88
88
|
===================== ====================
|
89
89
|
PIP package Version required
|
90
90
|
===================== ====================
|
91
|
-
``apache-airflow`` ``>=2.
|
91
|
+
``apache-airflow`` ``>=2.10.0``
|
92
92
|
``requests`` ``>=2.31.0,<3``
|
93
93
|
``requests-toolbelt`` ``>=1.0.0``
|
94
94
|
``aiohttp`` ``!=3.11.0,>=3.9.2``
|
@@ -96,5 +96,5 @@ PIP package Version required
|
|
96
96
|
===================== ====================
|
97
97
|
|
98
98
|
The changelog for the provider package can be found in the
|
99
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
99
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/changelog.html>`_.
|
100
100
|
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-http``
|
25
25
|
|
26
|
-
Release: ``5.
|
26
|
+
Release: ``5.3.0``
|
27
27
|
|
28
28
|
|
29
29
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
@@ -36,7 +36,7 @@ This is a provider package for ``http`` provider. All classes for this provider
|
|
36
36
|
are in ``airflow.providers.http`` python package.
|
37
37
|
|
38
38
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -53,7 +53,7 @@ Requirements
|
|
53
53
|
===================== ====================
|
54
54
|
PIP package Version required
|
55
55
|
===================== ====================
|
56
|
-
``apache-airflow`` ``>=2.
|
56
|
+
``apache-airflow`` ``>=2.10.0``
|
57
57
|
``requests`` ``>=2.31.0,<3``
|
58
58
|
``requests-toolbelt`` ``>=1.0.0``
|
59
59
|
``aiohttp`` ``!=3.11.0,>=3.9.2``
|
@@ -61,4 +61,4 @@ PIP package Version required
|
|
61
61
|
===================== ====================
|
62
62
|
|
63
63
|
The changelog for the provider package can be found in the
|
64
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
64
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/changelog.html>`_.
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/changelog.rst
RENAMED
@@ -27,6 +27,23 @@
|
|
27
27
|
Changelog
|
28
28
|
---------
|
29
29
|
|
30
|
+
5.3.0
|
31
|
+
.....
|
32
|
+
|
33
|
+
.. note::
|
34
|
+
This release of provider is only available for Airflow 2.10+ as explained in the
|
35
|
+
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
|
36
|
+
|
37
|
+
Misc
|
38
|
+
~~~~
|
39
|
+
|
40
|
+
* ``Bump min Airflow version in providers to 2.10 (#49843)``
|
41
|
+
|
42
|
+
.. Below changes are excluded from the changelog. Move them to
|
43
|
+
appropriate section above if needed. Do not delete the lines(!):
|
44
|
+
* ``Update description of provider.yaml dependencies (#50231)``
|
45
|
+
* ``Avoid committing history for providers (#49907)``
|
46
|
+
|
30
47
|
5.2.2
|
31
48
|
.....
|
32
49
|
|
@@ -0,0 +1,35 @@
|
|
1
|
+
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
4
|
+
distributed with this work for additional information
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
7
|
+
"License"); you may not use this file except in compliance
|
8
|
+
with the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
13
|
+
software distributed under the License is distributed on an
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
KIND, either express or implied. See the License for the
|
16
|
+
specific language governing permissions and limitations
|
17
|
+
under the License.
|
18
|
+
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
+
|
21
|
+
.. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
`PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
+
|
24
|
+
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
|
25
|
+
|
26
|
+
Package apache-airflow-providers-http
|
27
|
+
------------------------------------------------------
|
28
|
+
|
29
|
+
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
30
|
+
|
31
|
+
|
32
|
+
This is detailed commit list of changes for versions provider package: ``http``.
|
33
|
+
For high-level changelog, see :doc:`package information including changelog <index>`.
|
34
|
+
|
35
|
+
.. airflow-providers-commits::
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/index.rst
RENAMED
@@ -77,7 +77,7 @@ apache-airflow-providers-http package
|
|
77
77
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 5.
|
80
|
+
Release: 5.3.0
|
81
81
|
|
82
82
|
Provider package
|
83
83
|
----------------
|
@@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
|
|
95
95
|
Requirements
|
96
96
|
------------
|
97
97
|
|
98
|
-
The minimum Apache Airflow version supported by this provider distribution is ``2.
|
98
|
+
The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
|
99
99
|
|
100
100
|
===================== ====================
|
101
101
|
PIP package Version required
|
102
102
|
===================== ====================
|
103
|
-
``apache-airflow`` ``>=2.
|
103
|
+
``apache-airflow`` ``>=2.10.0``
|
104
104
|
``requests`` ``>=2.31.0,<3``
|
105
105
|
``requests-toolbelt`` ``>=1.0.0``
|
106
106
|
``aiohttp`` ``!=3.11.0,>=3.9.2``
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/provider.yaml
RENAMED
@@ -22,9 +22,13 @@ description: |
|
|
22
22
|
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
26
|
-
#
|
25
|
+
source-date-epoch: 1747133034
|
26
|
+
# Note that those versions are maintained by release manager - do not update them manually
|
27
|
+
# with the exception of case where other provider in sources has >= new provider version.
|
28
|
+
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
|
+
# to be done in the same PR
|
27
30
|
versions:
|
31
|
+
- 5.3.0
|
28
32
|
- 5.2.2
|
29
33
|
- 5.2.1
|
30
34
|
- 5.2.0
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/pyproject.toml
RENAMED
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-http"
|
28
|
-
version = "5.
|
28
|
+
version = "5.3.0"
|
29
29
|
description = "Provider package apache-airflow-providers-http for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -57,7 +57,7 @@ requires-python = "~=3.9"
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
59
59
|
dependencies = [
|
60
|
-
"apache-airflow>=2.
|
60
|
+
"apache-airflow>=2.10.0",
|
61
61
|
# The 2.26.0 release of requests got rid of the chardet LGPL mandatory dependency, allowing us to
|
62
62
|
# release it as a requirement for airflow
|
63
63
|
"requests>=2.31.0,<3",
|
@@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
101
101
|
apache-airflow-providers-standard = {workspace = true}
|
102
102
|
|
103
103
|
[project.urls]
|
104
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
105
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.
|
104
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0"
|
105
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/changelog.html"
|
106
106
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
107
107
|
"Source Code" = "https://github.com/apache/airflow"
|
108
108
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "5.
|
32
|
+
__version__ = "5.3.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.10.0"
|
36
36
|
):
|
37
37
|
raise RuntimeError(
|
38
|
-
f"The package `apache-airflow-providers-http:{__version__}` needs Apache Airflow 2.
|
38
|
+
f"The package `apache-airflow-providers-http:{__version__}` needs Apache Airflow 2.10.0+"
|
39
39
|
)
|
@@ -1,714 +0,0 @@
|
|
1
|
-
|
2
|
-
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
-
or more contributor license agreements. See the NOTICE file
|
4
|
-
distributed with this work for additional information
|
5
|
-
regarding copyright ownership. The ASF licenses this file
|
6
|
-
to you under the Apache License, Version 2.0 (the
|
7
|
-
"License"); you may not use this file except in compliance
|
8
|
-
with the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
.. Unless required by applicable law or agreed to in writing,
|
13
|
-
software distributed under the License is distributed on an
|
14
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
-
KIND, either express or implied. See the License for the
|
16
|
-
specific language governing permissions and limitations
|
17
|
-
under the License.
|
18
|
-
|
19
|
-
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
-
|
21
|
-
.. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
-
`PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
-
|
24
|
-
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
|
25
|
-
|
26
|
-
Package apache-airflow-providers-http
|
27
|
-
------------------------------------------------------
|
28
|
-
|
29
|
-
`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
|
30
|
-
|
31
|
-
|
32
|
-
This is detailed commit list of changes for versions provider package: ``http``.
|
33
|
-
For high-level changelog, see :doc:`package information including changelog <index>`.
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
5.2.2
|
38
|
-
.....
|
39
|
-
|
40
|
-
Latest change: 2025-04-16
|
41
|
-
|
42
|
-
================================================================================================== =========== ==================================================================================
|
43
|
-
Commit Committed Subject
|
44
|
-
================================================================================================== =========== ==================================================================================
|
45
|
-
`19af68db79 <https://github.com/apache/airflow/commit/19af68db7909131dcfbafb250707714610808199>`__ 2025-04-16 ``HttpHook: allways add port if given (#48573)``
|
46
|
-
`cb295c351a <https://github.com/apache/airflow/commit/cb295c351a016c0a10cab07f2a628b865cff3ca3>`__ 2025-04-14 ``remove superfluous else block (#49199)``
|
47
|
-
`4a8567b20b <https://github.com/apache/airflow/commit/4a8567b20bdd6555cbdc936d6674bf4fa390b0d5>`__ 2025-04-10 ``Prepare docs for Apr 2nd wave of providers (#49051)``
|
48
|
-
`7b2ec33c7a <https://github.com/apache/airflow/commit/7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f>`__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
|
49
|
-
`139673d3ce <https://github.com/apache/airflow/commit/139673d3ce5552c2cf8bcb2d202e97342c4b237c>`__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
|
50
|
-
`67858fd7e7 <https://github.com/apache/airflow/commit/67858fd7e7ac82788854844c1e6ef5a35f1d0d23>`__ 2025-04-06 ``Improve documentation building iteration (#48760)``
|
51
|
-
`adbb062b50 <https://github.com/apache/airflow/commit/adbb062b50e2e128fe475a76b7ce10ec93c39ee2>`__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
|
52
|
-
`d4473555c0 <https://github.com/apache/airflow/commit/d4473555c0e7022e073489b7163d49102881a1a6>`__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
|
53
|
-
`47002feacd <https://github.com/apache/airflow/commit/47002feacd8aaf794b47c2dd241aa25068354a2a>`__ 2025-03-30 ``Upgrade ruff to latest version (#48553)``
|
54
|
-
`347c98cd8c <https://github.com/apache/airflow/commit/347c98cd8c285b7b8ca3a8a626be89d16a572bbf>`__ 2025-03-28 ``Move 'BaseSensorOperator' to TaskSDK definitions (#48244)``
|
55
|
-
`c762e17820 <https://github.com/apache/airflow/commit/c762e17820cae6b162caa3eec5123760e07d56cc>`__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
|
56
|
-
`6adb2dbae4 <https://github.com/apache/airflow/commit/6adb2dbae47341eb61dbc62dbc56176d9aa83fd9>`__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
|
57
|
-
`243fe86d4b <https://github.com/apache/airflow/commit/243fe86d4b3e59bb12977b3e36ca3f2ed27ca0f8>`__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
|
58
|
-
`935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
|
59
|
-
================================================================================================== =========== ==================================================================================
|
60
|
-
|
61
|
-
5.2.1
|
62
|
-
.....
|
63
|
-
|
64
|
-
Latest change: 2025-03-09
|
65
|
-
|
66
|
-
================================================================================================== =========== =====================================================================
|
67
|
-
Commit Committed Subject
|
68
|
-
================================================================================================== =========== =====================================================================
|
69
|
-
`492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
|
70
|
-
`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
|
71
|
-
`1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)``
|
72
|
-
`c6c4f95ed9 <https://github.com/apache/airflow/commit/c6c4f95ed9e3220133815b9126c135e805637022>`__ 2025-02-25 ``Add legacy namespace packages to airflow.providers (#47064)``
|
73
|
-
`e810f00d2d <https://github.com/apache/airflow/commit/e810f00d2d7ee622bd3ff023dd5941a769425429>`__ 2025-02-24 ``Fix HttpSensor to enable returning xcom value (#46848)``
|
74
|
-
`dbf8bb4092 <https://github.com/apache/airflow/commit/dbf8bb409223687c7d2ad10649a92d02c24bb3b4>`__ 2025-02-24 ``Remove extra whitespace in provider readme template (#46975)``
|
75
|
-
`b28c336e8b <https://github.com/apache/airflow/commit/b28c336e8b7aa1d69c0f9520b182b1b661377337>`__ 2025-02-21 ``Upgrade flit to 3.11.0 (#46938)``
|
76
|
-
================================================================================================== =========== =====================================================================
|
77
|
-
|
78
|
-
5.2.0
|
79
|
-
.....
|
80
|
-
|
81
|
-
Latest change: 2025-02-21
|
82
|
-
|
83
|
-
================================================================================================== =========== ===================================================================================
|
84
|
-
Commit Committed Subject
|
85
|
-
================================================================================================== =========== ===================================================================================
|
86
|
-
`0653ffe78e <https://github.com/apache/airflow/commit/0653ffe78e4a0acaf70801a5ceef8dbabdac8b15>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (fixed) (#46962)``
|
87
|
-
`5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)``
|
88
|
-
`a29c840d93 <https://github.com/apache/airflow/commit/a29c840d938d56783909e0293896ceb2029821f4>`__ 2025-02-20 ``Allow check_response to be defined in extra_options of HTTP connection (#45451)``
|
89
|
-
`4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)``
|
90
|
-
`e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)``
|
91
|
-
`ee6bd7ee16 <https://github.com/apache/airflow/commit/ee6bd7ee162ff295b86d86fdd1b356c51b9bba78>`__ 2025-02-03 ``Fix doc issues found with recent moves (#46372)``
|
92
|
-
`d35edbf661 <https://github.com/apache/airflow/commit/d35edbf66172c22712925606a55e57978b67ce42>`__ 2025-01-27 ``Fix few issues with constraints generation broken by moving providers (#46139)``
|
93
|
-
`f3666e7236 <https://github.com/apache/airflow/commit/f3666e7236f9e8ea31cd6752a4dc0f7a9a8001a7>`__ 2025-01-17 ``Deferrable support for HttpOperator (#45228)``
|
94
|
-
`f616c62209 <https://github.com/apache/airflow/commit/f616c62209d6b51d293ecf6f5c900f89a7fdc3a3>`__ 2025-01-15 ``AIP-72: Support better type-hinting for Context dict in SDK (#45583)``
|
95
|
-
================================================================================================== =========== ===================================================================================
|
96
|
-
|
97
|
-
5.0.0
|
98
|
-
.....
|
99
|
-
|
100
|
-
Latest change: 2024-12-20
|
101
|
-
|
102
|
-
================================================================================================== =========== =================================================================================================
|
103
|
-
Commit Committed Subject
|
104
|
-
================================================================================================== =========== =================================================================================================
|
105
|
-
`2723508345 <https://github.com/apache/airflow/commit/2723508345d5cf074aeb673955ce72996785f2bc>`__ 2024-12-20 ``Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)``
|
106
|
-
`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`__ 2024-12-19 ``Update path of example dags in docs (#45069)``
|
107
|
-
`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`__ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)``
|
108
|
-
`e03265bb56 <https://github.com/apache/airflow/commit/e03265bb5613b8cfcaa2a42cf6369b1ba091ddf4>`__ 2024-12-05 ``Correct new changelog breaking changes header (#44659)``
|
109
|
-
`71fec4e661 <https://github.com/apache/airflow/commit/71fec4e661ae4858dfe0f3797124c68b87aa13b2>`__ 2024-12-03 ``[Providers/HTTP] Add adapter parameter to HttpHook to allow custom requests adapters (#44302)``
|
110
|
-
`1cf796460c <https://github.com/apache/airflow/commit/1cf796460cb033726336e7d7c688c6ed3ea2fa9a>`__ 2024-12-02 ``Remove Provider Deprecations in HTTP (#44542)``
|
111
|
-
`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`__ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
|
112
|
-
`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`__ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)``
|
113
|
-
`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`__ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)``
|
114
|
-
`cc7b7a2795 <https://github.com/apache/airflow/commit/cc7b7a2795b2226fdbcbfa15a52164f5b2811fb6>`__ 2024-11-14 ``Apply suggestions from code review (#44036)``
|
115
|
-
================================================================================================== =========== =================================================================================================
|
116
|
-
|
117
|
-
4.13.3
|
118
|
-
......
|
119
|
-
|
120
|
-
Latest change: 2024-11-14
|
121
|
-
|
122
|
-
================================================================================================== =========== ===============================================================
|
123
|
-
Commit Committed Subject
|
124
|
-
================================================================================================== =========== ===============================================================
|
125
|
-
`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`__ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
|
126
|
-
`e7a0dddc09 <https://github.com/apache/airflow/commit/e7a0dddc09c3ebad29c73e1c2f66a7c09a6f2b5e>`__ 2024-11-14 ``Limit temporarily aiohttp to < 3.11.0 (#44006)``
|
127
|
-
`fba17703b7 <https://github.com/apache/airflow/commit/fba17703b7e745a7a8574693f75f7b46dec13222>`__ 2024-10-29 ``Fix(http) bug, pass request_kwargs to HttpHooK.run (#43459)``
|
128
|
-
================================================================================================== =========== ===============================================================
|
129
|
-
|
130
|
-
4.13.2
|
131
|
-
......
|
132
|
-
|
133
|
-
Latest change: 2024-10-27
|
134
|
-
|
135
|
-
================================================================================================== =========== =====================================================================================================
|
136
|
-
Commit Committed Subject
|
137
|
-
================================================================================================== =========== =====================================================================================================
|
138
|
-
`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`__ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)``
|
139
|
-
`2899e5f0e2 <https://github.com/apache/airflow/commit/2899e5f0e27c65e29780c81c45db989eba6dc027>`__ 2024-10-15 ``add lowerbount to requests-toolbelt and replace requests_toolbelt with requests-toolbelt (#43020)``
|
140
|
-
`c941484066 <https://github.com/apache/airflow/commit/c9414840660f58996cd86351538e6ac77afd696b>`__ 2024-10-15 ``pin in providers (#43001)``
|
141
|
-
`037274398d <https://github.com/apache/airflow/commit/037274398d5380f1ab5e94f6fd60e742840fe8b4>`__ 2024-10-11 ``fix: HttpSensorTrigger to include 'method' when serializing (#42925)``
|
142
|
-
`df4df2a8f9 <https://github.com/apache/airflow/commit/df4df2a8f92869c4c47863935da6def37ba7373e>`__ 2024-10-10 ``Use url_from_endpoint inside HttpHook. (#42785)``
|
143
|
-
`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`__ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
|
144
|
-
================================================================================================== =========== =====================================================================================================
|
145
|
-
|
146
|
-
4.13.1
|
147
|
-
......
|
148
|
-
|
149
|
-
Latest change: 2024-09-21
|
150
|
-
|
151
|
-
================================================================================================== =========== =======================================================
|
152
|
-
Commit Committed Subject
|
153
|
-
================================================================================================== =========== =======================================================
|
154
|
-
`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`__ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)``
|
155
|
-
`00e5976bde <https://github.com/apache/airflow/commit/00e5976bde0f4a5e41c5cd25f111084e159f9c23>`__ 2024-08-25 ``remove soft_fail part2 (#41727)``
|
156
|
-
================================================================================================== =========== =======================================================
|
157
|
-
|
158
|
-
4.13.0
|
159
|
-
......
|
160
|
-
|
161
|
-
Latest change: 2024-08-19
|
162
|
-
|
163
|
-
================================================================================================== =========== =======================================================================
|
164
|
-
Commit Committed Subject
|
165
|
-
================================================================================================== =========== =======================================================================
|
166
|
-
`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`__ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
|
167
|
-
`fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`__ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
|
168
|
-
`d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`__ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)``
|
169
|
-
`09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`__ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)``
|
170
|
-
`a62bd83188 <https://github.com/apache/airflow/commit/a62bd831885957c55b073bf309bc59a1d505e8fb>`__ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)``
|
171
|
-
================================================================================================== =========== =======================================================================
|
172
|
-
|
173
|
-
4.12.0
|
174
|
-
......
|
175
|
-
|
176
|
-
Latest change: 2024-06-22
|
177
|
-
|
178
|
-
================================================================================================== =========== =========================================================
|
179
|
-
Commit Committed Subject
|
180
|
-
================================================================================================== =========== =========================================================
|
181
|
-
`6e5ae26382 <https://github.com/apache/airflow/commit/6e5ae26382b328e88907e8301d4b2352ef8524c5>`__ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)``
|
182
|
-
`b358d0a6de <https://github.com/apache/airflow/commit/b358d0a6de3a7c2fabdabaccf8c5edab9e1d0ecf>`__ 2024-06-06 ``Add 'retry_args' parameter to 'HttpOperator' (#40086)``
|
183
|
-
================================================================================================== =========== =========================================================
|
184
|
-
|
185
|
-
4.11.1
|
186
|
-
......
|
187
|
-
|
188
|
-
Latest change: 2024-05-26
|
189
|
-
|
190
|
-
================================================================================================== =========== ================================================
|
191
|
-
Commit Committed Subject
|
192
|
-
================================================================================================== =========== ================================================
|
193
|
-
`34500f3a2f <https://github.com/apache/airflow/commit/34500f3a2fa4652272bc831e3c18fd2a6a2da5ef>`__ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)``
|
194
|
-
`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`__ 2024-05-11 ``Reapply templates for all providers (#39554)``
|
195
|
-
`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`__ 2024-05-10 ``Faster 'airflow_version' imports (#39552)``
|
196
|
-
`73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`__ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)``
|
197
|
-
================================================================================================== =========== ================================================
|
198
|
-
|
199
|
-
4.11.0
|
200
|
-
......
|
201
|
-
|
202
|
-
Latest change: 2024-05-01
|
203
|
-
|
204
|
-
================================================================================================== =========== ========================================================================================
|
205
|
-
Commit Committed Subject
|
206
|
-
================================================================================================== =========== ========================================================================================
|
207
|
-
`fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`__ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)``
|
208
|
-
`ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`__ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
|
209
|
-
`9619536e6f <https://github.com/apache/airflow/commit/9619536e6f1f5737d56d2ef761c2e4467f17cd4e>`__ 2024-04-24 ``Allow trust env parameter to be defined in extra options of HTTP Connection (#39161)``
|
210
|
-
================================================================================================== =========== ========================================================================================
|
211
|
-
|
212
|
-
4.10.1
|
213
|
-
......
|
214
|
-
|
215
|
-
Latest change: 2024-04-10
|
216
|
-
|
217
|
-
================================================================================================== =========== =====================================================================================
|
218
|
-
Commit Committed Subject
|
219
|
-
================================================================================================== =========== =====================================================================================
|
220
|
-
`5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`__ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
|
221
|
-
`6d4746f899 <https://github.com/apache/airflow/commit/6d4746f8998617653ae839f187a7e74ed8c83471>`__ 2024-03-31 ``Consolidate HttpOperator http request between sync and async mode (#37293)``
|
222
|
-
`eead6c2479 <https://github.com/apache/airflow/commit/eead6c2479b5f1f08d7bfede83a7900e3913dfae>`__ 2024-03-22 ``fix(http): add return statement to yield within a while loop in triggers (#38392)``
|
223
|
-
`b5b972a106 <https://github.com/apache/airflow/commit/b5b972a1068e19b09d48ec4d7663dd1d996d594f>`__ 2024-03-18 ``Update yanked versions in providers changelogs (#38262)``
|
224
|
-
================================================================================================== =========== =====================================================================================
|
225
|
-
|
226
|
-
4.10.0
|
227
|
-
......
|
228
|
-
|
229
|
-
Latest change: 2024-03-04
|
230
|
-
|
231
|
-
================================================================================================== =========== =======================================================================================
|
232
|
-
Commit Committed Subject
|
233
|
-
================================================================================================== =========== =======================================================================================
|
234
|
-
`83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`__ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
|
235
|
-
`119f1e8414 <https://github.com/apache/airflow/commit/119f1e8414a3d62dd97735574ffa2da2b21b7509>`__ 2024-03-01 ``Fix broken formatting in HTTP Connection documentation (#37803)``
|
236
|
-
`9c980f7a5c <https://github.com/apache/airflow/commit/9c980f7a5c549334dc88f44a6637e87e7892791d>`__ 2024-02-27 ``Return back removed public HttpHook's method (#37738)``
|
237
|
-
`9207f9ba0f <https://github.com/apache/airflow/commit/9207f9ba0f2e0b25d4319a66df1ca5d70bb8b6b5>`__ 2024-02-26 ``Change the URL building in HttpHookAsync to match the behavior of HttpHook (#37696)``
|
238
|
-
`5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`__ 2024-02-16 ``Add comment about versions updated by release manager (#37488)``
|
239
|
-
================================================================================================== =========== =======================================================================================
|
240
|
-
|
241
|
-
4.9.1
|
242
|
-
.....
|
243
|
-
|
244
|
-
Latest change: 2024-02-12
|
245
|
-
|
246
|
-
================================================================================================== =========== ==================================================================================
|
247
|
-
Commit Committed Subject
|
248
|
-
================================================================================================== =========== ==================================================================================
|
249
|
-
`bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`__ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)``
|
250
|
-
`78294c24e2 <https://github.com/apache/airflow/commit/78294c24e2a522815459b5ba9f67b9d2f8143990>`__ 2024-02-11 ``Get rid of pytest-httpx as dependency (#37334)``
|
251
|
-
`bb414f0122 <https://github.com/apache/airflow/commit/bb414f012246aa9874e7c5e84388a1487bbd5bd3>`__ 2024-02-10 ``Added D401 support to http, smtp and sftp provider (#37303)``
|
252
|
-
`90e2b12d6b <https://github.com/apache/airflow/commit/90e2b12d6b99d2f7db43e45f5e8b97d3b8a43b36>`__ 2024-02-08 ``Upgrade mypy to 1.8.0 (#36428)``
|
253
|
-
`0c4210af62 <https://github.com/apache/airflow/commit/0c4210af62d2e514f37c5c973163c0748716ccff>`__ 2024-01-31 ``Bump aiohttp min version to avoid CVE-2024-23829 and CVE-2024-23334 (#37110)``
|
254
|
-
`dec2662190 <https://github.com/apache/airflow/commit/dec2662190dd4480d0c631da733e19d2ec9a479d>`__ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)``
|
255
|
-
================================================================================================== =========== ==================================================================================
|
256
|
-
|
257
|
-
4.9.0
|
258
|
-
.....
|
259
|
-
|
260
|
-
Latest change: 2024-01-26
|
261
|
-
|
262
|
-
================================================================================================== =========== ===========================================================================================================================
|
263
|
-
Commit Committed Subject
|
264
|
-
================================================================================================== =========== ===========================================================================================================================
|
265
|
-
`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)``
|
266
|
-
`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)``
|
267
|
-
`9596bbdafa <https://github.com/apache/airflow/commit/9596bbdafa0cbe7e3c7d7181c98fa241041db3af>`__ 2024-01-23 ``Add deferrable implementation in HTTPSensor (#36904)``
|
268
|
-
`2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`__ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
|
269
|
-
`6ff96af480 <https://github.com/apache/airflow/commit/6ff96af4806a4107d48ee2e966c61778045ad584>`__ 2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)``
|
270
|
-
`c2d02b450a <https://github.com/apache/airflow/commit/c2d02b450a1836ba777dc5557ac1773161cbc5ea>`__ 2024-01-13 ``Allow default requests parameters like proxy to be defined in extra options field of a Airflow HTTP Connection (#36733)``
|
271
|
-
`6bd450da1e <https://github.com/apache/airflow/commit/6bd450da1eb6cacc2ccfd4544d520ae059b75c3b>`__ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
|
272
|
-
`19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`__ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)``
|
273
|
-
`6937ae7647 <https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`__ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
|
274
|
-
`9b5d6bfe27 <https://github.com/apache/airflow/commit/9b5d6bfe273cf6af0972e28ff97f99ea325cd991>`__ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)``
|
275
|
-
`b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`__ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
|
276
|
-
================================================================================================== =========== ===========================================================================================================================
|
277
|
-
|
278
|
-
4.8.0
|
279
|
-
.....
|
280
|
-
|
281
|
-
Latest change: 2023-12-08
|
282
|
-
|
283
|
-
================================================================================================== =========== =======================================================================
|
284
|
-
Commit Committed Subject
|
285
|
-
================================================================================================== =========== =======================================================================
|
286
|
-
`999b70178a <https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`__ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
|
287
|
-
`d0918d77ee <https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`__ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
|
288
|
-
`0b23d5601c <https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`__ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
|
289
|
-
`5588a956c0 <https://github.com/apache/airflow/commit/5588a956c02130b73a23ae85afdc433d737f5efd>`__ 2023-11-22 ``Fix HttpOperator pagination with 'str' data (#35782)``
|
290
|
-
`99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`__ 2023-11-19 ``Use reproducible builds for provider packages (#35693)``
|
291
|
-
`99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`__ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)``
|
292
|
-
================================================================================================== =========== =======================================================================
|
293
|
-
|
294
|
-
4.7.0
|
295
|
-
.....
|
296
|
-
|
297
|
-
Latest change: 2023-11-12
|
298
|
-
|
299
|
-
================================================================================================== =========== ======================================================================
|
300
|
-
Commit Committed Subject
|
301
|
-
================================================================================================== =========== ======================================================================
|
302
|
-
`de5b3a60b5 <https://github.com/apache/airflow/commit/de5b3a60b554643e0443cf2a52bbd1669171ed07>`__ 2023-11-12 ``Prepare docs 1st wave of Providers November 2023 (RC2) (#35589)``
|
303
|
-
`1f76986b7b <https://github.com/apache/airflow/commit/1f76986b7ba19737aba77d63bbec1ce29aff55fc>`__ 2023-11-11 ``Fix: Paginate on lastest Response (#35560)``
|
304
|
-
`1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`__ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)``
|
305
|
-
`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`__ 2023-11-04 ``Remove empty lines in generated changelog (#35436)``
|
306
|
-
`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`__ 2023-11-04 ``Change security.rst to use includes in providers (#35435)``
|
307
|
-
`fd78908097 <https://github.com/apache/airflow/commit/fd789080971a49496da0a79f3c8489cc0c1424f0>`__ 2023-11-03 ``json data for async PUTs fixed (#35405)``
|
308
|
-
`70b3bd3fb9 <https://github.com/apache/airflow/commit/70b3bd3fb960e8b052f31b4acb59961357548e3a>`__ 2023-11-03 ``Add pagination to 'HttpOperator' and make it more modular (#34669)``
|
309
|
-
`d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`__ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
|
310
|
-
`3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`__ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
|
311
|
-
`dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`__ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
|
312
|
-
`b75f9e8806 <https://github.com/apache/airflow/commit/b75f9e880614fa0427e7d24a1817955f5de658b3>`__ 2023-10-18 ``Upgrade pre-commits (#35033)``
|
313
|
-
================================================================================================== =========== ======================================================================
|
314
|
-
|
315
|
-
4.6.0
|
316
|
-
.....
|
317
|
-
|
318
|
-
Latest change: 2023-10-13
|
319
|
-
|
320
|
-
================================================================================================== =========== =====================================================================================
|
321
|
-
Commit Committed Subject
|
322
|
-
================================================================================================== =========== =====================================================================================
|
323
|
-
`e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`__ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
|
324
|
-
`0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`__ 2023-10-05 ``Bump min airflow version of providers (#34728)``
|
325
|
-
`7ebf4220c9 <https://github.com/apache/airflow/commit/7ebf4220c9abd001f1fa23c95f882efddd5afbac>`__ 2023-09-28 ``Refactor usage of str() in providers (#34320)``
|
326
|
-
`c55fd77f76 <https://github.com/apache/airflow/commit/c55fd77f76aafc76463e3dd2a6ecaa29e56bd967>`__ 2023-09-18 ``fix(providers/http): respect soft_fail argument when exception is raised (#34391)``
|
327
|
-
================================================================================================== =========== =====================================================================================
|
328
|
-
|
329
|
-
4.5.2
|
330
|
-
.....
|
331
|
-
|
332
|
-
Latest change: 2023-09-08
|
333
|
-
|
334
|
-
================================================================================================== =========== ===================================================================================================
|
335
|
-
Commit Committed Subject
|
336
|
-
================================================================================================== =========== ===================================================================================================
|
337
|
-
`21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`__ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)``
|
338
|
-
`9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`__ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)``
|
339
|
-
`b1f2a1693c <https://github.com/apache/airflow/commit/b1f2a1693ce17a68681322edfe75306b71fcf9a5>`__ 2023-08-26 ``Convert hard-coded allowlist error code to be argument of HttpSensor (#33717)``
|
340
|
-
================================================================================================== =========== ===================================================================================================
|
341
|
-
|
342
|
-
4.5.1
|
343
|
-
.....
|
344
|
-
|
345
|
-
Latest change: 2023-08-26
|
346
|
-
|
347
|
-
================================================================================================== =========== ===============================================================
|
348
|
-
Commit Committed Subject
|
349
|
-
================================================================================================== =========== ===============================================================
|
350
|
-
`c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`__ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)``
|
351
|
-
`a91ee7ac2f <https://github.com/apache/airflow/commit/a91ee7ac2fe29f460a4e4b0d8c1346f40672be43>`__ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)``
|
352
|
-
`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`__ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)``
|
353
|
-
================================================================================================== =========== ===============================================================
|
354
|
-
|
355
|
-
4.5.0
|
356
|
-
.....
|
357
|
-
|
358
|
-
Latest change: 2023-07-12
|
359
|
-
|
360
|
-
================================================================================================== =========== =================================================================
|
361
|
-
Commit Committed Subject
|
362
|
-
================================================================================================== =========== =================================================================
|
363
|
-
`e7f59a913e <https://github.com/apache/airflow/commit/e7f59a913e1fcf9052e69f62af9fe23901f1a358>`__ 2023-07-12 ``Prepare docs for July 2023 2nd wave of Providers (#32566)``
|
364
|
-
`17e9434dee <https://github.com/apache/airflow/commit/17e9434dee7de5848058a64f30b832fc8f3c0400>`__ 2023-07-09 ``Add deferrable mode to SimpleHttpOperator (#32448)``
|
365
|
-
`358e6e8fa1 <https://github.com/apache/airflow/commit/358e6e8fa18166084fc17b23e75c6c29a37f245f>`__ 2023-07-06 ``Fix headers passed into HttpAsyncHook (#32409)``
|
366
|
-
`225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`__ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
|
367
|
-
`3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`__ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)``
|
368
|
-
`cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`__ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)``
|
369
|
-
`1240dcc167 <https://github.com/apache/airflow/commit/1240dcc167c4b47331db81deff61fc688df118c2>`__ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)``
|
370
|
-
`09d4718d3a <https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`__ 2023-06-27 ``Improve provider documentation and README structure (#32125)``
|
371
|
-
================================================================================================== =========== =================================================================
|
372
|
-
|
373
|
-
4.4.2
|
374
|
-
.....
|
375
|
-
|
376
|
-
Latest change: 2023-06-20
|
377
|
-
|
378
|
-
================================================================================================== =========== =============================================================
|
379
|
-
Commit Committed Subject
|
380
|
-
================================================================================================== =========== =============================================================
|
381
|
-
`79bcc2e668 <https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`__ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
|
382
|
-
`8b146152d6 <https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`__ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)``
|
383
|
-
`9276310a43 <https://github.com/apache/airflow/commit/9276310a43d17a9e9e38c2cb83686a15656896b2>`__ 2023-06-05 ``Improve docstrings in providers (#31681)``
|
384
|
-
`a59076eaee <https://github.com/apache/airflow/commit/a59076eaeed03dd46e749ad58160193b4ef3660c>`__ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)``
|
385
|
-
================================================================================================== =========== =============================================================
|
386
|
-
|
387
|
-
4.4.1
|
388
|
-
.....
|
389
|
-
|
390
|
-
Latest change: 2023-05-24
|
391
|
-
|
392
|
-
================================================================================================== =========== ======================================================================
|
393
|
-
Commit Committed Subject
|
394
|
-
================================================================================================== =========== ======================================================================
|
395
|
-
`d745cee3db <https://github.com/apache/airflow/commit/d745cee3dbde6b437a817aa64e385a1a948389d5>`__ 2023-05-24 ``Prepare adhoc wave of Providers (#31478)``
|
396
|
-
`547e352578 <https://github.com/apache/airflow/commit/547e352578fac92f072b269dc257d21cdc279d97>`__ 2023-05-23 ``Bring back min-airflow-version for preinstalled providers (#31469)``
|
397
|
-
================================================================================================== =========== ======================================================================
|
398
|
-
|
399
|
-
4.4.0
|
400
|
-
.....
|
401
|
-
|
402
|
-
Latest change: 2023-05-19
|
403
|
-
|
404
|
-
================================================================================================== =========== ======================================================================================
|
405
|
-
Commit Committed Subject
|
406
|
-
================================================================================================== =========== ======================================================================================
|
407
|
-
`45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`__ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)``
|
408
|
-
`abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`__ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)``
|
409
|
-
`f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`__ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)``
|
410
|
-
`d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`__ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)``
|
411
|
-
`eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`__ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)``
|
412
|
-
`c585ad51c5 <https://github.com/apache/airflow/commit/c585ad51c522c6e9f3bbbf7ae6e0132e25a3a378>`__ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)``
|
413
|
-
`d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`__ 2023-04-04 ``Add mechanism to suspend providers (#30422)``
|
414
|
-
================================================================================================== =========== ======================================================================================
|
415
|
-
|
416
|
-
4.3.0
|
417
|
-
.....
|
418
|
-
|
419
|
-
Latest change: 2023-04-02
|
420
|
-
|
421
|
-
================================================================================================== =========== ======================================================================
|
422
|
-
Commit Committed Subject
|
423
|
-
================================================================================================== =========== ======================================================================
|
424
|
-
`55dbf1ff1f <https://github.com/apache/airflow/commit/55dbf1ff1fb0b22714f695a66f6108b3249d1199>`__ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)``
|
425
|
-
`c44c7e1b48 <https://github.com/apache/airflow/commit/c44c7e1b481b7c1a0d475265835a23b0f507506c>`__ 2023-03-20 ``Add non login-password auth support for SimpleHttpOpeator (#29206)``
|
426
|
-
================================================================================================== =========== ======================================================================
|
427
|
-
|
428
|
-
4.2.0
|
429
|
-
.....
|
430
|
-
|
431
|
-
Latest change: 2023-02-18
|
432
|
-
|
433
|
-
================================================================================================== =========== ================================================================
|
434
|
-
Commit Committed Subject
|
435
|
-
================================================================================================== =========== ================================================================
|
436
|
-
`470fdaea27 <https://github.com/apache/airflow/commit/470fdaea275660970777c0f72b8867b382eabc14>`__ 2023-02-18 ``Prepare docs for 02 2023 midmonth wave of Providers (#29589)``
|
437
|
-
`47edfe9a22 <https://github.com/apache/airflow/commit/47edfe9a22d1c521e49de3bed87bc332a48c0a80>`__ 2023-02-14 ``Add HttpHookAsync for deferrable implementation (#29038)``
|
438
|
-
`70a174c47f <https://github.com/apache/airflow/commit/70a174c47f14f43445d59b8249ee4f0dab4ea995>`__ 2023-02-03 ``Fixup some punctuation and grammar (#29342)``
|
439
|
-
================================================================================================== =========== ================================================================
|
440
|
-
|
441
|
-
4.1.1
|
442
|
-
.....
|
443
|
-
|
444
|
-
Latest change: 2023-01-14
|
445
|
-
|
446
|
-
================================================================================================== =========== =====================================================================
|
447
|
-
Commit Committed Subject
|
448
|
-
================================================================================================== =========== =====================================================================
|
449
|
-
`911b708ffd <https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`__ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
|
450
|
-
`a9d5471c66 <https://github.com/apache/airflow/commit/a9d5471c66c788d8469ca65556e5820f1e96afc1>`__ 2023-01-13 ``Change logging for HttpHook to debug (#28911)``
|
451
|
-
`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`__ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)``
|
452
|
-
================================================================================================== =========== =====================================================================
|
453
|
-
|
454
|
-
4.1.0
|
455
|
-
.....
|
456
|
-
|
457
|
-
Latest change: 2022-11-15
|
458
|
-
|
459
|
-
================================================================================================== =========== ====================================================================================
|
460
|
-
Commit Committed Subject
|
461
|
-
================================================================================================== =========== ====================================================================================
|
462
|
-
`12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`__ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
|
463
|
-
`2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`__ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
|
464
|
-
`f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`__ 2022-09-28 ``Update docs for September Provider's release (#26731)``
|
465
|
-
`06acf40a43 <https://github.com/apache/airflow/commit/06acf40a4337759797f666d5bb27a5a393b74fed>`__ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
|
466
|
-
================================================================================================== =========== ====================================================================================
|
467
|
-
|
468
|
-
4.0.0
|
469
|
-
.....
|
470
|
-
|
471
|
-
Latest change: 2022-07-13
|
472
|
-
|
473
|
-
================================================================================================== =========== ==================================================================
|
474
|
-
Commit Committed Subject
|
475
|
-
================================================================================================== =========== ==================================================================
|
476
|
-
`d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`__ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)``
|
477
|
-
`8c4120c195 <https://github.com/apache/airflow/commit/8c4120c195a8b9ed9905ca5b31bbbd76620dbd20>`__ 2022-07-12 ``Add TCP_KEEPALIVE option to http provider (#24967)``
|
478
|
-
`e2fd41f7b1 <https://github.com/apache/airflow/commit/e2fd41f7b14adef2c3a88dde14d088b5ef93b460>`__ 2022-07-04 ``Remove 'xcom_push' flag from providers (#24823)``
|
479
|
-
`0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`__ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
|
480
|
-
`ccd28cbf44 <https://github.com/apache/airflow/commit/ccd28cbf443b411731efce22e7a5e275f172691f>`__ 2022-06-28 ``fix document about response_check in HttpSensor (#24708)``
|
481
|
-
`510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`__ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
|
482
|
-
`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`__ 2022-06-13 ``Fix links to sources for examples (#24386)``
|
483
|
-
`5ad42d7fbf <https://github.com/apache/airflow/commit/5ad42d7fbfbd02c602af34dfb2f181fc1f575bdc>`__ 2022-06-13 ``Fix HttpHook.run_with_advanced_retry document error (#24380)``
|
484
|
-
================================================================================================== =========== ==================================================================
|
485
|
-
|
486
|
-
3.0.0
|
487
|
-
.....
|
488
|
-
|
489
|
-
Latest change: 2022-06-09
|
490
|
-
|
491
|
-
================================================================================================== =========== ==================================================================================
|
492
|
-
Commit Committed Subject
|
493
|
-
================================================================================================== =========== ==================================================================================
|
494
|
-
`dcdcf3a2b8 <https://github.com/apache/airflow/commit/dcdcf3a2b8054fa727efb4cd79d38d2c9c7e1bd5>`__ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
|
495
|
-
`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`__ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
|
496
|
-
`aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`__ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
|
497
|
-
`027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`__ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)``
|
498
|
-
`9398586a7c <https://github.com/apache/airflow/commit/9398586a7cf66d9cf078c40ab0d939b3fcc58c2d>`__ 2022-06-01 ``Migrate HTTP example DAGs to new design AIP-47 (#23991)``
|
499
|
-
================================================================================================== =========== ==================================================================================
|
500
|
-
|
501
|
-
2.1.2
|
502
|
-
.....
|
503
|
-
|
504
|
-
Latest change: 2022-03-22
|
505
|
-
|
506
|
-
================================================================================================== =========== ==============================================================
|
507
|
-
Commit Committed Subject
|
508
|
-
================================================================================================== =========== ==============================================================
|
509
|
-
`d7dbfb7e26 <https://github.com/apache/airflow/commit/d7dbfb7e26a50130d3550e781dc71a5fbcaeb3d2>`__ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
|
510
|
-
================================================================================================== =========== ==============================================================
|
511
|
-
|
512
|
-
2.1.1
|
513
|
-
.....
|
514
|
-
|
515
|
-
Latest change: 2022-03-14
|
516
|
-
|
517
|
-
================================================================================================== =========== ====================================================================
|
518
|
-
Commit Committed Subject
|
519
|
-
================================================================================================== =========== ====================================================================
|
520
|
-
`16adc035b1 <https://github.com/apache/airflow/commit/16adc035b1ecdf533f44fbb3e32bea972127bb71>`__ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)``
|
521
|
-
================================================================================================== =========== ====================================================================
|
522
|
-
|
523
|
-
2.1.0
|
524
|
-
.....
|
525
|
-
|
526
|
-
Latest change: 2022-03-07
|
527
|
-
|
528
|
-
================================================================================================== =========== ===========================================================
|
529
|
-
Commit Committed Subject
|
530
|
-
================================================================================================== =========== ===========================================================
|
531
|
-
`f5b96315fe <https://github.com/apache/airflow/commit/f5b96315fe65b99c0e2542831ff73a3406c4232d>`__ 2022-03-07 ``Add documentation for Feb Providers release (#22056)``
|
532
|
-
`13b2c400b9 <https://github.com/apache/airflow/commit/13b2c400b9edccbf53f93c8403a97acc2b68084a>`__ 2022-02-28 ``Add 'method' to attributes in HttpSensor. (#21831)``
|
533
|
-
`0a3ff43d41 <https://github.com/apache/airflow/commit/0a3ff43d41d33d05fb3996e61785919effa9a2fa>`__ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)``
|
534
|
-
================================================================================================== =========== ===========================================================
|
535
|
-
|
536
|
-
2.0.3
|
537
|
-
.....
|
538
|
-
|
539
|
-
Latest change: 2022-02-08
|
540
|
-
|
541
|
-
================================================================================================== =========== ==========================================================================
|
542
|
-
Commit Committed Subject
|
543
|
-
================================================================================================== =========== ==========================================================================
|
544
|
-
`d94fa37830 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`__ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
|
545
|
-
`6c3a67d4fc <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`__ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)``
|
546
|
-
`4dcc35e020 <https://github.com/apache/airflow/commit/4dcc35e0203759e217b39f4cb8b68e5cbb701d70>`__ 2022-02-01 ``Split out confusing path combination logic to separate method (#21247)``
|
547
|
-
`602abe8394 <https://github.com/apache/airflow/commit/602abe8394fafe7de54df7e73af56de848cdf617>`__ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
|
548
|
-
================================================================================================== =========== ==========================================================================
|
549
|
-
|
550
|
-
2.0.2
|
551
|
-
.....
|
552
|
-
|
553
|
-
Latest change: 2021-12-31
|
554
|
-
|
555
|
-
================================================================================================== =========== ======================================================================================
|
556
|
-
Commit Committed Subject
|
557
|
-
================================================================================================== =========== ======================================================================================
|
558
|
-
`f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`__ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)``
|
559
|
-
`97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`__ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)``
|
560
|
-
`83f8e178ba <https://github.com/apache/airflow/commit/83f8e178ba7a3d4ca012c831a5bfc2cade9e812d>`__ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)``
|
561
|
-
`d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`__ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
|
562
|
-
`a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`__ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)``
|
563
|
-
`9876e19273 <https://github.com/apache/airflow/commit/9876e19273cd56dc53d3a4e287db43acbfa65c4b>`__ 2021-12-21 ``Un-ignore DeprecationWarning (#20322)``
|
564
|
-
`12fdf9b4f9 <https://github.com/apache/airflow/commit/12fdf9b4f9aa5f1df28ce58742c62a975b6b2aab>`__ 2021-12-13 ``Fix MyPy Errors for HTTP provider. (#20246)``
|
565
|
-
`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`__ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)``
|
566
|
-
`853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`__ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)``
|
567
|
-
`d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`__ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)``
|
568
|
-
`840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`__ 2021-09-30 ``Update documentation for September providers release (#18613)``
|
569
|
-
`ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`__ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)``
|
570
|
-
`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`__ 2021-09-12 ``Add official download page for providers (#18187)``
|
571
|
-
`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`__ 2021-09-09 ``fix misspelling (#18121)``
|
572
|
-
================================================================================================== =========== ======================================================================================
|
573
|
-
|
574
|
-
2.0.1
|
575
|
-
.....
|
576
|
-
|
577
|
-
Latest change: 2021-08-30
|
578
|
-
|
579
|
-
================================================================================================== =========== =============================================================================
|
580
|
-
Commit Committed Subject
|
581
|
-
================================================================================================== =========== =============================================================================
|
582
|
-
`0a68588479 <https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`__ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)``
|
583
|
-
`0264fea8c2 <https://github.com/apache/airflow/commit/0264fea8c2024d7d3d64aa0ffa28a0cfa48839cd>`__ 2021-08-24 ``Remove airflow dependency from http provider``
|
584
|
-
`be75dcd39c <https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`__ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data``
|
585
|
-
`a0ce41cc80 <https://github.com/apache/airflow/commit/a0ce41cc80a8c187800417b8484a305dd910dde0>`__ 2021-08-23 ``Add warning about https configuration in SimpleHttpOperator (#17783)``
|
586
|
-
`76ed2a49c6 <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`__ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)``
|
587
|
-
`87f408b1e7 <https://github.com/apache/airflow/commit/87f408b1e78968580c760acb275ae5bb042161db>`__ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)``
|
588
|
-
`0dbd0f420c <https://github.com/apache/airflow/commit/0dbd0f420cc08e011317e2a9f21f92fff4a64c1b>`__ 2021-07-26 ``Remove/refactor default_args pattern for miscellaneous providers (#16872)``
|
589
|
-
`b916b75079 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`__ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)``
|
590
|
-
`866a601b76 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`__ 2021-06-28 ``Removes pylint from our toolchain (#16682)``
|
591
|
-
================================================================================================== =========== =============================================================================
|
592
|
-
|
593
|
-
2.0.0
|
594
|
-
.....
|
595
|
-
|
596
|
-
Latest change: 2021-06-22
|
597
|
-
|
598
|
-
================================================================================================== =========== ====================================================================
|
599
|
-
Commit Committed Subject
|
600
|
-
================================================================================================== =========== ====================================================================
|
601
|
-
`61fdf8442e <https://github.com/apache/airflow/commit/61fdf8442e617df6663fc9ea015f8f97e59712b9>`__ 2021-06-22 ``Add test connection method to http hook (#16568)``
|
602
|
-
`bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`__ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)``
|
603
|
-
`cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`__ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)``
|
604
|
-
`1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`__ 2021-06-15 ``More documentation update for June providers release (#16405)``
|
605
|
-
`9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`__ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)``
|
606
|
-
`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`__ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)``
|
607
|
-
`904709d34f <https://github.com/apache/airflow/commit/904709d34fbe0b6062d72932b72954afe13ec148>`__ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)``
|
608
|
-
`f122e2826d <https://github.com/apache/airflow/commit/f122e2826d6415340c6f8f96cc53044a2395c1e7>`__ 2021-05-10 ``Update 'SimpleHttpOperator' to take auth object (#15605)``
|
609
|
-
`37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`__ 2021-05-07 ``Auto-apply apply_default decorator (#15667)``
|
610
|
-
`ca432eebdf <https://github.com/apache/airflow/commit/ca432eebdfa625ea45219ed0d73aef30d2854325>`__ 2021-05-04 ``HttpHook: Use request factory and respect defaults (#14701)``
|
611
|
-
`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`__ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)``
|
612
|
-
`d7bc217957 <https://github.com/apache/airflow/commit/d7bc217957b65471ca5f2e259bba15c71a2b0c41>`__ 2021-04-16 ``Add documentation for the HTTP connection (#15379)``
|
613
|
-
`68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`__ 2021-03-20 ``Remove Backport Providers (#14886)``
|
614
|
-
================================================================================================== =========== ====================================================================
|
615
|
-
|
616
|
-
1.1.1
|
617
|
-
.....
|
618
|
-
|
619
|
-
Latest change: 2021-02-27
|
620
|
-
|
621
|
-
================================================================================================== =========== =======================================================================
|
622
|
-
Commit Committed Subject
|
623
|
-
================================================================================================== =========== =======================================================================
|
624
|
-
`589d6dec92 <https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d>`__ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)``
|
625
|
-
`10343ec29f <https://github.com/apache/airflow/commit/10343ec29f8f0abc5b932ba26faf49bc63c6bcda>`__ 2021-02-05 ``Corrections in docs and tools after releasing provider RCs (#14082)``
|
626
|
-
================================================================================================== =========== =======================================================================
|
627
|
-
|
628
|
-
1.1.0
|
629
|
-
.....
|
630
|
-
|
631
|
-
Latest change: 2021-02-04
|
632
|
-
|
633
|
-
================================================================================================== =========== ======================================================================================================
|
634
|
-
Commit Committed Subject
|
635
|
-
================================================================================================== =========== ======================================================================================================
|
636
|
-
`88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`__ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)``
|
637
|
-
`ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`__ 2021-02-01 ``Implement provider versioning tools (#13767)``
|
638
|
-
`3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`__ 2021-01-21 ``Add missing logos for integrations (#13717)``
|
639
|
-
`1602ec97c8 <https://github.com/apache/airflow/commit/1602ec97c8d5bc7a7a8b42e850ac6c7a7030e47d>`__ 2021-01-20 ``Add a new argument for HttpSensor to accept a list of http status code to Continue Poking (#13499)``
|
640
|
-
`295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`__ 2020-12-30 ``Fix Grammar in PIP warning (#13380)``
|
641
|
-
`6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`__ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)``
|
642
|
-
`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`__ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)``
|
643
|
-
================================================================================================== =========== ======================================================================================================
|
644
|
-
|
645
|
-
1.0.0
|
646
|
-
.....
|
647
|
-
|
648
|
-
Latest change: 2020-12-09
|
649
|
-
|
650
|
-
================================================================================================== =========== ======================================================================================================================================================================
|
651
|
-
Commit Committed Subject
|
652
|
-
================================================================================================== =========== ======================================================================================================================================================================
|
653
|
-
`32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`__ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)``
|
654
|
-
`b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`__ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)``
|
655
|
-
`9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`__ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)``
|
656
|
-
`c1cd50465c <https://github.com/apache/airflow/commit/c1cd50465c5473bc817fded5eeb4c425a0529ae5>`__ 2020-12-05 ``Add 'headers' to template_fields in HttpSensor (#12809)``
|
657
|
-
`bd90136aaf <https://github.com/apache/airflow/commit/bd90136aaf5035e3234fe545b79a3e4aad21efe2>`__ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)``
|
658
|
-
`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`__ 2020-11-22 ``Add example DAGs to provider docs (#12528)``
|
659
|
-
`370e7d07d1 <https://github.com/apache/airflow/commit/370e7d07d1ed1a53b73fe878425fdcd4c71a7ed1>`__ 2020-11-21 ``Fix Python Docstring parameters (#12513)``
|
660
|
-
`c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`__ 2020-11-20 ``Separate out documentation building per provider (#12444)``
|
661
|
-
`0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`__ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)``
|
662
|
-
`7ca0b6f121 <https://github.com/apache/airflow/commit/7ca0b6f121c9cec6e25de130f86a56d7c7fbe38c>`__ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)``
|
663
|
-
`ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`__ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
|
664
|
-
`6889a333cf <https://github.com/apache/airflow/commit/6889a333cff001727eb0a66e375544a28c9a5f03>`__ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)``
|
665
|
-
`7825e8f590 <https://github.com/apache/airflow/commit/7825e8f59034645ab3247229be83a3aa90baece1>`__ 2020-11-13 ``Docs installation improvements (#12304)``
|
666
|
-
`85a18e13d9 <https://github.com/apache/airflow/commit/85a18e13d9dec84275283ff69e34704b60d54a75>`__ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)``
|
667
|
-
`badd890675 <https://github.com/apache/airflow/commit/badd890675d3cb3dfc088bff6a1d73dfdc275f31>`__ 2020-11-09 ``Extend the same keyword args callable support in PythonOperator to some other sensors/operators (#11922)``
|
668
|
-
`59eb5de78c <https://github.com/apache/airflow/commit/59eb5de78c70ee9c7ae6e4cba5c7a2babb8103ca>`__ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)``
|
669
|
-
`b2a28d1590 <https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32>`__ 2020-11-09 ``Moves provider packages scripts to dev (#12082)``
|
670
|
-
`41bf172c1d <https://github.com/apache/airflow/commit/41bf172c1dc75099f4f9d8b3f3350b4b1f523ef9>`__ 2020-11-04 ``Simplify string expressions (#12093)``
|
671
|
-
`4e8f9cc8d0 <https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68>`__ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)``
|
672
|
-
`5a439e84eb <https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0>`__ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)``
|
673
|
-
`872b1566a1 <https://github.com/apache/airflow/commit/872b1566a11cb73297e657ff325161721b296574>`__ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)``
|
674
|
-
`3cddc11821 <https://github.com/apache/airflow/commit/3cddc11821ff8f9ed0811384c0643f756a2b3dfa>`__ 2020-10-16 ``Updated template_fields_rendereds for PostgresOperator and SimpleHttpOperator (#11555)``
|
675
|
-
`16e7129719 <https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746>`__ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)``
|
676
|
-
`0a0e1af800 <https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa>`__ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)``
|
677
|
-
`ca4238eb4d <https://github.com/apache/airflow/commit/ca4238eb4d9a2aef70eb641343f59ee706d27d13>`__ 2020-10-02 ``Fixed month in backport packages to October (#11242)``
|
678
|
-
`5220e4c384 <https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5>`__ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)``
|
679
|
-
`9549274d11 <https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9>`__ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)``
|
680
|
-
`fdd9b6f65b <https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3>`__ 2020-08-25 ``Enable Black on Providers Packages (#10543)``
|
681
|
-
`3696c34c28 <https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34>`__ 2020-08-24 ``Fix typo in the word "release" (#10528)``
|
682
|
-
`dc3a4938ca <https://github.com/apache/airflow/commit/dc3a4938caa508f4a79985f5f6fa506adf4c29d4>`__ 2020-08-22 ``Fix duplicate task_ids in example_http.py (#10485)``
|
683
|
-
`ee7ca128a1 <https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94>`__ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)``
|
684
|
-
`cdec301254 <https://github.com/apache/airflow/commit/cdec3012542b45d23a05f62d69110944ba542e2a>`__ 2020-08-07 ``Add correct signature to all operators and sensors (#10205)``
|
685
|
-
`24c8e4c2d6 <https://github.com/apache/airflow/commit/24c8e4c2d6e359ecc2c7d6275dccc68de4a82832>`__ 2020-08-06 ``Changes to all the constructors to remove the args argument (#10163)``
|
686
|
-
`aeea71274d <https://github.com/apache/airflow/commit/aeea71274d4527ff2351102e94aa38bda6099e7f>`__ 2020-08-02 ``Remove 'args' parameter from provider operator constructors (#10097)``
|
687
|
-
`7d24b088cd <https://github.com/apache/airflow/commit/7d24b088cd736cfa18f9214e4c9d6ce2d5865f3d>`__ 2020-07-25 ``Stop using start_date in default_args in example_dags (2) (#9985)``
|
688
|
-
`33f0cd2657 <https://github.com/apache/airflow/commit/33f0cd2657b2e77ea3477e0c93f13f1474be628e>`__ 2020-07-22 ``apply_default keeps the function signature for mypy (#9784)``
|
689
|
-
`ac93419d1d <https://github.com/apache/airflow/commit/ac93419d1d15fb7779f5dc9cf30b2bca65d13b9e>`__ 2020-07-22 ``Add response_filter parameter to SimpleHttpOperator (#9885)``
|
690
|
-
`4d74ac2111 <https://github.com/apache/airflow/commit/4d74ac2111862186598daf92cbf2c525617061c2>`__ 2020-07-19 ``Increase typing for Apache and http provider package (#9729)``
|
691
|
-
`d0e7db4024 <https://github.com/apache/airflow/commit/d0e7db4024806af35e3c9a2cae460fdeedd4d2ec>`__ 2020-06-19 ``Fixed release number for fresh release (#9408)``
|
692
|
-
`12af6a0800 <https://github.com/apache/airflow/commit/12af6a08009b8776e00d8a0aab92363eb8c4e8b1>`__ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)``
|
693
|
-
`c7e5bce57f <https://github.com/apache/airflow/commit/c7e5bce57fe7f51cefce4f8a41ce408ac5675d13>`__ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)``
|
694
|
-
`40bf8f28f9 <https://github.com/apache/airflow/commit/40bf8f28f97f17f40d993d207ea740eba54593ee>`__ 2020-06-18 ``Detect automatically the lack of reference to the guide in the operator descriptions (#9290)``
|
695
|
-
`f6bd817a3a <https://github.com/apache/airflow/commit/f6bd817a3aac0a16430fc2e3d59c1f17a69a15ac>`__ 2020-06-16 ``Introduce 'transfers' packages (#9320)``
|
696
|
-
`0b0e4f7a4c <https://github.com/apache/airflow/commit/0b0e4f7a4cceff3efe15161fb40b984782760a34>`__ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)``
|
697
|
-
`00642a46d0 <https://github.com/apache/airflow/commit/00642a46d019870c4decb3d0e47c01d6a25cb88c>`__ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)``
|
698
|
-
`375d1ca229 <https://github.com/apache/airflow/commit/375d1ca229464617780623c61c6e8a1bf570c87f>`__ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)``
|
699
|
-
`12c5e5d8ae <https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79>`__ 2020-05-17 ``Prepare release candidate for backport packages (#8891)``
|
700
|
-
`f3521fb0e3 <https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca>`__ 2020-05-16 ``Regenerate readme files for backport package release (#8886)``
|
701
|
-
`92585ca4cb <https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92>`__ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)``
|
702
|
-
`249e80b960 <https://github.com/apache/airflow/commit/249e80b960ab3453763903493bbb77651be9073b>`__ 2020-04-30 ``Add http system test (#8591)``
|
703
|
-
`ddd005e3b9 <https://github.com/apache/airflow/commit/ddd005e3b97e82ce715dc6604ff60ed5768de6ea>`__ 2020-04-18 ``[AIRFLOW-5156] Fixed doc strigns for HttpHook (#8434)``
|
704
|
-
`d61a476da3 <https://github.com/apache/airflow/commit/d61a476da3a649bf2c1d347b9cb3abc62eae3ce9>`__ 2020-04-18 ``[AIRFLOW-5156] Added auth type to HttpHook (#8429)``
|
705
|
-
`4bde99f132 <https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a>`__ 2020-03-23 ``Make airflow/providers pylint compatible (#7802)``
|
706
|
-
`be2b2baa7c <https://github.com/apache/airflow/commit/be2b2baa7c5f53c2d73646e4623cdb6731551b70>`__ 2020-03-23 ``Add missing call to Super class in 'http', 'grpc' & 'slack' providers (#7826)``
|
707
|
-
`3320e432a1 <https://github.com/apache/airflow/commit/3320e432a129476dbc1c55be3b3faa3326a635bc>`__ 2020-02-24 ``[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)``
|
708
|
-
`4d03e33c11 <https://github.com/apache/airflow/commit/4d03e33c115018e30fa413c42b16212481ad25cc>`__ 2020-02-22 ``[AIRFLOW-6817] remove imports from 'airflow/__init__.py', replaced implicit imports with explicit imports, added entry to 'UPDATING.MD' - squashed/rebased (#7456)``
|
709
|
-
`9cbd7de6d1 <https://github.com/apache/airflow/commit/9cbd7de6d115795aba8bfb8addb060bfdfbdf87b>`__ 2020-02-18 ``[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)``
|
710
|
-
`f3ad5cf618 <https://github.com/apache/airflow/commit/f3ad5cf6185b9d406d0fb0a4ecc0b5536f79217a>`__ 2020-02-03 ``[AIRFLOW-4681] Make sensors module pylint compatible (#7309)``
|
711
|
-
`97a429f9d0 <https://github.com/apache/airflow/commit/97a429f9d0cf740c5698060ad55f11e93cb57b55>`__ 2020-02-02 ``[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)``
|
712
|
-
`83c037873f <https://github.com/apache/airflow/commit/83c037873ff694eed67ba8b30f2d9c88b2c7c6f2>`__ 2020-01-30 ``[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)``
|
713
|
-
`9a04013b0e <https://github.com/apache/airflow/commit/9a04013b0e40b0d744ff4ac9f008491806d60df2>`__ 2020-01-27 ``[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)``
|
714
|
-
================================================================================================== =========== ======================================================================================================================================================================
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/operators.rst
RENAMED
File without changes
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/docs/security.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{apache_airflow_providers_http-5.2.2rc1 → apache_airflow_providers_http-5.3.0}/tests/conftest.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|