Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 09:03
· 310 commits to main since this release

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/tests directory with shared helpers and verified all 88 tests pass.
  • Docker Production Fixes - Fixed Docker build pipeline and standardized Dockerfile naming.
  • 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 .beamupignore and .dockerignore for leaner production builds.

Full Changelog: https://github.com/semi-column/tmdb-discover-plus/commits/v2.3.0