Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ZenRows/zenrows-python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ZenRows/zenrows-python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sync-spec-post-method
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 45 files changed
  • 2 contributors

Commits on Jul 13, 2026

  1. feat: add ZenRows Batch API client

    Add ZenRowsBatchClient — a synchronous, typed client for the async-job
    Batch API — and migrate the package to a src/ layout.
    
    - Typestate resource handles: JobRef/JobHandle, RunRef/RunHandle,
      ExportRef/ExportHandle (id-only refs vs loaded handles with .data),
      with job.run.* (current run) and job.schedule.* facets that
      disambiguate the two "pause" endpoints.
    - submit_regular / submit_open / submit_scheduled, typed schedule
      builders (At/Rate/Calendar), CSV file-input upload, and cursor-free
      scanners (iter_jobs / iter_runs / iter_results).
    - Waiters (run / ingest / export) with jittered backoff; transport-level
      retries of transient failures (429/502/503/504 + network errors) on
      idempotent requests, honoring Retry-After.
    - Downloads pulled straight from each result's presigned result_url (no
      /content endpoint): bulk download_to_dir / download_to_memory,
      server-side zip download_all_results, and per-task
      download_task_to_file / download_task_to_memory.
    - Webhook management (get/put/delete job webhook, test_webhook), HMAC key
      lifecycle, and offline cost estimation (client.estimate_cost).
    - RFC 7807 error mapping to BatchAPIError; pydantic v2 models generated
      from the OpenAPI spec; generated markdown API reference and runnable
      examples.
    asyschikov committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    5e3dec9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    95ec74d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2026

  1. Configuration menu
    Copy the full SHA
    e0359e1 View commit details
    Browse the repository at this point in the history
Loading