Skip to content

Releases: crewAIInc/crewAI

1.14.3a3

22 Apr 21:11
Immutable release. Only release title and notes can be modified.
bc2fb71

Choose a tag to compare

1.14.3a3 Pre-release
Pre-release

What's Changed

Features

  • Add support for e2b
  • Implement fallback to DefaultAzureCredential when no API key is provided

Bug Fixes

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

21 Apr 19:14
Immutable release. Only release title and notes can be modified.
160e25c

Choose a tag to compare

1.14.3a2 Pre-release
Pre-release

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

20 Apr 16:59
Immutable release. Only release title and notes can be modified.
bc1f1b8

Choose a tag to compare

1.14.3a1 Pre-release
Pre-release

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

1.14.2

17 Apr 14:08
Immutable release. Only release title and notes can be modified.
a899434

Choose a tag to compare

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

1.14.2rc1

15 Apr 21:25
Immutable release. Only release title and notes can be modified.
0bb6faa

Choose a tag to compare

1.14.2rc1 Pre-release
Pre-release

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

1.14.2a5

15 Apr 14:45
Immutable release. Only release title and notes can be modified.
1c90d57

Choose a tag to compare

1.14.2a5 Pre-release
Pre-release

What's Changed

Documentation

  • Update changelog and version for v1.14.2a4

Contributors

@greysonlalonde

1.14.2a4

14 Apr 18:34
Immutable release. Only release title and notes can be modified.
5b6f89f

Choose a tag to compare

1.14.2a4 Pre-release
Pre-release

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

@greysonlalonde

1.14.2a3

13 Apr 13:38
Immutable release. Only release title and notes can be modified.
58bbd0a

Choose a tag to compare

1.14.2a3 Pre-release
Pre-release

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

@Yanhu007, @greysonlalonde

1.14.2a2

10 Apr 13:59
Immutable release. Only release title and notes can be modified.
ea58f8d

Choose a tag to compare

1.14.2a2 Pre-release
Pre-release

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_checkpoint parameter to kickoff methods
  • Embed crewai_version in 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

08 Apr 23:26
Immutable release. Only release title and notes can be modified.
06fe163

Choose a tag to compare

1.14.2a1 Pre-release
Pre-release

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

Contributors

@greysonlalonde