Skip to content

v0.1.0

Choose a tag to compare

@heyitsrobotagain heyitsrobotagain released this 04 Mar 16:43
0d3c47f

0.1.0 (2026-03-04)

Features

  • Added Tesla adapter (443ce43)
  • Config validation and supervision tree (6d0e0d6)
  • Default supervisor name so clients don't need to pass it (cc882f5)
  • HTTP/1 connection pool with NimblePool (a587bff)
  • HTTP/1 connection with keep-alive (b939476)
  • HTTP/2 connection with HPACK and ALPN (f60b9ae)
  • HTTP/2 pool with coordinator and connection worker (8106d92)
  • Pool manager with dynamic routing (243c1a9)
  • Project setup with error system and data structures (2da80ac)
  • Public request API (bfaec03)
  • Streaming response support (d18db59)
  • Telemetry instrumentation (9c0df30)
  • Transport layer with TCP and SSL (c0dbccc)

Bug Fixes

  • Fixed ALPN pool detectin (dbc96de)