8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dba426 commit db92f1bCopy full SHA for db92f1b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 3.0.42 - 2024-09-15
4
+
5
+- X509: CRL version number wasn't correctly being saved (#2037)
6
+- Hash: significantly speed up umac algorithms
7
+- SSH2: fix possible infinite loop on packet timeout (#2031)
8
+- SSH2: logging enhancements
9
+- SSH2: identification strings > 255 bytes didnt get parsed correctly
10
+- SSH2: if string is passed to setPreferredAlgorithms() treat it as array
11
+- SSH2: update error message for people not connecting to SSH servers
12
+- SFTP: add getSupportedExtensions(), statvfs() and posix_rename() methods (#2024)
13
14
## 3.0.41 - 2024-08-11
15
16
- SFTP: fix deprecation warning (#2027)
0 commit comments