Skip to content

v0.2.1

Choose a tag to compare

@benoitc benoitc released this 04 Jun 21:42
· 42 commits to main since this release
daa4406

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 /ws route 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