Release 0.10.1
Patch release fixing A2A inline file uploads.
- A2A: the JVM server now applies the configured maxRequestBodyBytes to its zio-http server. It was never wired in before, so every request was silently capped at zio-http's 100 KiB default and larger bodies were rejected with HTTP 413 before the handler ran — breaking inline fileWithBytes uploads (base64 adds ~33%, so even a few small files tripped it).
- A2A: MaxRequestBodyBytes default raised from 1 MiB to 64 MiB to cover inline document uploads after base64 inflation. Clients with larger payloads should use fileWithUri references. The JS/Bun server shares the default and already enforced the limit, so it picks up the higher cap too.
Full changelog: v0.10.0...v0.10.1