Migrating to RAGAS v0.3.0
Version v0.3.0 introduces 1 breaking change. This guide details how to update your code.
Released: 7/17/2025
1
Breaking Changes
3
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
ProjectBreaking Changes
●Issue #1
The `Project` class/functionality has been refactored out, which may break existing code relying on its previous structure or existence.
Migration Steps
- 1Review usage of the refactored `Project` functionality and update code accordingly.
- 2If using older embedding extraction logic, ensure it is updated to use the new async method.
- 3Review security settings due to the fix for CVE-2025-45691.
Release Summary
This release introduces major features like LlamaIndex agentic integration, a new CLI, and security enhancements including a fix for CVE-2025-45691. It also includes significant internal refactoring, notably the removal of the Project structure.
Need More Details?
View the full release notes and all changes for RAGAS v0.3.0.
View Full Changelog