Releases: Casterlabs/Katana
Releases · Casterlabs/Katana
1.24.2
1.24.1
1.24.0
1.23.3
1.23.2
1.23.1
1.23.0
- Updated Rakurai
100 Continue
is no longer sent erroneously.- Compression has been fixed for http sessions and is used by default for all text formats (gzip and deflate are currently supported).
- Various other internal libraries were upgraded as well, bringing performance and stability improvements.
1.22.4
- WebSockets no longer produce invalid frames when large payloads are sent.
- WebSockets now properly fragment TEXT frames to increase socket throughput. (Use
-Drakurai.rhs.ws.maxchunklength=<bytes>
to adjust the fragmentation. Setting this to something closer to your MTU may increase performance for low-latency applications. YMMV) - Fixed some JSON parsing issues related to the configs.
- Fixed several issues with threading which should increase reliability.
- The Undertow implementation has been dropped. You now have to use RHS.