Skip to content

docs: expand pagination and retry behavior docs (v1.0.4)#16

Merged
im-voracity merged 1 commit intomasterfrom
release/v1.0.4
Mar 29, 2026
Merged

docs: expand pagination and retry behavior docs (v1.0.4)#16
im-voracity merged 1 commit intomasterfrom
release/v1.0.4

Conversation

@im-voracity
Copy link
Copy Markdown
Owner

Summary

  • Add page-by-page processing pattern to Pagination section (EN + PT-BR): manual page_token loop for use cases requiring per-page side effects (checkpointing, batch DB writes, progress bars)
  • Add Retry behavior table to Error Handling section (EN + PT-BR): clarifies which errors are retried with backoff, which trigger transparent token refresh, and which raise immediately — preventing common misunderstandings about when RateLimitError and AuthenticationError actually surface
  • Sync uv.lock to requires-python = ">=3.11" (removes Python 3.10 wheels)
  • Bump version to 1.0.4

Test Plan

  • All 67 unit tests pass (uv run pytest)
  • No code changes — documentation and metadata only

Add page-by-page processing pattern (manual page_token loop) and a
retry behavior table clarifying which errors are retried, which trigger
token refresh, and which raise immediately — in both EN and PT-BR READMEs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@im-voracity im-voracity merged commit 32120d3 into master Mar 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant