0.10.0 (2026-03-24)
Fixed
- fix:
StreamedListObjectsnow correctly retries connection establishment on rate-limit (429) and transient errors; once streaming begins it is intentionally not retried
Added
- feat: add ApiExecutor for raw requests (#176)
- feat: add streaming support via
ApiExecutor.ExecuteStreamingAsyncfor streaming endpoints (e.g./streamed-list-objects) - feat: add
FromJson()methods toClientWriteAuthorizationModelRequestandClientCreateStoreRequestto enable loading from JSON string (#180) - feat: report a per call HTTP metric (#173)