Changes for version 0.0.7 - 2026-08-08

  • DOCUMENTATION
    • Reworded PAGI::FastAPI::WebSocket's receive_text()/receive_bytes() POD, which previously said they "block asynchronously" - a self-contradictory phrase that read as "this blocks the server" to at least one reader. Now states plainly that they suspend only the current connection's coroutine and never block the event loop or other connections. Added the same clarification to the module DESCRIPTION. No code changes; the implementation was already correctly non-blocking (verified against PAGI::Server::Connection's per-connection dispatch, which detaches each handler via adopt_future rather than awaiting it inline).

Documentation

Modules

Asynchronous, Type-Safe Micro-Framework with Dependency Injection and OpenAPI & Swagger UI
Request and Response Lifecycle Context for PAGI::FastAPI
Dependency Injection Wrapper for PAGI::FastAPI
Asynchronous WebSocket connection object for PAGI::FastAPI