3.0.9
camel-ai/owl3.0.9Apr 13, 2026by gaudyb
AI Summary
This release focuses on performance improvements, security updates, and new input methods for the GraphRAG pipeline. It introduces NLP streaming capabilities, a Parquet reader, and client-side JSON validation while resolving a critical security vulnerability in the NLTK library.
Key Highlights
- Introduces NLP streaming capabilities for improved processing efficiency
- Adds Parquet reader implementation as a new input type
- Resolves CVE-2025-14009 by bumping the NLTK dependency
- Enables client-side JSON validation for better data integrity
- Pins LiteLLM dependency to ensure stability
New Features
- NLP streaming
- Parquet reader implementation
- Client-side JSON validation
Full Release Notes
## What's Changed * remove relationships with phantom entities by @dayesouza in https://github.com/microsoft/graphrag/pull/2261 * nlp streaming by @dayesouza in https://github.com/microsoft/graphrag/pull/2264 * Release v3.0.6 by @dayesouza in https://github.com/microsoft/graphrag/pull/2267 * reconfigure vector store size by @dayesouza in https://github.com/microsoft/graphrag/pull/2281 * Pin litellm dependency by @dworthen in https://github.com/microsoft/graphrag/pull/2290 * Release v3.0.7 by @dworthen in https://github.com/microsoft/graphrag/pull/2291 * bump nltk to resolve [CVE-2025-14009](https://github.com/advisories/GHSA-7p94-766c-hgjp) by @dworthen in https://github.com/microsoft/graphrag/pull/2298 * Release v3.0.8 by @dworthen in https://github.com/microsoft/graphrag/pull/2299 * Fix broken documentation links. by @dworthen in https://github.com/microsoft/graphrag/pull/2305 * Support client side json validation. by @dworthen in https://github.com/microsoft/graphrag/pull/2306 * parquet reader implementation as a new input type by @gaudyb in https://github.com/microsoft/graphrag/pull/2320 * Release v3.0.9 by @gaudyb in https://github.com/microsoft/graphrag/pull/2321 **Full Changelog**: https://github.com/microsoft/graphrag/compare/v3.0.5...3.0.9