Pentaho 11 is the new long-term support (LTS) release of Pentaho Data Integration and Analytics, following 10.2 from August 2024. Most of the headlines are about the server and the user console, so in this post I focus only on what matters to PDI developers: what changes in your day-to-day work, what might break, and whether you should upgrade from 9.x or 10.x now.
If you have not installed it yet, start with my PDI 11 installation guide.
1. Pipeline Designer: build transformations in the browser
The biggest visible change is Pipeline Designer, a browser-based editor for transformations and jobs. It works much like Spoon, but runs on a modern web UI, so you can build and edit pipelines without installing Spoon on every developer machine.
The important part for existing projects: it is compatible with the .ktr and .kjb files you already built in Spoon. Spoon is not going away, and you can mix the two. My take: keep using Spoon for heavy development and debugging for now, and try Pipeline Designer for quick edits and for team members who should not need a desktop install.