As part of rolling out a client implementation with filexfer a number of bugs were found in the filexfer and filexfer/openssh sub-packages. Although they are right now internal/ packages, so cannot be imported by any other go packages, I would rather we not cut a release that has significant bugs in it.
A few other feature improvements are carried over as well, since it’s easier to just import the whole of the filexfer from the other branch rather than piecemeal copying (which would also cause significant merge conflicts).
As part of rolling out a client implementation with
filexfer
a number of bugs were found in thefilexfer
andfilexfer/openssh
sub-packages. Although they are right nowinternal/
packages, so cannot be imported by any other go packages, I would rather we not cut a release that has significant bugs in it.A few other feature improvements are carried over as well, since it’s easier to just import the whole of the
filexfer
from the other branch rather than piecemeal copying (which would also cause significant merge conflicts).