Merge pull request #335 from versity/zab/v1.34

v1.34 Release
This commit is contained in:
Zach Brown
2026-09-04 10:47:16 -07:00
committed by GitHub
+12
View File
@@ -1,6 +1,18 @@
Versity ScoutFS Release Notes
=============================
---
v1.34
\
*Sep 3, 2026*
Fix the server's incoming connection handling so that it doesn't trigger
fencing or shutdown from connections that don't get far enough in the
protocol negotiation to be associated with a client. This stops port
scanners from disrupting service.
Add support for O\_DIRECT writes by using the iomap facility for IO.
This can significantly improve large write performance.
---
v1.33