All releases
v2.33.4
April 13, 2026
Patch
In this release
Improved1
Fixed3
Internal29
Total33

Batch API Key Fixes

Resolved critical issues with batch API key handling and request formatting to ensure reliable batch scraping operations.

Highlights
Batch API key resolution

Batch proxy routes now accept X-Key-Id as an alternative to X-API-Key, allowing the server to resolve plaintext keys on demand instead of relying on sessionStorage caching.

Improvements

1

General bug fixes and improvements

Plus 29 internal improvements for better reliability and performance.

Bug Fixes

3

Batch API key resolution

Batch proxy routes now accept X-Key-Id as an alternative to X-API-Key, allowing the server to resolve plaintext keys on demand instead of relying on sessionStorage caching.

API key decryption

Added on-demand API key decryption for batch operations, preventing fallback to truncated UUIDs when keys aren't cached in sessionStorage.

Batch request formatting

Corrected batch form submission to use 'urls' field instead of 'requests', ensuring proper API request formatting for all dashboard batch submissions.

Plus 29 internal changes for stability and performance.