Changes for version 0.11 - 2026-01-31
- Fix can_link() to properly pass headers to Devel::CheckLib
- Fix can_link() test to work reliably with compiler builtins (libm sin)
- Add missing C includes to UA.pm for socket/networking types
- Attempt a portable strcasestr implementation for non-GNU systems
- Fix compilation failures on Linux (missing headers, GNU extensions)
- Fix WebSocket g_websocket_handlers not declared when no dynamic routes
- Fix WebSocket requires Stream module (set needs_streaming for WebSocket)
- Fix WebSocket test to handle frame arriving with HTTP handshake
Modules
Blazing fast HTTP server with JIT-compiled C event loop
JIT-compiled gzip compression for Hypersonic
Event backend registry and selection
epoll event backend for Linux
Event Ports backend for Solaris/illumos
I/O Completion Ports backend for Windows
io_uring event backend for Linux 5.1+
kqueue event backend for BSD/macOS
poll() event backend (portable fallback)
Base class for event backends
select() event backend (universal)
High-performance JIT-compiled Future for async operations
Thread pool for async operations (OO interface)
Utilities for JIT compilation in Hypersonic
JIT compiled request ID middleware
JIT code generation for HTTP/1.1 protocol
JIT code generation for HTTP/2 protocol
Server-Sent Events protocol support
WebSocket handshake code generation
WebSocket frame encoding/decoding
JIT-compiled request object for Hypersonic
Fluent response builder for Hypersonic
Server-Sent Events streaming interface
JIT-compiled session management for Hypersonic
JIT-compiled socket operations for Hypersonic
TLS/HTTPS support for Hypersonic
High-performance JIT-compiled HTTP user agent
Async HTTP request handling for Hypersonic::UA
Connection pool for Hypersonic::UA
HTTP response object for Hypersonic::UA
High-level WebSocket connection API (JIT-compiled)
XS WebSocket connection management (OO)
XS Broadcast support for WebSocket connections
Provides
in lib/Hypersonic/Stream.pm
in lib/Hypersonic/UA/HTTP2.pm
in lib/Hypersonic/UA/Protocol/HTTP1.pm
in lib/Hypersonic/UA/SSE.pm
in lib/Hypersonic/UA/Socket.pm
in lib/Hypersonic/UA/Stream.pm
in lib/Hypersonic/UA/TLS.pm
in lib/Hypersonic/UA/WebSocket.pm