Based on the information from PR #12, I'll create a concise release note:
Release Notes: DAG Routing, File Handling and Transformers
New Features
- DAG Routing: Implemented directed acyclic graph (DAG) routing capabilities for efficient entity processing
- File Handling: Added comprehensive file processing with chunking, parsing, and syncing capabilities
- Transformers: Introduced transformer framework with decorators, models, and database synchronization
- Full Async Streaming: Enhanced async streaming for handling file streams and data processing
- Metaprogramming for derivative entities: Added type mapping between File types and their Parent/Chunk types
Technical Improvements
- Decoupled sync context building with improved progress tracking
- Implemented lightweight DAG router for optimized data flow
- Created buffered stream generator for efficient data processing
- Enhanced destination operations with action tracking via enums
Developer Notes
- Database migrations have been consolidated into a single file
- Requires Docker volume restart after update