Added
- Security & Authentication - Implemented TMDB API key encryption and session-based authentication for improved security.
- Test Architecture Overhaul - Restructured integration tests into a unified
server/testsdirectory with shared helpers and verified all 88 tests pass. - Docker Production Fixes - Fixed Docker build pipeline and standardized
Dockerfilenaming. - Verification Workflow - Added comprehensive verification steps for Docker and CI/CD pipelines.
Changed
- Relaxed Rate Limits - Significantly increased API rate limits (Strict: 60/min, API: 300/min, Addon: 1000/min) to better align with TMDB's policy and support heavy Stremio usage.
- Deep Code Cleanup - Removed unused code, legacy comments, and redundant files across the project.
- Optimized Deployment - Improved
.beamupignoreand.dockerignorefor leaner production builds.
Full Changelog: https://github.com/semi-column/tmdb-discover-plus/commits/v2.3.0