Skip to content

Releases: Casterlabs/Katana

1.24.2

15 Feb 04:42
Compare
Choose a tag to compare
Fix a dependency issue. (1.24.2)

1.24.1

15 Feb 00:56
Compare
Choose a tag to compare

Dual stack by default

1.24.0

14 Feb 23:49
Compare
Choose a tag to compare
  • Move to certificate files.

1.23.3

29 Nov 02:10
Compare
Choose a tag to compare

Fixed some request chains breaking, causing really bad stuff to happen.

1.23.2

22 Oct 23:44
Compare
Choose a tag to compare
Fix response compression (1.23.2)

1.23.1

19 Oct 20:35
Compare
Choose a tag to compare
These headers should not leak. (1.23.1)

1.23.0

18 Oct 15:25
Compare
Choose a tag to compare
  • 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

09 Jul 17:56
Compare
Choose a tag to compare
  • 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.

1.22.3

18 Jun 16:40
Compare
Choose a tag to compare
  • Fixed a potential issue with non-GET requests.

1.22.2

13 Jun 06:52
Compare
Choose a tag to compare
Update Rakurai (1.22.2)