releaseintermediate
[Release] crewaiInc/crewAI 1.15.15: 1.15.15
By joaomdmouragithub
View original on githubcrewAI v1.15.15 introduces enhanced flow reporting capabilities with outcome, duration, and human-in-the-loop signal tracking. The release includes critical security updates for torch and gitpython dependencies, fixes for event emission during boundary hook aborts, and standardization of CLI flags to kebab-case. Bug fixes also address span export scoping to prevent tracer provider conflicts.
Key Points
- •Report flow outcome, duration, and human-in-the-loop signals for better flow observability and monitoring
- •Emit FlowStartedEvent when boundary hooks abort flows to ensure proper event sequencing
- •Scope span export to own tracer provider to prevent conflicts with external tracing systems
- •Upgrade torch to v2.13.0 to address security vulnerabilities in ML dependencies
- •Update gitpython to v3.1.58 in crewai-tools[github] for security compliance
- •Standardize CLI flags to kebab-case for consistent command-line interface conventions
- •Refactor date injection functionality in agents for improved temporal handling
- •Maintain backward compatibility while improving internal architecture and observability
Found this useful? Add it to a playbook for a step-by-step implementation guide.
Workflow Diagram
Start Process
Step A
Step B
Step C
Complete