1.14.5a5
📦 crewaiView on GitHub →
✨ 1 features🐛 5 fixes⚡ 1 deprecations🔧 2 symbols
Summary
This release introduces improvements to Daytona sandbox tools and deprecates CrewAgentExecutor in favor of AgentExecutor. Several security patches and documentation updates were also included.
Migration Steps
- Migrate usage of `inputs.id` to `restoreFromStateId` (refer to migration guide).
- Review the OSS upgrade guide.
- Review the crew-to-flow migration guide.
✨ New Features
- Improve Daytona sandbox tools
🐛 Bug Fixes
- Fixed missing code block in pt-BR first-flow guide.
- Added logging for HITL pre-review and distillation failures, and introduced learn_strict.
- Patched urllib3 for security vulnerabilities.
- Patched gitpython and langchain-core; ignoring unpatched paramiko CVE.
- Refreshed all published workspace packages on uv lock/sync.
Affected Symbols
⚡ Deprecations
- CrewAgentExecutor is deprecated; default Crew agents now use AgentExecutor.