0.2.1
- implement robust fetch with retries for TMDB metadata (76caef7)
Added lib/request.ts: Introduced a fetchWithRetry utility to handle transient network failures.
Improved Resilience: Implemented automatic 3-attempt retries with exponential backoff for ConnectTimeoutError and other networking issues.
Optimized Timeouts: Set an 8-second timeout per request attempt to ensure faster recovery and better responsiveness.
Route Integration: Updated the main metadata route (app/[type]/[id]/route.tsx) and the proxy layer to use the new robust fetching mechanism.
Bug Fix: Resolved frequent TypeError: fetch failed caused by TMDB connection timeouts.
Full Changelog: v0.2.0...v0.2.1