AI SEO
Large or slow request bodies are now rejected before authentication. Oversized requests return 413 and stalled uploads return 408, both handled up front so they never reach protected work.
Dispatch
Requests that are too large or too slow now fail fast with clear responses:
- Oversized request bodies return 413. We cap the request body size, so a too-large payload is rejected instead of straining the service.
- Slow request bodies return 408. Requests that stall while sending their body time out rather than hanging.
Byte and character limits are now aligned and documented.
AI SEO
Faster audits on large pages. The page-readiness audit now parses HTML in a single linear pass. Very large or complex pages that previously bogged down the audit will complete faster.
Media Encoding
Per-identity bucket access. Your bring-your-own-bucket grants now apply per identity, so each identity can only reach the storage it was granted. Cross-tenant access is closed off. S3 keys are matched literally, with no path normalization.