Skip to content

Release 1.11.1 - Sagarmatha Summit

Choose a tag to compare

@github-actions github-actions released this 10 Jun 09:17

Summary

  • Release 1.11.1 improves reliability, configurability, and documentation. Key fixes include aligning signal data sources, respecting Retry-After for HTTP retries, bounding enrichment concurrency, and aligning cache bootstrapping with configured sources.

Features

  • No new user-facing features in this release.

Bug Fixes

  • Single source of truth for popularity and other signals: centralizes signal calculation to ensure consistent behavior across components.
  • Cache bootstrap: bootstrapping now respects the configured watch_history_source, aligning cache data with user configuration.
  • HTTP: Retry-After header is now honored for 429 responses, resulting in smarter backoff and reduced unnecessary retries.
  • Profile builder: bounds TMDB enrichment concurrency to prevent resource contention and improve stability.

Improvements

  • Documentation improvements: expanded guidance for multi-source history, catalog engines, and full configuration.
  • Claude documentation: updated to replace coding standards with coding-mindset and write-like-a-human guidance to reflect modern practices.