Elijah Ko
03/09/2026, 9:45 AMMerel
03/09/2026, 10:53 AMElena Khaustova
03/11/2026, 5:01 PMElena Khaustova
03/13/2026, 12:54 PMElijah Ko
03/16/2026, 2:59 PMAlice Cima
03/17/2026, 3:20 PMMerel
03/18/2026, 4:27 PMElena Khaustova
03/25/2026, 1:57 PMElena Khaustova
04/09/2026, 11:10 AMLangfuseEvaluationDataset β a recently released dataset that makes evaluation a first-class part of your Kedro project. Weβll demo how to define test cases in configuration, run experiments across different prompt versions and models, and compare results side-by-side in the Langfuse UI.
π
When: 10 Apr, 1 PM (GMT+1)
youtube YouTube:
linkedin LinkedIn: https://www.linkedin.com/events/7447960424517582848?viewAsMember=true
π£ These sessions are public and open to everyone. Join us live or catch the recording afterwards.Sajid Alam
04/09/2026, 12:04 PMlist_versions() method for versioned datasets.
β¦ pipelines_to_find parameter in find_pipelines() for selectively running pipeline subsets.
β¦ --checkout flag now works on new projects without a starter.
β¦ SESSION_CLASS configurable project setting for custom KedroSession subclasses.
β¦ Improvements to error messages, logging configuration, and long-running server support read our release notes for more information.
β’ π Documentation changes:
β¦ Added parameter validation docs covering Pydantic model and dataclass support for typed parameters.
ββββββββββββββββββββββββ
K Kedro-Datasets 9.3.0
β’ Major features and improvements:
β¦ Compatible with pandas 3.0.
β¦ New ibis-materialize and ibis-singlestoredb extras for Ibis 12.0 backends.
β¦ "Upsert" save mode added to ibis.TableDataset via MERGE INTO support.
β¦ New experimental langfuse.LangfuseEvaluationDataset for managing Langfuse evaluation datasets (kedro_datasets_experimental.langfuse).
β¦ Additional fixes and compatibility improvements across datasets read our release notes for more information.
ββββββββββββββββββββββββ
K VSCode-Kedro 0.7.0
β’ Major features and improvements:
β¦ Auto-reload Kedro-Viz on project file changes.
β¦ Toggle Kedro-Viz theme directly from VS Code.
β¦ Migrated Webview from react-scripts to Vite.
β¦ Relative path support in kedroProjectPath, auto-detection of Kedro projects, and multiple project support.
β¦ Developer experience, security, and dependency updates read our release notes for more information.
ββββββββββββββββββββββββ
π Community contributions:
A huge thank you to everyone who contributed to these releases!
Kedro 1.3.1: aziq, zhubaobao2024, Camille Coeurjoly, sinanpl, Mr-Neutr0n, mvhensbergen, SayantanDutt
Kedro-Datasets 9.3.0: Priyanka, Akumawavez, Joris, Bas-commits, oomenn, Celina, Juanchodpg2
VSCode-Kedro 0.7.0: pascalwhoop
π― How to get the latest releases
β’ Python users
pip install kedro==1.3.1
pip install kedro-datasets==9.3.0
β’ VS Code users
Search for Kedro in the Extensions marketplace and update to v0.7.0.
π Helpful links
β’ Kedro-datasets GitHub repository
β’ Kedro core GitHub repository
β’ VSCode-Kedro GitHub repository
β’ Kedro docs
You too can contribute by using these features and providing feedback. Follow our roadmap for more updates, comment on the tickets, and suggest future features to the community.
Until next time,
The Kedro Team πSajid Alam
04/23/2026, 10:25 AMJitendra Gundaniya
04/30/2026, 2:43 PMSajid Alam
05/07/2026, 1:20 PMMerel
05/08/2026, 8:10 AMSajid Alam
05/21/2026, 11:48 AMAlice Cima
06/02/2026, 5:15 PMKedroServiceSession , and project inspection API
β’ Kedro-Datasets 9.4.0 adds python 3.14 support, several new huggingface datasets as well as the opik.EvaluationDataset as an experimental dataset
β’ Kedro-Telemetry 0.8.0 also adds python 3.14 support and fixes bugs in the dataset type collection
π What can you expect in these releases?
K Kedro 1.4.0
β’ Major features and improvements:
β¦ Official support for Python 3.14
β¦ First version of the KedroServiceSession which enables runtime parameter injection per run as well as multiple runs per session
β¦ Ability to inspect the project snapshot via the inspection API
β¦ Improved %load_node and scoped parameter type-hint validation when selected pipelines are being run
β¦ For more changes, see the full release notes
β’ π Documentation changes:
β¦ Added documentation for KedroServiceSession
β¦ Fixed API docs the session and context modules
ββββββββββββββββββββββββ
K Kedro-Datasets 9.4.0
β’ Major features and improvements:
β¦ New HuggingFace Datasets: ArrowDataset , ParquetDataset, JSONDataset and CSVDataset
β¦ Support for Python 3.14 (except for tensorflow.TensorFlowModelDataset and geopandas.GenericDataset due to no support in underlying libraries)
β¦ Credentials support in ibis.FileDataset
β¦ New experimental dataset: opik.EvaluationDataset
β¦ Some experimental datasets for langfuse, opik and langchain have been renamed to simplify the naming convention
β¦ See full release notes for more details
ββββββββββββββββββββββββ
K Kedro-Telemetry 0.8.0
β’ Major features and improvements:
β¦ Support for Python 3.14
β¦ Fixed bug related to collection of dataset types
ββββββββββββββββββββββββ
π Community contributions:
A huge thank you to everyone who contributed to these releases!
Kedro 1.4.0: BhavayChopra, jeevan6996, Rahul Bansod, PragnyaKhandelwal, datascienceio, Guillaume Tauzin, Prince Kumar
Kedro-Datasets 9.4.0: datascienceio, Guillaume Tauzin, Ian Whalen, Sai Asish Y, Kaushal Dhungel, Anton Nikishin
π Helpful links
β’ Kedro-datasets GitHub repository
β’ Kedro core GitHub repository
β’ VSCode-Kedro GitHub repository
β’ Kedro docs
You too can contribute by using these features and providing feedback. Follow our roadmap for more updates, comment on the tickets, and suggest future features to the community.
Until next time,
The Kedro Team πRashida Kanchwala
06/03/2026, 1:34 PMJitendra Gundaniya
06/03/2026, 3:51 PMkedro_node_name.
β’ VSCode-Kedro 0.8.0 adds a native VS Code right-click action on Kedro Viz task nodes to open an untitled debug notebook prefilled with %load_node <node_name>.
π What can you expect in these releases?
K Kedro-Viz 12.4.0
β’ Major features and improvements:
β¦ Official support for Python 3.14
β¦ Expose full internal Kedro node name as kedro_node_name
β¦ Add NodeContextMenu support for VSCode
β¦ Add Consent Management Platform (CMP) script to Kedro-Viz docs
β¦ For more changes, see the full release notes
ββββββββββββββββββββββββ
K VSCode-Kedro 0.8.0
β’ Major features and improvements:
β¦ Adds a native VSCode right-click action on Kedro Viz task nodes to open an untitled debug notebook prefilled with %load_node <node_name>.
β¦ For more changes, see the full release notes
π Community contributions:
A huge thank you to everyone who contributed to these releases!
Kedro-Viz 12.4.0: Eoin Shaughnessy and tuanaiseo
π Helpful links
β’ Kedro-Viz GitHub repository
β’ VSCode-Kedro GitHub repository
You too can contribute by using these features and providing feedback. Follow our roadmap for more updates, comment on the tickets, and suggest future features to the community.
Until next time,
The Kedro Team πSajid Alam
06/04/2026, 12:19 PM%load_node, making it easier to inspect and debug individual Kedro nodes.
π
When: 05 June, 1 PM (GMT+1)
youtube YouTube:
linkedin LinkedIn: https://www.linkedin.com/events/7468274192220655616/
π£ These sessions are public and open to everyone. Join us live or catch the recording afterwards.Elijah Ko
06/04/2026, 3:15 PMSajid Alam
06/18/2026, 12:02 PMMerel
06/18/2026, 12:12 PMAnkita Katiyar
06/30/2026, 11:06 AMKedroServiceSession, a kedro server start CLI command, selective pipeline loading, and updated deployment documentation.
announcement Read all about Kedro Server API and KedroServiceSession here! https://kedro.org/blog/kedro-as-a-service
Kedro-datasets 9.5.0 introduces a security fix to PyTorchDataset, send_individually option to APIDataset and other minor improvements.
π What can you expect in this release?
K Kedro K
Major features and improvements:
β’ New HTTP Server API layer built on KedroServiceSession to execute pipelines from HTTP requests, with endpoints for:
- /run β run pipelines with optional runtime parameters
- /health β check the serverβs health status
- /snapshot β retrieve the current project snapshot
β’ New CLI command kedro server start to launch the server
β’ Selective pipeline loading: when --pipelines is specified, only the requested pipeline modules are imported, speeding up startup
β’ Refreshed the Amazon EMR Serverless, AWS Step Functions, and AWS Batch deployment guides with strategy-first layouts, namespace-based grouping, container image guidance, and end-to-end walkthroughs
β’ And more! Read the release notes for a full list of changes!
K Kedro Datasets K
β’ Added `send_individually`option to`APIDataset`to send list items as individual requests instead of batched arrays.
β’ Hardened experimental `pytorch.PyTorchDataset`:`weights_only=True`is now enforced by default on load to block arbitrary code execution from untrusted`.pt`files, user-supplied`load_args`and`save_args`are now correctly passed to`torch.load`and`torch.save`(previously silently dropped), and the misleading βpickle-safeβ docstring was corrected.
β’ Fixed`ibis.FileDataset`to support remote filepaths (e.g.s3://,abfss://,hf://) and added an`fs_args`argument to authenticate the filesystem used for version discovery.
β’ And more! Read the release notes for a full list of changes!
π Community contributions: A huge thank you to everyone who contributed to this release: PragnyaKhandelwal, Anton Nikishin, GDaamn, Feng Jikui, Rudra Dudhat, Jean-Baptiste Braun, Gargi, and Simon
π Helpful links
β’ Kedro GitHub repository
β’ Kedro-datasets GitHub repository
β’ <http://(http://docs.kedro.org|Kedro docs>
You too can contribute by using these features and providing feedback. Follow our roadmap for more updates, comment on the tickets, and suggest future features to the community.
Until next time,
The Kedro Team πMerel
06/30/2026, 11:09 AMSajid Alam
07/02/2026, 11:07 AMMerel
07/02/2026, 12:11 PMAnkita Katiyar
07/06/2026, 12:01 PMGET /health, POST /run, and GET /snapshot
uv pip install 'kedro[server]'
kedro server start --host 127.0.0.1 --port 8000
π KedroSeviceSession β run pipelines repeatedly in one process; state loads once, each run stays isolated:
with KedroServiceSession.create() as session:
session.run(runtime_params={"param1": "value1"})
session.run(runtime_params={"param1": "value2"})
Weβd love your feedback! How would you use Kedro as a service? Whatβs missing for your use case? Drop a comment here or open an issue/discussion on GitHub. πSajid Alam
07/16/2026, 9:45 AMElena Khaustova
08/05/2026, 11:21 AM