CrewAI Release Notes

Last updated: Apr 16, 2026

  • Apr 15, 2026
    • Date parsed from source:
      Apr 15, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    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
    Original source Report a problem
  • Apr 15, 2026
    • Date parsed from source:
      Apr 15, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    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 Report a problem
  • All of your release notes in one feed

    Join Releasebot and get updates from CrewAI and hundreds of other software products.

  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.2a4

    CrewAI adds resume hints in devtools on failure and fixes Bedrock Converse API strict mode forwarding plus a pytest security update.

    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
    Original source Report a problem
  • Apr 13, 2026
    • Date parsed from source:
      Apr 13, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.2a3

    CrewAI adds deploy validation CLI, improves LLM initialization ergonomics, and ships security and bug fixes in v1.14.2a2.

    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

    Original source Report a problem
  • Apr 10, 2026
    • Date parsed from source:
      Apr 10, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.2a2

    CrewAI ships checkpointing and tracing improvements with a new TUI tree view, fork support, editable inputs and outputs, and richer LLM token tracking. It also adds checkpoint-based kickoff flows, versioned migrations, and fixes strict mode forwarding plus NL2SQL safety.

    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

    Original source Report a problem
  • Apr 8, 2026
    • Date parsed from source:
      Apr 8, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.2a1

    CrewAI fixes HITL resume flow_finished events, updates cryptography for a CVE, and ships v1.14.1 with refactoring and docs updates.

    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

    Original source Report a problem
  • Apr 8, 2026
    • Date parsed from source:
      Apr 8, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.1

    CrewAI releases async checkpoint support, a TUI browser, and async close/context handling for streaming outputs, while also tightening bug fixes, security updates, and developer tooling improvements in v1.14.1rc1.

    What's Changed

    Features

    • Add async checkpoint TUI browser
    • Add aclose()/close() and async context manager to streaming outputs

    Bug Fixes

    • Fix regex for template pyproject.toml version bumps
    • Sanitize tool names in hook decorator filters
    • Fix checkpoint handlers registration when CheckpointConfig is created
    • Bump transformers to 5.5.0 to resolve CVE-2026-1839
    • Remove FilteredStream stdout/stderr wrapper

    Documentation

    • Update changelog and version for v1.14.1rc1

    Refactoring

    • Replace hardcoded denylist with dynamic BaseTool field exclusion in spec gen
    • Replace regex with tomlkit in devtools CLI
    • Use shared PRINTER singleton
    • Make BaseProvider a BaseModel with provider_type discriminator

    Contributors

    @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay

    Original source Report a problem
  • Apr 8, 2026
    • Date parsed from source:
      Apr 8, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.1rc1

    CrewAI releases v1.14.0 with async checkpoint TUI browser support, streaming output close and async context management, and several bug fixes and refactors that improve checkpoint handling, tool name sanitization, and security by bumping transformers.

    What's Changed

    Features

    • Add async checkpoint TUI browser
    • Add aclose()/close() and async context manager to streaming outputs

    Bug Fixes

    • Fix template pyproject.toml version bumps using regex
    • Sanitize tool names in hook decorator filters
    • Bump transformers to 5.5.0 to resolve CVE-2026-1839
    • Register checkpoint handlers when CheckpointConfig is created

    Refactoring

    • Replace hardcoded denylist with dynamic BaseTool field exclusion in spec gen
    • Replace regex with tomlkit in devtools CLI
    • Use shared PRINTER singleton
    • Make BaseProvider a BaseModel with provider_type discriminator
    • Remove FilteredStream stdout/stderr wrapper
    • Remove unused flow/config.py

    Documentation

    • Update changelog and version for v1.14.0

    Contributors

    @greysonlalonde, @iris-clawd, @joaomdmoura

    Original source Report a problem
  • Apr 7, 2026
    • Date parsed from source:
      Apr 7, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.0

    CrewAI adds checkpointing and storage support, with new CLI commands, automatic checkpoints, and a SQLite provider. It also strengthens security, improves RAG validation and memory handling, and updates docs and release notes for v1.14.0.

    What's Changed

    Features

    • Add checkpoint list/info CLI commands
    • Add guardrail_type and name to distinguish traces
    • Add SqliteProvider for checkpoint storage
    • Add CheckpointConfig for automatic checkpointing
    • Implement runtime state checkpointing, event system, and executor refactor

    Bug Fixes

    • Add SSRF and path traversal protections
    • Add path and URL validation to RAG tools
    • Exclude embedding vectors from memory serialization to save tokens
    • Ensure output directory exists before writing in flow template
    • Bump litellm to >=1.83.0 to address CVE-2026-35030
    • Remove SEO indexing field causing Arabic page rendering

    Documentation

    • Update changelog and version for v1.14.0
    • Update quickstart and installation guides for improved clarity
    • Add storage providers section, export JsonProvider
    • Add AMP Training Tab guide

    Refactoring

    • Clean up checkpoint API
    • Remove CodeInterpreterTool and deprecate code execution parameters

    Contributors

    @alex-clawd, @github-actions[bot], @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay, @lucasgomide

    Original source Report a problem
  • Apr 7, 2026
    • Date parsed from source:
      Apr 7, 2026
    • First seen by Releasebot:
      Apr 16, 2026
    CrewAI logo

    CrewAI

    1.14.0a4

    CrewAI adds runtime state checkpointing with automatic CheckpointConfig, a new SqliteProvider for checkpoint storage, and clearer trace labels with guardrail_type and name. It also improves memory serialization, updates docs, boosts checkpoint performance, and deprecates CodeInterpreterTool.

    What's Changed

    Features

    • Add guardrail_type and name to distinguish traces
    • Add SqliteProvider for checkpoint storage
    • Add CheckpointConfig for automatic checkpointing
    • Implement runtime state checkpointing, event system, and executor refactor

    Bug Fixes

    • Exclude embedding vectors from memory serialization to save tokens
    • Bump litellm to >=1.83.0 to address CVE-2026-35030

    Documentation

    • Update quickstart and installation guides for improved clarity
    • Add storage providers section and export JsonProvider

    Performance

    • Use JSONB for checkpoint data column

    Refactoring

    • Remove CodeInterpreterTool and deprecate code execution params

    Contributors

    @alex-clawd, @github-actions[bot], @greysonlalonde, @joaomdmoura, @lorenzejay, @lucasgomide

    Original source Report a problem

Related vendors