You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR go-git#1482 renamed SetHostKeyCallback to SetHostKeyCallbackAndAlgorithms, due to
the change in behaviour. For keeping backwards compatibility within existing v5, a
new SetHostKeyCallback is being introduced that simply calls back to
SetHostKeyCallbackAndAlgorithms.
Some tests were introduced to enforce expected behaviour.
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
The
HostKeyCallbackHelper.SetHostKeyCallback()
was removed (or more correctly, replaced withSetHostKeyCallbackAndAlgorithms()
?)See diff: v5.14.0...v5.15.0#diff-512f53c734d78ae512802447f2d46d550e849d296a6102ec8515de90f1fa3563L300
Would it be possible to add a (deprecated) alias with the old name, or restore the old implementation if they are significantly different?
FWIW, I am not using this method in my own codebase, but it is used by Argo CD, which is preventing my project from compiling.
Thanks!
The text was updated successfully, but these errors were encountered: