v0.2.1
Patch release: tests, docs, and internal layout. No API or behaviour change.
Added
- End-to-end test suite (
livery_e2e_SUITE): boots the example notes service over H1, H2, and H3 and runs the same CRUD + middleware + SSE + WebSocket journey against each.
Changed
- Source tree grouped into domain subdirectories (
src/client,src/middleware,src/auth,src/codec); core runtime stays flat. Pure relocation, no module renamed. - README rewritten around runnable snippets.
- The example service registers its
/wsroute for any method, so WebSocket upgrade works over H2/H3 extended CONNECT as documented.
Full changelog: https://github.com/benoitc/livery/blob/main/CHANGELOG.md