Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2025-10-29 🚀
Added
- Integrated LiteLLM for robust multi-provider stability, structured output, and providers management
- Three new Pipeline Templates (JSON Generation, Text Classification, Q&A Generation)
- Jinja2 templating support for dynamic prompts in UI blocks
- New website with feature guides and documentation
- Switch table/single view for the Review page
- Display config in the Review page
- Debug pipeline script for local testing/debugging
Changed
- Improved Pipeline Editor with enhanced block visualization and new auto-layout
- Improve usability of config forms with better defaults and descriptions
Fixed
- Various bugs and stability issues
1.0.0 - Initial Release 🎉
Added
- Core pipeline execution engine with block-based architecture
- Visual pipeline editor with React Flow
- REST API for pipeline execution
- Template system for common use cases