Changes for version 0.09 - 2026-01-29
- Fix io_uring backend to check for liburing library (not just headers)
- Add event backend ldflags to XS compile options
- Fix test race conditions with active port probing instead of sleep()
- Fix OpenSSL check to verify library is actually linkable
- Fix zlib check to verify library is actually linkable
- Fix SSE test includes for FreeBSD/BSD compatibility
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 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