The Apache Mina PMC is proud to announce the release of Mina SSHD 2.13.1.

This 2.13.1 micro release is a quick fix for the 2.13.0 (published, but not
announced), solely to rectify the issue that the 2.13.0 release encountered
during the release process, where the source jars were not created.

Release notes at:
  https://github.com/apache/mina-sshd/releases/tag/sshd-2.13.1
  https://github.com/apache/mina-sshd/releases/tag/sshd-2.13.0

The release is available for download at
  https://mina.apache.org/sshd-project/download_2.13.1.html

Here's a brief list of changes since 2.12.1 release.
New features:
* GH-498: Implement the "sntrup761x25519-sha...@openssh.com" KEX method by
@tomaswolf
Improvements:
* GH-318: Handle cascaded proxy jumps by @tomaswolf in #512
* GH-461: Fix heartbeats with `wantReply=true` by @tomaswolf in #507
* GH-468: Handle excess data in SFTP read requests by @tomaswolf in #495
Bug fixes and minor changes
* GH-427: Read initial ACK on channel open prior to direct stream upload &
close streams prior to exit code handling  by @TerraNibble in #464
* GH-455: ensure BaseCipher.update() fulfills the contract by @tomaswolf in
#463
* GH-470: Synchronize not thread safe
java.security.KeyPairGenerator.generateKe… by @zakharovsergey1000 in #467
* GH-476: Fix Android detection false negative by @wh0
* GH-475: Switch uses of JSch library to the com.github.mwiede:jsch fork by
@Alex-Vol-Amz
* GH-472: change client start condition in sshd-spring-sftp by @alwaystom
* GH-489: sftp readdir: determine file type from longname by @tomaswolf in
#491
* GH-486: Add missing U2F {ed25519,ecdsa}-sk public key equality methods by
@lf-
* SSHD-1237 Handle keep-alive channel requests by @tomaswolf in #492
* GH-494: Nio2Session improvements by @evgeny-pasynkov
* GH-500: SftpFileSystemProvider: close SftpClient on exception by
@tomaswolf in #501
* GH-504: Pass reason to sessionNegotiationEnd by @duco-lw in #505
* GH-493: Fix arcfour128 and arcfour256 ciphers (regression in 2.2.0)
* GH-509: SFTP v[456] client: validate attribute flags
* GH-510: Fix class name in BuiltinIoServiceFactoryFactories (regression in
2.6.0)

A big thanks to everyone that helped in this release.

On behalf of the Maven Mina PMC team,
Guillaume Nodet

Reply via email to