Release Notes

3.0.0

26 March 2026

New Features

  • Support for incremental builds! Instead of saga dev always starting a brand new build on every file change, Saga is now kept alive and just reruns the pipeline, while caching the entire read step. This relies on saga-cli version 2.
  • Remove deprecated code
  • Support for localization (i18n) (#50 by kevinrenskers)

Documentation Changes

  • Add a new “Custom Feed Formats” guide
  • Add a feature comparison to the readme

BREAKING CHANGES

  • CLI flags --input, --output and --ignore removed
  • Pre/post pipeline code must move to beforeRead and afterWrite hooks

Please check the migration guide for more information.