What's Changed
- Add ping interval to constructor params for WebSocketServer by @dwymark-celestron in #497
 - Fix MbedTLS disconnect handling. by @PaulWhitingS2 in #500
 - Don't call close() on -1. by @CryptoManiac in #502
 - Support URLs with no slash before the question mark by @giuspen in #507
 - Fix bad version variable by @LunarWatcher in #510
 - Initialize the PSA Crypto API if requested by @teejusb in #514
 - Minor fixes for < 10.6 by @barracuda156 in #515
 - IXSocket.h: add missing <sys/types.h> for macOS by @barracuda156 in #512
 - Version check MbedTLS instead of introducing a new define when initializing PSA Crypto API by @teejusb in #516
 - Fix memory leaks in SocketMbedTLS when closing. by @plmzod in #527
 - Allow Host to be overridden in handshake headers by @gordonread in #530
 - Fix: 'Content-Length' header check implicit cast by @Rodrick136 in #534
 - Include cstdint for compatibility with GCC 15 by @pastalian in #538
 - IXWebSocketTransport::setReadyState(): Run under lock by @awelzel in #540
 - IXWebSocketTransport: Avoid bloating _rxbuf by @awelzel in #550
 - Fix no callback when the server is disconnected on windows by @doufu3344 in #548
 - Improve documentation and add an ios build script by @Sokkero in #549
 
New Contributors
- @dwymark-celestron made their first contribution in #497
 - @PaulWhitingS2 made their first contribution in #500
 - @giuspen made their first contribution in #507
 - @teejusb made their first contribution in #514
 - @barracuda156 made their first contribution in #515
 - @plmzod made their first contribution in #527
 - @gordonread made their first contribution in #530
 - @Rodrick136 made their first contribution in #534
 - @pastalian made their first contribution in #538
 - @awelzel made their first contribution in #540
 - @doufu3344 made their first contribution in #548
 - @Sokkero made their first contribution in #549
 
Full Changelog: v11.4.5...v11.4.6