Bump SSH.NET from 2020.0.2 to 2023.0.0
Bumps SSH.NET from 2020.0.2 to 2023.0.0.
Release notes
Sourced from SSH.NET's releases.
2023.0.0
New features:
- Support for .NET 6, 7, and .NET Standard 2.1
- Support for RSA-SHA256/512 signature algorithms
- Support for parsing OpenSSH keys with ECDSA 256/384/521 and RSA
- Support for SHA256 and MD5 fingerprints for host key validation
- Added async support to
SftpClientandSftpFileStream- Added
ISftpFileinterface toSftpFile- Removed support for old target frameworks
- Improved performance and stability
- Added the ability to set the last write and access time for Sftp files
The list of changes:
- Assets/logos by
@Filiniin sshnet/SSH.NET#782- OPENSSH KeyReader for more keys by
@darinkesin sshnet/SSH.NET#614- Add interface to SftpFile #120 by
@wxtsxtin sshnet/SSH.NET#812- Start MessageListener with ThreadAbstraction.ExecuteThreadLongRunning #2 by
@IgorMilavecin sshnet/SSH.NET#902- Add async support to SftpClient and SftpFileStream by
@IgorMilavecin sshnet/SSH.NET#819- Fix virus false-positive by Defender on Renci.SSHNet.Tests.dll by
@zybexXLin sshnet/SSH.NET#867- Add unit tests for task-based asynchronous API by
@IgorMilavecin sshnet/SSH.NET#906- correct 'Documenation' to 'Documentation' by
@maxijabasein sshnet/SSH.NET#838- Agent auth and Keygen by
@darinkesin sshnet/SSH.NET#794- Add IBaseClient for BaseClient and ISftpClient to inherit from by
@Owen-Kruegerin sshnet/SSH.NET#975- Fix typo by
@psh9508in sshnet/SSH.NET#999- Fix Seek Operations in SftpFileStream by
@lemonytein sshnet/SSH.NET#910- Add back copyright to license by
@driesengin sshnet/SSH.NET#1060- Removing old target frameworks by
@WojciechNagorskiin sshnet/SSH.NET#1109- Remove old features [Part 1] by
@WojciechNagorskiin sshnet/SSH.NET#1117- Remove FEATURE_DIRECTORYINFO_ENUMERATEFILES by
@WojciechNagorskiin sshnet/SSH.NET#1119- Fix some (lots of) issues reported by analyzers. by
@driesengin sshnet/SSH.NET#1125- Round 2 of analyzer fixes and general cleanup. by
@driesengin sshnet/SSH.NET#1132- Analyzer fixes round 3. by
@driesengin sshnet/SSH.NET#1135- Replace Array.Empty with Array.Empty() by
@Rob-Haguein sshnet/SSH.NET#1137- Replace IsNullOrWhiteSpace extension by
@Rob-Haguein sshnet/SSH.NET#1142- Use License Expression for NuGet Package by
@mus65in sshnet/SSH.NET#1146- MSTest Integration tests by
@WojciechNagorskiin sshnet/SSH.NET#1148- ListDirectoryAsync return IAsyncEnumerable by
@WojciechNagorskiin sshnet/SSH.NET#1126- Fix the assembly resolution build warning by
@Rob-Haguein sshnet/SSH.NET#1165- Delete performance/longrunning tests by
@Rob-Haguein sshnet/SSH.NET#1143- Move Integration tests by
@WojciechNagorskiin sshnet/SSH.NET#1173- Add a benchmarks project by
@Rob-Haguein sshnet/SSH.NET#1151- Use ExceptionDispatchInfo to retain call stack in Session.WaitOnHandle() by
@IgorMilavecin sshnet/SSH.NET#936- Support SHA256 fingerprints for host key validation by
@DavisNTin sshnet/SSH.NET#1098- Add support for RSA SHA-2 public key algorithms by
@Rob-Haguein sshnet/SSH.NET#1177- Improvements after #1177 by
@WojciechNagorskiin sshnet/SSH.NET#1180- Use ExceptionDispatchInfo in more places by
@Rob-Haguein sshnet/SSH.NET#1182- Try to "fix" the flaky test by
@Rob-Haguein sshnet/SSH.NET#1185- Enable DSA tests by
@Rob-Haguein sshnet/SSH.NET#1181- FingerPrints improvements by
@WojciechNagorskiin sshnet/SSH.NET#1186
... (truncated)
Commits
1c7166aUpdate tests for SetLastAccessTime(Utc) to also verify the time component and...70f58b7Add/migrate hmac+cipher integration tests (#1189)5803adaImplement set last write and access time (#1194)cd1151dUpdate ISftpClient for #120 (#1193)f28c2c2Fix for channel session semaphore from thread blocking (#1071)dd2e552Use OS-agnostic socket error codes to allow tests run on different OSes (#1179)4ba591eFingerPrints (#1186)fdd1130Enable DSA tests (#1181)51e0c67Try to "fix" the flaky test (#1185)aade354Use ExceptionDispatchInfo in more places (#1182)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Unit Test Results
810 tests 810 :white_check_mark: 22s :stopwatch: 1 suites 0 :zzz: 1 files 0 :x:
Results for commit 06ded8c9.
:recycle: This comment has been updated with latest results.
A newer version of SSH.NET exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
| Package | Line Rate | Branch Rate | Complexity | Health |
|---|---|---|---|---|
| gei | 79% | 70% | 519 | ✔ |
| Octoshift | 87% | 76% | 1272 | ✔ |
| ado2gh | 84% | 78% | 627 | ✔ |
| bbs2gh | 81% | 76% | 628 | ✔ |
| Summary | 84% (6819 / 8115) | 76% (1532 / 2026) | 3046 | ✔ |