providers/ssh/docs/changelog.rst
.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
.. http://www.apache.org/licenses/LICENSE-2.0
.. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
.. NOTE TO CONTRIBUTORS: Please, only add notes to the Changelog just below the "Changelog" header when there are some breaking changes and you want to add an explanation to the users on how they are supposed to deal with them. The changelog is updated and maintained semi-automatically by release manager.
apache-airflow-providers-ssh
4.3.2 .....
Misc
* ``Bump minimum cryptography to 44.0.3 and paramiko to 3.4.0 (#62723)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare documentation for next release of providers (2026-02-24) (#62495)``
* ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)``
* ``[Part 2] Migrate connection UI metadata to YAML for more providers (#62109)``
4.3.1
.....
Misc
Use common provider's get_async_connection in other providers (#56791).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
4.3.0 .....
Features
* ``Add ''SSHRemoteJobOperator'' for resilient remote job execution (#60297)``
Misc
~~~~
* ``New year means updated Copyright notices (#60344)``
* ``Migrate ssh provider to use airflow.sdk.configuration.conf (#59981)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``TaskInstance unused method cleanup (#59835)``
4.2.1
.....
Misc
~~~~
* ``Add backcompat for exceptions in providers (#58727)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.2.0
.....
.. note::
This release of provider is only available for Airflow 2.11+ as explained in the
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
Misc
~~~~
* ``Move out some exceptions to TaskSDK (#54505)``
* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
* ``Remove SDK reference for NOTSET in Airflow Core (#58258)``
* ``Fix lower bound dependency to common-compat provider (#58833)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare release for 2025-11-27 wave of providers (#58697)``
4.1.6
.....
Misc
~~~~
* ``Convert all airflow distributions to be compliant with ASF requirements (#58138)``
Doc-only
[Doc] Fixing some typos and spelling errors (#57225)Fixing some typos and spelling errors (#57186).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Delete all unnecessary LICENSE Files (#58191)Enable PT006 rule to ssh Provider test (#57929)4.1.5 .....
Bug Fixes
* ``Pass required remote_host arg to SSHHook (#55664)``
Misc
~~~~
* ``Migrate ssh provider to ''common.compat'' (#57004)``
Doc-only
~~~~~~~~
* ``Remove placeholder Release Date in changelog and index files (#56056)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Enable PT001 rule to provider tests (#55935)``
4.1.4
.....
Misc
~~~~
* ``Switch all airflow logging to structlog (#52651)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare release for Sep 2025 1st wave of providers (#55203)``
* ``Fix Airflow 2 reference in README/index of providers (#55240)``
* ``Remove airflow.models.DAG (#54383)``
* ``Replace API server's direct Connection access workaround in BaseHook (#54083)``
* ``Switch pre-commit to prek (#54258)``
4.1.3
.....
Misc
~~~~
* ``Limit paramiko to '< 4.0.0' till we remove DSS support (#54078)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
4.1.2
.....
Misc
~~~~
* ``Add Python 3.13 support for Airflow. (#46891)``
* ``Remove type ignore across codebase after mypy upgrade (#53243)``
* ``Cleanup type ignores in ssh provider where possible (#53257)``
* ``Remove upper-binding for "python-requires" (#52980)``
* ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
* ``Move all BaseHook usages in providers to version_compat in ssh (#52780)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Make dag_version_id in TI non-nullable (#50825)``
4.1.1
.....
Misc
~~~~
* ``Move 'BaseHook' implementation to task SDK (#51873)``
* ``Provider Migration: Replace 'BaseOperator' to Task SDK for 'ssh' (#52558)``
* ``Drop support for Python 3.9 (#52072)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Introducing fixture to create 'Connections' without DB in provider tests (#51930)``
4.1.0
.....
.. note::
This release of provider is only available for Airflow 2.10+ as explained in the
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
Misc
~~~~
* ``Bump min Airflow version in providers to 2.10 (#49843)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Update description of provider.yaml dependencies (#50231)``
* ``Avoid committing history for providers (#49907)``
* ``Prepare docs for Apr 2nd wave of providers (#49051)``
* ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
* ``Remove fab from preinstalled providers (#48457)``
* ``Improve documentation building iteration (#48760)``
* ``Prepare docs for Apr 1st wave of providers (#48828)``
* ``Simplify tooling by switching completely to uv (#48223)``
* ``Prepare docs for Mar 2nd wave of providers (#48383)``
* ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
* ``Move airflow sources to airflow-core package (#47798)``
* ``Remove links to x/twitter.com (#47801)``
4.0.1
.....
Bug Fixes
Make command for replacing newlines with literals '\n' in 'SSHOperator'connection MacOs/Linux compatible (#47491)Misc
* ``Upgrade flit to 3.11.0 (#46938)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move tests_common package to devel-common project (#47281)``
* ``Improve documentation for updating provider dependencies (#47203)``
* ``Add legacy namespace packages to airflow.providers (#47064)``
* ``Remove extra whitespace in provider readme template (#46975)``
* ``Prepare docs for Feb 1st wave of providers (#46893)``
* ``Move provider_tests to unit folder in provider tests (#46800)``
* ``Removed the unused provider's distribution (#46608)``
* ``Move SSH Provider to new structure (#46065)``
* ``Improve speed of SSH & SFTP tests (#45938)``
4.0.0
.....
.. note::
This release of provider is only available for Airflow 2.9+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Breaking changes
.. warning:: All deprecated classes, parameters and features have been removed from the SSH provider package. The following breaking changes were introduced:
Hooks
timeout from airflow.providers.ssh.hooks.ssh.SSHHook. Use parameter conn_timeout instead.SSHHook is deprecated. Please use get_conn() as a context manager instead.SSHHook.create_tunnel() is deprecated, Please use get_tunnel() instead.
But please note that the order of the parameters have changed.operators
get_hook() method is removed in airflow.providers.ssh.operators.ssh.SSHOperator. Please use hook attribute instead.exec_ssh_client_command() method on SSHOperator is removed, call ssh_hook.exec_ssh_client_command() insteadRemove Provider Deprecations in SSH (#44544)
Features
* ``Add host_proxy_cmd parameter to SSHHook and SFTPHook (#44565)``
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)``
* ``Remove XCom pickling (#43905)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Correct new changelog breaking changes header (#44659)``
* ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
3.14.0
......
Features
SSHHook expose auth_timeout parameter (#43048).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Split providers out of the main "airflow/" tree into a UV workspace project (#42505)3.13.1 ......
Bug Fixes
* ``SSHHook: check if existing connection is still alive (#41061)``
3.13.0
......
.. note::
This release of provider is only available for Airflow 2.8+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
3.12.0
......
Features
~~~~~~~~
* ``Add on kill to ssh (#40377)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave July 2024 (#40644)``
* ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)``
3.11.2
......
Misc
~~~~
* ``implement per-provider tests with lowest-direct dependency resolution (#39946)``
3.11.1
......
Misc
~~~~
* ``Faster 'airflow_version' imports (#39552)``
* ``Simplify 'airflow_version' imports (#39497)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Reapply templates for all providers (#39554)``
3.11.0
......
.. note::
This release of provider is only available for Airflow 2.7+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add comment about versions updated by release manager (#37488)``
* ``Fix D105 checks for SSH provider (#38013)``
* ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
* ``Bump ruff to 0.3.3 (#38240)``
* ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
3.10.1
......
Misc
~~~~
* ``feat: Switch all class, functions, methods deprecations to decorators (#36876)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``D401 Support in Providers (simple) (#37258)``
* ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
* ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
* ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
* ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
3.10.0
......
Features
~~~~~~~~
* ``Add skip_on_exit_code to SSHOperator (#36303)``
Bug Fixes
Allow SSHOperator.skip_on_exit_code to be zero (#36358)Follow BaseHook connection fields method signature in child classes (#36086)Misc
* ``Review and mark found potential SSH security issues by bandit (#36162)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
3.9.0
.....
.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Misc
Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Fix and reapply templates for provider documentation (#35686)Prepare docs 2nd wave of Providers November 2023 (#35836)Use reproducible builds for providers (#35693)3.8.1 .....
Misc
* ``Consolidate stacklevel in ssh operator warning (#35151)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
3.8.0
.....
.. note::
This release of provider is only available for Airflow 2.5+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Misc
Bump min airflow version of providers (#34728)add warn stacklevel=2 to ssh hook (#34527).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Consolidate hook management in SSHOperator (#34428)3.7.3 .....
Misc
* ``Use literal dict instead of calling dict() in providers (#33761)``
* ``E731: replace lambda by a def method in Airflow providers (#33757)``
3.7.2
.....
Misc
Use str.splitlines() to split lines in providers (#33593)Simplify conditions on len() in other providers (#33569).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Prepare docs for Aug 2023 2nd wave of Providers (#33291)Prepare docs for July 2023 wave of Providers (RC2) (#32381)Remove spurious headers for provider changelogs (#32373)Prepare docs for July 2023 wave of Providers (#32298)Improve provider documentation and README structure (#32125)3.7.1 .....
.. note:: This release dropped support for Python 3.7
Misc
* ``Remove Python 3.7 support (#30963)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Improve docstrings in providers (#31681)``
* ``Add D400 pydocstyle check - Providers (#31427)``
* ``Add note about dropping Python 3.7 for providers (#32015)``
3.7.0
.....
.. note::
This release of provider is only available for Airflow 2.4+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Misc
Bump minimum Airflow version in providers (#30917).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Use 'AirflowProviderDeprecationWarning' in providers (#30975)Add full automation for min Airflow version for providers (#30994)Add mechanism to suspend providers (#30422)Use '__version__' in providers not 'version' (#31393)Fixing circular import error in providers caused by airflow version check (#31379)Prepare docs for May 2023 wave of Providers (#31252)3.6.0 .....
Features
* ``SSHOperator - Restore ability to override SSHHook cmd_timeout (#30190)``
3.5.0
.....
Features
SSH Provider: Add cmd_timeout to ssh connection extra (#29347)3.4.0 .....
Features
* ``Add .bash and other extensions to SSHOperator template_ext (#28617)``
* ``Add test_connection method for SSHHook (#28184)``
* ``SSH task exit code added to XCOM as 'ssh_exit' key (#27370)``
Misc
~~~~
* ``Remove outdated compat imports/code from providers (#28507)``
* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
3.3.0
.....
.. note::
This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Misc
~~~~
* ``Move min airflow version to 2.3.0 for all providers (#27196)``
Features
Added docs regarding templated field (#27301)Added environment to templated SSHOperator fields (#26824)Apply log formatter on every output line in SSHOperator (#27442)Bug Fixes
* ``A few docs fixups (#26788)``
* ``SSHOperator ignores cmd_timeout (#27182) (#27184)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Update old style typing (#26872)``
* ``Enable string normalization in python formatting - providers (#27205)``
3.2.0
.....
Features
~~~~~~~~
* ``feat: load host keys to save new host key (#25979)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
3.1.0
.....
Features
~~~~~~~~
* ``Less verbose logging in ssh operator (#24915)``
* ``Convert sftp hook to use paramiko instead of pysftp (#24512)``
Bug Fixes
Update providers to use functools compat for ''cached_property'' (#24582).. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Move provider dependencies to inside provider folders (#24672)Remove 'hook-class-names' from provider.yaml (#24702)3.0.0 .....
Breaking changes
.. note::
This release of provider is only available for Airflow 2.2+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
Features
~~~~~~~~
* ``Add disabled_algorithms as an extra parameter for SSH connections (#24090)``
Bug Fixes
~~~~~~~~~
* ``fixing SSHHook bug when using allow_host_key_change param (#24116)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add explanatory note for contributors about updating Changelog (#24229)``
* ``Prepare docs for May 2022 provider's release (#24231)``
* ``Update package description to remove double min-airflow specification (#24292)``
2.4.4
.....
Bug Fixes
~~~~~~~~~
* ``Add exception to catch single line private keys (#23043)``
2.4.3
.....
Bug Fixes
~~~~~~~~~
* ``Fix mistakenly added install_requires for all providers (#22382)``
2.4.2
.....
Misc
~~~~~
* ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
2.4.1
.....
Misc
~~~~
* ``Support for Python 3.10``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
2.4.0
.....
Features
~~~~~~~~
* ``Add a retry with wait interval for SSH operator (#14489)``
* ``Add banner_timeout feature to SSH Hook/Operator (#21262)``
* ``Add a retry with wait interval for SSH operator #14489 (#19981)``
* ``Delay the creation of ssh proxy until get_conn() (#20474) (#20474)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add optional features in providers. (#21074)``
* ``Fix last remaining MyPy errors (#21020)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Even more typing in operators (template_fields/ext) (#20608)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix MyPy Errors for SSH provider (#20241)``
* ``Refactor SSH tests to not use SSH server in operator tests (#21326)``
* ``Add documentation for January 2021 providers release (#21257)``
2.3.0
.....
Features
~~~~~~~~
* ``Refactor SSHOperator so a subclass can run many commands (#10874) (#17378)``
* ``update minimum version of sshtunnel to 0.3.2 (#18684)``
* ``Correctly handle get_pty attribute if command passed as XComArg or template (#19323)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add pre-commit hook for common misspelling check in files (#18964)``
2.2.0
.....
Features
~~~~~~~~
* ``[Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
2.1.1
.....
Misc
~~~~
* ``Optimise connection importing for Airflow 2.2.0``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Update description about the new ''connection-types'' provider meta-data (#17767)``
* ``Import Hooks lazily individually in providers manager (#17682)``
* ``Ignores exception raised during closing SSH connection (#17528)``
2.1.0
.....
Features
~~~~~~~~
* ``Add support for non-RSA type key for SFTP hook (#16314)``
Bug Fixes
~~~~~~~~~
* ``SSHHook: Using correct hostname for host_key when using non-default ssh port (#15964)``
* ``Correctly load openssh-gerenated private keys in SSHHook (#16756)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
* ``Prepare documentation for July release of providers. (#17015)``
* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
2.0.0
.....
Breaking changes
Auto-apply apply_default decorator (#15667).. warning:: Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
automatically and you will have to manually run airflow upgrade db to complete the migration.
Bug Fixes
* ``Display explicit error in case UID has no actual username (#15212)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepares provider release after PIP 21 compatibility (#15576)``
* ``Updated documentation for June 2021 provider release (#16294)``
* ``Add Connection Documentation to more Providers (#15408)``
* ``More documentation update for June providers release (#16405)``
* ``Synchronizes updated changelog after bugfix release (#16464)``
1.3.0
.....
Features
~~~~~~~~
* ``A bunch of template_fields_renderers additions (#15130)``
1.2.0
.....
Features
~~~~~~~~
* ``Added support for DSS, ECDSA, and Ed25519 private keys in SSHHook (#12467)``
1.1.0
.....
Updated documentation and readme files.
Features
~~~~~~~~
* ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)``
1.0.0
.....
Initial version of the provider.