commons-vfs
commons-vfs copied to clipboard
Bump org.apache.sshd:sshd-core from 0.8.0 to 2.16.0
Bumps org.apache.sshd:sshd-core from 0.8.0 to 2.16.0.
Release notes
Sourced from org.apache.sshd:sshd-core's releases.
Apache MINA SSHD 2.16.0
What's Changed
- bugfix: fix cert auth failed bug by
@liuziyu1226in apache/mina-sshd#660- GH-664: Skip MAC negotiation if an AEAD cipher was negotiated by
@tomaswolfin apache/mina-sshd#666- GH-663: Fix a race in IoSession creation by
@tomaswolfin apache/mina-sshd#667- Also test sshd-mina using mina-core 2.2.4 by
@tomaswolfin apache/mina-sshd#681- ScpShell fixes; SFTP append mode for buggy servers by
@tomaswolfin apache/mina-sshd#696- fix sources.jar Reproducible Builds issue by
@hboutemyin apache/mina-sshd#695- GH-700: Fix race in AbstractCloseable.doCloseImmediately() by
@tomaswolfin apache/mina-sshd#702- GH-705: Make ChannelToPortHandler accessible to user code by
@tomaswolfin apache/mina-sshd#707- GH-709: Handle keep-alive channel messages sent by an old OpenSSH server by
@tomaswolfin apache/mina-sshd#710- GH-727: supply default port for proxyJump if no HostConfigEntry by
@tomaswolfin apache/mina-sshd#730- GH-733: Fix SftpRemotePathChannel.transferTo by
@tomaswolfin apache/mina-sshd#734- GH-725 Added commandTimeoutMillis in executeRemoteCommand by
@raajeivein apache/mina-sshd#726- GH-774: Fix WritePendingException by
@tomaswolfin apache/mina-sshd#775- #771 Avoid NoClassDefFoundError: net/i2p/crypto/eddsa/EdDSAPublicKey by
@rde-infologicin apache/mina-sshd#773- GH-516 Fix filesystem-id parsing in getFileSystem(URI) by
@ago1024in apache/mina-sshd#766- GH-754: Don't close DefaultForwarder on bind error by
@tomaswolfin apache/mina-sshd#776- Close repository after usage in GitPackCommand by
@kwinin apache/mina-sshd#794- Trigger ClientChannelEvent.Timeout and ClientSessionEvent.TIMEOUT independently to host's program cycle times by
@fersaruin apache/mina-sshd#790New Contributors
@liuziyu1226made their first contribution in apache/mina-sshd#660@raajeivemade their first contribution in apache/mina-sshd#726@rde-infologicmade their first contribution in apache/mina-sshd#773@ago1024made their first contribution in apache/mina-sshd#766@kwinmade their first contribution in apache/mina-sshd#794@fersarumade their first contribution in apache/mina-sshd#790Full Changelog: https://github.com/apache/mina-sshd/compare/sshd-2.15.0...sshd-2.16.0
Apache MINA SSHD 2.15.0
What's Changed
- GH-618: Fix reading an OpenSshCertificate from a Buffer by
@tomaswolfin apache/mina-sshd#619- Add interface to configure details of JGit's pack implementation by
@JohnnyJayJayin apache/mina-sshd#617- ML-KEM key exchanges using Bouncy Castle 1.79 by
@tomaswolfin apache/mina-sshd#629- GH-628: Fix reading directories with trailing blanks in the name by
@tomaswolfin apache/mina-sshd#630- GH-626: Enable Streaming.Async for ChannelDirectTcpip by
@tomaswolfin apache/mina-sshd#631- Sftp server ‘ls’ command timeout by
@Main-Tomiin apache/mina-sshd#634- GH-636: Handle unknown key types in known_hosts by
@tomaswolfin apache/mina-sshd#638- GH-643: provide interfaces for caching file attributes on paths by
@tomaswolfin apache/mina-sshd#645- Bouncy Castle EdDSA / Ed25519 Support by
@ianjoneillin apache/mina-sshd#639- Abstract revoked key handling in KnownHostsServerKeyVerifier by
@joeljohansson99in apache/mina-sshd#653New Contributors
@JohnnyJayJaymade their first contribution in apache/mina-sshd#617@Main-Tomimade their first contribution in apache/mina-sshd#634@ianjoneillmade their first contribution in apache/mina-sshd#639@joeljohansson99made their first contribution in apache/mina-sshd#653
... (truncated)
Changelog
Sourced from org.apache.sshd:sshd-core's changelog.
Previous Versions
- Version 2.1.0 to 2.2.0
- Version 2.2.0 to 2.3.0
- Version 2.3.0 to 2.4.0
- Version 2.4.0 to 2.5.0
- Version 2.5.0 to 2.5.1
- Version 2.5.1 to 2.6.0
- Version 2.6.0 to 2.7.0
- Version 2.7.0 to 2.8.0
- Version 2.8.0 to 2.9.0
- Version 2.9.0 to 2.9.1
- Version 2.9.1 to 2.9.2
- Version 2.9.2 to 2.10.0
- Version 2.10.0 to 2.11.0
- Version 2.11.0 to 2.12.0
- Version 2.12.0 to 2.12.1
- Version 2.12.1 to 2.13.0
- Version 2.13.0 to 2.13.1
- Version 2.13.1 to 2.13.2
- Version 2.13.2 to 2.14.0
- Version 2.14.0 to 2.15.0
Latest Released Version
Planned for Next Version
Bug Fixes
New Features
Potential Compatibility Issues
Major Code Re-factoring
Commits
445ef7e[maven-release-plugin] prepare release sshd-2.16.0ebbfaf9[releng] SCM tag for development versions2ec336aFix javadoc warnings92eb158Prepare documentation for a 2.16.0 release62e6b5c[releng] Bump version to 2.16.0-SNAPSHOT3fbc0a8Bump grpc.version from 1.73.0 to 1.74.0 (#792)99246d6Fix ClientChannelEvent.Timeout and ClientSessionEvent.TIMEOUT (#790)2868de8Merge pull request #794 from kwin/bugfix/close-repo-in-pack-cmd6358be2Close repository after usage in GitPackCommand67e2e4cBump pmd.version from 7.15.0 to 7.16.0 (#788)- 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.
@dependabot rebase