You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/12 06:39:01 UTC

[airflow] branch main updated (ee564ef9e5 -> 8c4120c195)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ee564ef9e5 Limit astroid version to < 2.12 (#24982)
     add 8c4120c195 Add TCP_KEEPALIVE option to http provider (#24967)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/http/CHANGELOG.rst      | 10 ++++++++
 airflow/providers/http/hooks/http.py      | 19 ++++++++++++++++
 airflow/providers/http/operators/http.py  | 23 ++++++++++++++++++-
 airflow/providers/http/provider.yaml      |  1 +
 airflow/providers/http/sensors/http.py    | 26 ++++++++++++++++++---
 generated/provider_dependencies.json      |  3 ++-
 tests/providers/http/hooks/test_http.py   | 38 +++++++++++++++++++++++++++++++
 tests/providers/http/sensors/test_http.py |  9 +++++---
 8 files changed, 121 insertions(+), 8 deletions(-)