CrewAI Release Notes

28 release notes curated from 1 source by the Releasebot Team. Last updated: May 28, 2026

Get this feed:
  • May 28, 2026
    • Date parsed from source:
      May 28, 2026
    • First seen by Releasebot:
      May 28, 2026
    • Modified by Releasebot:
      May 28, 2026
    CrewAI logo

    CrewAI

    1.14.6

    CrewAI releases Agent Control Plane docs and improves checkpointing, planning, and tool-calling reliability. It also enhances StdioTransport to reduce environment variable leakage, adds DatabricksQueryTool env_vars support, and moves Skills Repository behind an experimental gate.

    What's Changed

    Features

    • Enhance StdioTransport to prevent environment variable leakage
    • Enhance planning configuration and observation handling
    • Declare env_vars on DatabricksQueryTool
    • Add Agent Control Plane docs

    Bug Fixes

    • Fix structured output leaks in tool-calling loops
    • Drop unroundtrippable callbacks and adapter state in checkpoint
    • Serialize type[BaseModel] fields as JSON schema in checkpoint
    • Avoid orphan task_started on resume scope restore
    • Allow AgentExecutor to restore from checkpoint
    • Correct mongodb typo to pymongo in package_dependencies

    Documentation

    • Add ACP (Beta) docs navigation block to Agent Control Plane pages
    • Remove consensual process references from processes page
    • Restructure checkpointing page
    • Document one-time admin package install step
    • Migrate Secrets Manager / Workload Identity from replicated-config
    • Remove {" "} JSX expressions breaking render

    Refactoring

    • Move Skills Repository to experimental + CREWAI_EXPERIMENTAL gate

    Contributors

    @akaKuruma, @alex-clawd, @github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl

    Original source
  • May 21, 2026
    • Date parsed from source:
      May 21, 2026
    • First seen by Releasebot:
      May 22, 2026
    CrewAI logo

    CrewAI

    1.14.6a1

    CrewAI adds a Skills Repository plus release-note generation and bug fixes in v1.14.5.

    What's Changed

    Features

    • Add Skills Repository with registry, cache, CLI, and SDK integration
    • Generate categorized release notes for enterprise

    Bug Fixes

    • Harden RuntimeState serialization across entity fields
    • Bump idna to 3.15 to address security issue GHSA-65pc-fj4g-8rjx
    • Remove {" "} JSX expressions breaking render

    Documentation

    • Update changelog and version for v1.14.5

    Contributors

    @akaKuruma, @alex-clawd, @greysonlalonde

    Original source
  • All of your release notes in one feed

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

    Create account
  • May 18, 2026
    • Date parsed from source:
      May 18, 2026
    • First seen by Releasebot:
      May 19, 2026
    CrewAI logo

    CrewAI

    1.14.5

    CrewAI releases v1.14.5 with agent execution updates, improved Daytona sandbox tools, a new restore_from_state_id kickoff option, and ExaSearchTool highlights. It also ships several bug fixes, docs updates, and a CLI refactor into a standalone package.

    What's Changed

    Features

    • Deprecate CrewAgentExecutor, default Crew agents to AgentExecutor
    • Improve Daytona sandbox tools
    • Add restore_from_state_id kickoff parameter
    • Add highlights to ExaSearchTool, rename from EXASearchTool

    Bug Fixes

    • Fix memory leak in git.py by using cached_property
    • Surface streamed tool calls when available_functions is absent
    • Ensure skills loading events for traces
    • Correct status endpoint path from /{kickoff_id}/status to /status/{kickoff_id}
    • Restore missing code block in pt-BR first-flow guide
    • Prevent result_as_answer from returning hook-block or error messages as final answer
    • Preserve task outputs across async batch flush
    • Always restore task.output_pydantic in finally block
    • Handle BaseModel input in convert_to_model

    Documentation

    • Update changelog and version for v1.14.5
    • Add OSS upgrade & crew-to-flow migration guide
    • Document additional env vars for devtools
    • Add docs for TavilyGetResearch

    Refactoring

    • Extract CLI into standalone crewai-cli package

    Contributors

    @NIK-TIGER-BILL, @akaKuruma, @cgoeppinger, @github-actions[bot], @greysonlalonde, @heitorado, @irfaan101, @iris-clawd, @lorenzejay, @manisrinivasan2k1, @minasami-pr, @mislavivanda, @theCyberTech, @theishangoswami, @wishhyt

    Original source
  • May 18, 2026
    • Date parsed from source:
      May 18, 2026
    • First seen by Releasebot:
      May 18, 2026
    CrewAI logo

    CrewAI

    1.14.5a7

    CrewAI updates documentation and changelog for v1.14.5a6, with a breaking change deprecating the function_calling_llm field.

    What's Changed

    Documentation

    Update changelog and version for v1.14.5a6

    Breaking Changes

    Deprecate function_calling_llm field

    Contributors

    @greysonlalonde, @heitorado

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

    CrewAI

    1.14.5a6

    CrewAI fixes streamed tool calls, updates documentation, and ships v1.14.5a5 with a security-related dependency bump.

    What's Changed

    Bug Fixes

    • Fix streamed tool calls when available_functions is absent
    • Bump langsmith dependency to version >=0.8.0 to address GHSA-3644-q5cj-c5c7
    • Resolve untranslated code block placeholders in Brazilian Portuguese documentation

    Documentation

    • Add documentation for TavilyGetResearch
    • Update changelog and version for v1.14.5a5

    Contributors

    @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @manisrinivasan2k1

    Original source
  • May 12, 2026
    • Date parsed from source:
      May 12, 2026
    • First seen by Releasebot:
      May 12, 2026
    CrewAI logo

    CrewAI

    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
    CrewAI logo

    CrewAI

    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
  • May 6, 2026
    • Date parsed from source:
      May 6, 2026
    • First seen by Releasebot:
      May 7, 2026
    CrewAI logo

    CrewAI

    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
    CrewAI logo

    CrewAI

    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
    Original source
  • May 1, 2026
    • Date parsed from source:
      May 1, 2026
    • First seen by Releasebot:
      May 2, 2026
    CrewAI logo

    CrewAI

    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
    Original source
  • Apr 30, 2026
    • Date parsed from source:
      Apr 30, 2026
    • First seen by Releasebot:
      May 1, 2026
    CrewAI logo

    CrewAI

    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
    CrewAI logo

    CrewAI

    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
    CrewAI logo

    CrewAI

    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
    CrewAI logo

    CrewAI

    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
    CrewAI logo

    CrewAI

    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
Releasebot

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: