Skip to content

Release 1.4.3 - Sagarmatha Sentinel

Choose a tag to compare

@github-actions github-actions released this 25 Dec 07:40

Summary

Release 1.4.3 delivers data integrity improvements and performance enhancements. It includes fixes to metadata cleaning to only include valid IMDb IDs, improved handling to avoid using TMDB IDs as final metadata, better item fetching when genres are excluded, and a caching improvement to speed up catalog loading.

Improvements

  • Cache catalogs for 6 hours to speed startup and reduce repeated fetches. (#123)

Bug Fixes

  • Ensure only valid IMDb IDs are returned during metadata cleaning, preventing invalid IDs from polluting data. (#123)
  • Remove items that improperly use TMDB IDs as final metadata to ensure data consistency and correct linking. (#123)
  • When genres are excluded, fetch more items to maintain catalog completeness and accuracy (refs: #79). (#123)