Juan Luis
07/24/2025, 7:34 AMDataCatalog
now supports lazy loading, has better performance, and new pipeline-aware commands (CLI + interactive).
• Multi-namespace support for kedro run
, stricter validation, and improved handling of large pipelines.
• New CLI features like --only-missing-outputs
, better node naming, and multiprocessing control.
• Major API simplifications and cleanup to support long-term maintainability.
• Fresh new docs experience with a modern theme and improved structure.
Kedro Viz 12.0:
• Introducing the Workflow feature: Quickly understand your pipeline runs with a clear visual summary—highlighting success or failure, executed nodes, and exactly where issues happened. This visibility helps you debug faster and confidently optimise your workflows. 👉 Learn more about the Workflow feature here
• Brand new documentation powered by MkDocs: We’ve restructured and redesigned our docs for a smoother, more intuitive experience. Enjoy better navigation, cleaner layout, and easier access to everything you need. 👉 Explore the new documentation here
💥 Breaking changes to the Kedro API: Read the full release notes on GitHub
📚 Migration guide from Kedro 0.18 and 0.19 to Kedro 1.0: Follow the migration steps here
🎯 How to Get the Latest Releases
[uv] pip install "kedro==1.0.0"
[uv] pip install "kedro-viz==12.0.0"
For React users: npm install @quantumblack/kedro-viz@latest
kedroid Community contributions
Many thanks to the following Kedroids for contributing PRs to these releases:
• @Yury Fedotov
• Kitsios Konstantinos
Huge thanks to our amazing community contributors for being with us on this journey and helping shape Kedro into what it is today✨
Until next time,
The Kedro Team 💛Idit
07/24/2025, 9:39 AM