Releases: crewAIInc/crewAI
Releases · crewAIInc/crewAI
1.14.3a3
Immutable
release. Only release title and notes can be modified.
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
1.14.3a2
Immutable
release. Only release title and notes can be modified.
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
1.14.3a1
Immutable
release. Only release title and notes can be modified.
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
1.14.2
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Add checkpoint resume, diff, and prune commands with improved discoverability.
- Add
from_checkpointparameter toAgent.kickoffand 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, andpypdf. - 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, andpytest. - 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
1.14.2rc1
Immutable
release. Only release title and notes can be modified.
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
1.14.2a5
Immutable
release. Only release title and notes can be modified.
What's Changed
Documentation
- Update changelog and version for v1.14.2a4
Contributors
1.14.2a4
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Add resume hints to devtools release on failure
Bug Fixes
- Fix strict mode forwarding to Bedrock Converse API
- Fix pytest version to 9.0.3 for security vulnerability GHSA-6w46-j5rx-g56g
- Bump OpenAI lower bound to >=2.0.0
Documentation
- Update changelog and version for v1.14.2a3
Contributors
1.14.2a3
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Add deploy validation CLI
- Improve LLM initialization ergonomics
Bug Fixes
- Override pypdf and uv to patched versions for CVE-2026-40260 and GHSA-pjjw-68hj-v9mw
- Upgrade requests to >=2.33.0 for CVE temp file vulnerability
- Preserve Bedrock tool call arguments by removing truthy default
- Sanitize tool schemas for strict mode
- Deflake MemoryRecord embedding serialization test
Documentation
- Clean up enterprise A2A language
- Add enterprise A2A feature documentation
- Update OSS A2A documentation
- Update changelog and version for v1.14.2a2
Contributors
1.14.2a2
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Add checkpoint TUI with tree view, fork support, and editable inputs/outputs
- Enrich LLM token tracking with reasoning tokens and cache creation tokens
- Add
from_checkpointparameter to kickoff methods - Embed
crewai_versionin checkpoints with migration framework - Add checkpoint forking with lineage tracking
Bug Fixes
- Fix strict mode forwarding to Anthropic and Bedrock providers
- Harden NL2SQLTool with read-only default, query validation, and parameterized queries
Documentation
- Update changelog and version for v1.14.2a1
Contributors
@alex-clawd, @github-actions[bot], @greysonlalonde, @lucasgomide
1.14.2a1
Immutable
release. Only release title and notes can be modified.
What's Changed
Bug Fixes
- Fix emission of flow_finished event after HITL resume
- Fix cryptography version to 46.0.7 to address CVE-2026-39892
Refactoring
- Refactor to use shared I18N_DEFAULT singleton
Documentation
- Update changelog and version for v1.14.1