Batch API Key Fixes
Resolved critical issues with batch API key handling and request formatting to ensure reliable batch scraping operations.
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
1General bug fixes and improvements
Plus 29 internal improvements for better reliability and performance.
Bug Fixes
3Batch 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.