1.0.0 (2025-05-19)
Full Changelog: v0.1.0-beta.11...v1.0.0
⚠ BREAKING CHANGES
- client: rename file array param variant
- api: improve naming and remove assistants
- accumulator: update casing (#401)
Features
- api: improve naming and remove assistants (4c623b8)
Bug Fixes
- accumulator: update casing (#401) (d59453c)
- client: correctly set stream key for multipart (0ec68f0)
- client: don't panic on marshal with extra null field (9c15332)
- client: increase max stream buffer size (9456455)
- client: rename file array param variant (4cfcf86)
- client: use scanner for streaming (aa58806)
Chores