Skip to content

Release History

All releases of the Podcast Scraper project.

Before tagging a release, follow the Release checklist in the Development Guide (search for "Release checklist"). In particular, run make release-docs-prep so architecture diagrams and release notes are up to date; the docs site uses committed diagrams only, and CI fails if they are stale.

Latest Release

  • v2.5.0 — LLM Provider Expansion & Production Hardening (released February 2026)
  • v2.4.0 — Provider ecosystem & production readiness

All Releases

Version Highlights
v2.5.0 LLM provider expansion (6 cloud + Ollama local), production hardening, LLM metrics, MPS exclusive mode
v2.4.0 Multi-provider ecosystem (8 providers), production defaults, cache management
v2.3.2 Security tests, thread-safety fixes
v2.3.1 Security fixes, code quality improvements
v2.3.0 Episode summarization, public API, cleaned transcripts
v2.2.0 Metadata generation, code quality improvements
v2.1.0 Automatic speaker detection using NER
v2.0.1 Bug fixes and stability improvements
v2.0.0 Modular architecture, public API foundation
v1.0.0 Initial release

Versioning

This project follows Semantic Versioning:

  • Major (X.0.0) — Breaking changes
  • Minor (0.X.0) — New features, backwards compatible
  • Patch (0.0.X) — Bug fixes, backwards compatible