v1.3.0 — performance
Performance: pooled HTTP client (connection reuse; ~5x on loopback, more over TLS) + JWT verify cache (skip RSA on repeated tokens; ~160x on the hot path) + evals/benchmark.py throughput suite. HttpxClient gains close()/http2; TokenVerifier gains cache_size. Measured, not claimed.