CrewAI Release Notes
23 release notes curated from 1 source by the Releasebot Team. Last updated: May 12, 2026
- May 12, 2026
- Date parsed from source:May 12, 2026
- First seen by Releasebot:May 12, 2026
1.14.5a5
CrewAI ships v1.14.5a4 with agent executor changes, improved Daytona sandbox tools, security patches, bug fixes, and new migration guides for OSS upgrades and crew-to-flow workflows.
What's Changed
Features
- Deprecate CrewAgentExecutor, default Crew agents to AgentExecutor
- Improve Daytona sandbox tools
Bug Fixes
- Fix missing code block in pt-BR first-flow guide
- Log HITL pre-review and distillation failures, add learn_strict
- Patch urllib3 for security vulnerabilities
- Patch gitpython and langchain-core; ignore unpatched paramiko CVE
- Refresh all published workspace packages on uv lock/sync
Documentation
- Add migration guide for inputs.id to restoreFromStateId
- Add OSS upgrade and crew-to-flow migration guide
- Update changelog and version for v1.14.5a4
Contributors
@akaKuruma, @greysonlalonde, @iris-clawd, @lorenzejay, @mislavivanda
Original source - May 8, 2026
- Date parsed from source:May 8, 2026
- First seen by Releasebot:May 9, 2026
1.14.5a4
CrewAI ships v1.14.5a3 with LLM listings updates, a dependency fix, and refreshed changelog documentation.
What's Changed
Features
- Update LLM listings
Bug Fixes
- Fix dependency issue by moving textual to crewai-cli and adding certifi
Documentation
- Update changelog and version for v1.14.5a3
Contributors
@cgoeppinger, @greysonlalonde
Original source All of your release notes in one feed
Join Releasebot and get updates from CrewAI and hundreds of other software products.
- May 6, 2026
- Date parsed from source:May 6, 2026
- First seen by Releasebot:May 7, 2026
1.14.5a3
CrewAI fixes the status endpoint path, updates GitPython for security, and splits the CLI into a standalone package.
What's Changed
Bug Fixes
- Fix status endpoint path from /{kickoff_id}/status to /status/{kickoff_id}
- Bump gitpython dependency to version >=3.1.47 for security compliance
Refactoring
- Extract CLI into standalone crewai-cli package
Documentation
- Update changelog and version for v1.14.5a2
Contributors
@greysonlalonde, @iris-clawd
Original source - May 4, 2026
- Date parsed from source:May 4, 2026
- First seen by Releasebot:May 5, 2026
1.14.5a2
CrewAI fixes task output handling across async flows, completion token tracking, and final answer logic, while improving loader calls, model conversion, and shared stop word safety. It also updates documentation, changelog, and version for v1.14.5a1.
What's Changed
Bug Fixes
- Fix task output restoration in finally block
- Include thoughts_token_count in completion tokens
- Preserve task outputs across async batch flush
- Forward kwargs to loader calls in CrewAIRagAdapter
- Prevent result_as_answer from returning hook-block message as final answer
- Prevent result_as_answer from returning error as final answer
- Use acall for output conversion in async paths
- Prevent shared LLM stop words mutation across agents
- Handle BaseModel input in convert_to_model
Documentation
- Document additional environment variables
- Update changelog and version for v1.14.5a1
Contributors
- @NIK-TIGER-BILL, @greysonlalonde, @lorenzejay, @minasami-pr, @theCyberTech, @wishhyt
- May 1, 2026
- Date parsed from source:May 1, 2026
- First seen by Releasebot:May 2, 2026
1.14.5a1
CrewAI ships restore_from_state_id kickoff support, ExaSearchTool highlights and a release flow fix in v1.14.4.
What's Changed
Features
- Add restore_from_state_id kickoff parameter
- Add highlights to ExaSearchTool and rename from EXASearchTool
Bug Fixes
- Fix missing crewai pin sites in release flow
- Ensure skills loading events for traces
Documentation
- Update changelog and version for v1.14.4
Contributors
- @akaKuruma, @github-actions[bot], @greysonlalonde, @lorenzejay, @theishangoswami
- Apr 30, 2026
- Date parsed from source:Apr 30, 2026
- First seen by Releasebot:May 1, 2026
1.14.4
CrewAI releases v1.14.4a1 with new custom persistence key support, Responses API support for Azure OpenAI, Vertex AI workload identity guidance, and fresh Tavily and You.com tools. It also brings multiple bug fixes, stronger replay and checkpointing, and updated sandbox docs.
What's Changed
Features
- Add support for custom persistence key in @persist
- Add Responses API support for Azure OpenAI provider
- Forward credential_scopes to Azure AI Inference client
- Add Vertex AI workload identity setup guide
- Add Tavily Research and get Research
- Add You.com MCP tools for search, research, and content extraction
Bug Fixes
- Fix fall through when JSON regex match isn't valid JSON
- Fix to preserve tool_calls when response also contains text
- Fix to forward base_url and api_key to instructor.from_provider
- Fix to warn and return empty when native MCP server returns no tools
- Fix to use validated messages variable in non-streaming handlers
- Fix to guard crew chat description helpers against LLM failures
- Fix to reset messages and iterations between invocations
- Fix to forward trained-agents file through replay and test
- Fix to honor custom trained-agents file at inference
- Fix to bind task-only agents to crew for multimodal input_files
- Fix to serialize guardrail callables as null for JSON checkpointing
- Fix renaming of force_final_answer to avoid self-referential router
- Fix bump of litellm for SSTI fix; ignore unfixable pip CVE
Documentation
- Update changelog and version for v1.14.4a1
- Add E2B Sandbox Tools page
- Add Daytona sandbox tools documentation
Contributors
@EdwardIrby, @dependabot[bot], @factory-droid-oss, @factory-droid[bot], @greysonlalonde, @kunalk16, @lorenzejay, @lucasgomide, @manisrinivasan2k1, @mattatcha, @vinibrsl
Original source - Apr 29, 2026
- Date parsed from source:Apr 29, 2026
- First seen by Releasebot:Apr 30, 2026
1.14.4a2
CrewAI adds custom persistence keys for @persist, Azure OpenAI Responses API support, and Azure AI Inference credential scope forwarding, while also tightening LLM, MCP, and instructor handling.
What's Changed
- feat(flow): support custom persistence key in @persist by @lucasgomide in #5649
- fix(llm): use validated messages variable in non-streaming handlers by @greysonlalonde in #5655
- feat(azure): add Responses API support for Azure OpenAI provider by @kunalk16 in #5201
- fix(mcp): warn and return empty when native MCP server returns no tools by @greysonlalonde in #5657
- fix(instructor): forward base_url and api_key to instructor.from_provider by @greysonlalonde in #5658
- feat(azure): forward credential_scopes to Azure AI Inference client by @mattatcha in #5661
New Contributors
- @kunalk16 made their first contribution in #5201
Full Changelog: 1.14.4a1...1.14.4a2
Original source - Apr 29, 2026
- Date parsed from source:Apr 29, 2026
- First seen by Releasebot:Apr 30, 2026
1.14.4a1
CrewAI fixes crew chat and executor issues, improves trained-agents handling and multimodal input routing, and updates JSON checkpointing plus LiteLLM security. It also adds new sandbox, Vertex AI, and You.com MCP documentation, alongside the v1.14.3 changelog update.
What's Changed
Bug Fixes
Fix crew chat description helpers against LLM failures.
Reset messages and iterations between invocations in executor.
Forward trained-agents file through replay and test in CLI.
Honor custom trained-agents file at inference in agent.
Bind task-only agents to crew to ensure multimodal input_files reach the LLM.
Serialize guardrail callables as null for JSON checkpointing.
Rename force_final_answer in agent_executor to avoid self-referential router.
Bump litellm for SSTI fix and ignore unfixable pip CVE.
Documentation
Add E2B Sandbox Tools page.
Add Daytona sandbox tools documentation.
Add Vertex AI workload identity setup guide.
Add You.com MCP tools for search, research, and content extraction.
Update changelog and version for v1.14.3.
Contributors
@EdwardIrby, @dependabot[bot], @factory-droid-oss, @factory-droid[bot], @greysonlalonde, @lorenzejay, @manisrinivasan2k1, @mattatcha
Original source - Apr 24, 2026
- Date parsed from source:Apr 24, 2026
- First seen by Releasebot:Apr 25, 2026
1.14.3
CrewAI releases v1.14.3 with lifecycle events for checkpoints, support for e2b, Bedrock V4 and Daytona sandbox tools, plus checkpoint and fork support for standalone agents. It also improves Azure auth, speeds cold starts, and delivers multiple bug fixes and security updates.
What's Changed
Features
Add lifecycle events for checkpoint operations
Add support for e2b
Fall back to DefaultAzureCredential when no API key is provided in Azure integration
Add Bedrock V4 support
Add Daytona sandbox tools for enhanced functionality
Add checkpoint and fork support to standalone agents
Bug Fixes
Fix execution_id to be separate from state.id
Resolve replay of recorded method events on checkpoint resume
Fix serialization of initial_state class references as JSON schema
Preserve metadata-only agent skills
Propagate implicit @crewbase names to crew events
Merge execution metadata on duplicate batch initialization
Fix serialization of Task class-reference fields for checkpointing
Handle BaseModel result in guardrail retry loop
Preserve thought_signature in Gemini streaming tool calls
Emit task_started on fork resume and redesign checkpoint TUI
Use future dates in checkpoint prune tests to prevent time-dependent failures
Fix dry-run order and handle checked-out stale branch in devtools release
Upgrade lxml to >=6.1.0 for security patch
Bump python-dotenv to >=1.2.2 for security patch
Documentation
Update changelog and version for v1.14.3
Add 'Build with AI' page and update navigation for all languages
Remove pricing FAQ from build-with-ai page across all locales
Performance
Optimize MCP SDK and event types to reduce cold start by ~29%
Refactoring
Refactor checkpoint helpers to eliminate duplication and tighten state type hints
Contributors
@MatthiasHowellYopp, @akaKuruma, @alex-clawd, @github-actions[bot], @github-advanced-security[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @mattatcha, @renatonitta
Original source - Apr 22, 2026
- Date parsed from source:Apr 22, 2026
- First seen by Releasebot:Apr 22, 2026
1.14.3a3
CrewAI adds e2b support, Azure credential fallback, and faster cold starts with security and docs updates.
What's Changed
Features
- Add support for e2b
- Implement fallback to DefaultAzureCredential when no API key is provided
Bug Fixes
- Upgrade lxml to >=6.1.0 to address security issue GHSA-vfmq-68hx-4jfw
Documentation
- Remove pricing FAQ from build-with-ai page across all locales
Performance
- Improve cold start time by ~29% through lazy-loading of MCP SDK and event types
Contributors
@alex-clawd, @github-advanced-security[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @mattatcha
Original source - Apr 21, 2026
- Date parsed from source:Apr 21, 2026
- First seen by Releasebot:Apr 22, 2026
1.14.3a2
CrewAI adds Bedrock V4 support, Daytona sandbox tools, and a new Build with AI page for AI-native docs, now linked from Get Started in multiple languages. It also ships bug fixes for crew events, checkpointing, guardrails, and security compliance.
What's Changed
Features
- Add support for bedrock V4
- Add Daytona sandbox tools for enhanced functionality
- Add 'Build with AI' page — AI-native docs for coding agents
- Add Build with AI to Get Started navigation and page files for all languages (en, ko, pt-BR, ar)
Bug Fixes
- Fix propagation of implicit @crewbase names to crew events
- Resolve issue with duplicate batch initialization in execution metadata merge
- Fix serialization of Task class-reference fields for checkpointing
- Handle BaseModel result in guardrail retry loop
- Bump python-dotenv to version >=1.2.2 for security compliance
Documentation
- Update changelog and version for v1.14.3a1
- Update descriptions and apply actual translations
Contributors
- @MatthiasHowellYopp, @github-actions[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @renatonitta
- Apr 20, 2026
- Date parsed from source:Apr 20, 2026
- First seen by Releasebot:Apr 21, 2026
1.14.3a1
CrewAI adds checkpoint and fork support for standalone agents with bug fixes for streaming, task starts, and devtools.
What's Changed
Features
Add checkpoint and fork support to standalone agents
Bug Fixes
Preserve thought_signature in Gemini streaming tool calls
Emit task_started on fork resume and redesign checkpoint TUI
Correct dry-run order and handle checked-out stale branch in devtools release
Use future dates in checkpoint prune tests to prevent time-dependent failures (#5543)
Documentation
Update changelog and version for v1.14.2
Contributors
@alex-clawd, @greysonlalonde
Original source - Apr 17, 2026
- Date parsed from source:Apr 17, 2026
- First seen by Releasebot:Apr 17, 2026
1.14.2
CrewAI adds checkpoint resume, diff, prune, and forking with lineage tracking, plus new template management and deploy validation CLI tools. It also improves LLM setup, token tracking, devtools release hints, and several fixes, docs updates, and security patches.
What's Changed
Features
Add checkpoint resume, diff, and prune commands with improved discoverability.
Add from_checkpoint parameter to Agent.kickoff and related methods.
Add template management commands for project templates.
Add resume hints to devtools release on failure.
Add deploy validation CLI and enhance LLM initialization ergonomics.
Add checkpoint forking with lineage tracking.
Enrich LLM token tracking with reasoning tokens and cache creation tokens.
Bug Fixes
Fix prompt on stale branch conflicts in devtools release.
Patch vulnerabilities in authlib, langchain-text-splitters, and pypdf.
Scope streaming handlers to prevent cross-run chunk contamination.
Dispatch Flow checkpoints through Flow APIs in TUI.
Use recursive glob for JSON checkpoint discovery.
Handle cyclic JSON schemas in MCP tool resolution.
Preserve Bedrock tool call arguments by removing truthy default.
Emit flow_finished event after HITL resume.
Fix various vulnerabilities by updating dependencies, including requests, cryptography, and pytest.
Fix to stop forwarding strict mode to Bedrock Converse API.
Documentation
Document missing parameters and add Checkpointing section.
Update changelog and version for v1.14.2 and previous release candidates.
Add enterprise A2A feature documentation and update OSS A2A docs.
Contributors
@Yanhu007, @alex-clawd, @github-actions[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @lucasgomide
Original source - Apr 15, 2026
- Date parsed from source:Apr 15, 2026
- First seen by Releasebot:Apr 16, 2026
1.14.2rc1
CrewAI fixes cyclic JSON schema handling and security vulnerabilities in v1.14.2a5.
What's Changed
Bug Fixes
- Fix handling of cyclic JSON schemas in MCP tool resolution
- Fix vulnerability by bumping python-multipart to 0.0.26
- Fix vulnerability by bumping pypdf to 6.10.1
Documentation
- Update changelog and version for v1.14.2a5
Contributors
- @greysonlalonde
- Apr 15, 2026
- Date parsed from source:Apr 15, 2026
- First seen by Releasebot:Apr 16, 2026
1.14.2a5
CrewAI updates its documentation changelog and version for v1.14.2a4.
What's Changed
Documentation
Update changelog and version for v1.14.2a4
Contributors
@greysonlalonde
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.
Similar to CrewAI with recent updates:
- Notion release notes125 release notes · Latest May 11, 2026
- xAI release notes69 release notes · Latest May 6, 2026
- Anthropic release notes557 release notes · Latest May 13, 2026
- OpenAI release notes649 release notes · Latest May 12, 2026
- Ubiquiti release notes570 release notes · Latest May 12, 2026
- Figma release notes105 release notes · Latest May 11, 2026