potiuk commented on code in PR #64864: URL: https://github.com/apache/airflow/pull/64864#discussion_r3048195863
########## providers/ssh/docs/changelog.rst: ########## @@ -27,6 +27,23 @@ Changelog --------- +4.3.4 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix SSHHookAsync defaulting no_host_key_check to False unlike SSHHook (#64225)`` + +Misc +~~~~ + +* ``Load hook metadata from YAML without importing Hook class (#63826)`` +* ``Replace 'sshtunnel' with native paramiko/asyncssh tunneling (#64299)`` Review Comment: Updated and moved it to breaking version. Thanks for raising my vigilance on that one. I copied most of the PR description about back-compatibility to the changelog. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
