CrewAI Release Notes
47 release notes curated from 1 source by the Releasebot Team. Last updated: Jul 8, 2026
- Jul 8, 2026
- Date parsed from source:Jul 8, 2026
- First seen by Releasebot:Jul 8, 2026
1.15.2
CrewAI adds dynamic LLM model loading in the crew wizard, inline skill definitions, and new flow authoring, templating, streaming, and agent executor improvements. It also brings bug fixes, dependency updates, and broader documentation updates for flows and policies.
What's Changed
Features
Pull latest LLM models dynamically in the crew wizard.
Support inline skill definitions.
Add generated Flow Definition authoring skill.
Support templated Flow action inputs.
Add text helper for flow CEL prompts.
Add text helper to flow skill example.
Implement message setup and feedback handling in AgentExecutor.
Add repository agents to flow definitions.
Define stream frame protocol for flows.
Type tool and app in CrewDefinition.
Repoint template commands to crewAIInc-fde org.
Bug Fixes
Key model-catalog cache by exact API key, shorten TTL, and skip Ollama.
Unify crewai run flow input resolution and prompt from the state schema.
Resolve pip-audit failures for onnx 1.22.0 and nltk PYSEC-2026-597.
Ensure we are writing version for flows.
Include aiobotocore in the bedrock extra.
Reject self-listening flow methods.
Cut docs version nav from Edge so new pages aren't dropped.
Documentation
Update language from Rules to Policies to match new dashboard changes.
Document flow agent options.
Add streaming docs to the navigation.
Document Cost Limit rule type in Agent Control Plane.
Drop CREWAI_LOG_FORMAT references from Datadog guide.
Contributors
@akaKuruma, @danielfsbarreto, @github-code-quality[bot], @joaomdmoura, @lorenzejay, @lucasgomide, @manisrinivasan2k1, @renatonitta, @vinibrsl
Original source - Jul 1, 2026
- Date parsed from source:Jul 1, 2026
- First seen by Releasebot:Jul 3, 2026
1.15.2a2
CrewAI adds aiobotocore for Bedrock, flow agent options, text helpers, and streaming docs in v1.15.2a1.
What's Changed
Features
- Add aiobotocore to the bedrock extra
- Document flow agent options
- Add text helper to flow skill example
- Add text helper for flow CEL prompts
- Add streaming docs to the navigation
Bug Fixes
- Reject self-listening flow methods
Documentation
- Update snapshot and changelog for v1.15.2a1
- Squeeze AGENTS.md file
Contributors
@akaKuruma, @github-code-quality[bot], @lorenzejay, @vinibrsl
Original source All of your release notes in one feed
Join Releasebot and get updates from CrewAI and hundreds of other software products.
- Jun 30, 2026
- Date parsed from source:Jun 30, 2026
- First seen by Releasebot:Jul 1, 2026
1.15.2a1
CrewAI adds inline skill definitions, new Flow protocol support, and bug fixes with docs updates for agent and flow tools.
What's Changed
Features
- Repoint template commands to crewAIInc-fde org
- Support inline skill definitions
- Define stream frame protocol for flows
- Add type tool and app in CrewDefinition
- Add generated Flow Definition authoring skill
Bug Fixes
- Cut docs version navigation from Edge to prevent new pages from being dropped
Documentation
- Document Cost Limit rule type in Agent Control Plane
- Drop CREWAI_LOG_FORMAT references from Datadog guide
Contributors
@danielfsbarreto, @joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl
Original source - Jun 27, 2026
- Date parsed from source:Jun 27, 2026
- First seen by Releasebot:Jun 27, 2026
1.15.1
CrewAI releases project and CLI updates that initialize Git repositories for generated projects, require explicit CrewAI project definitions, and open the deployment page after CLI deploy. It also includes bug fixes for deployment links, JSON templates, version pinning, and SSRF redirect bypasses.
What's Changed
Features
- Initialize Git repositories for generated projects (#6364)
- Require explicit CrewAI project definitions (#6358)
- Open deployment page after CLI deploy (#6343)
Bug Fixes
- Fix deployment page link ID resolution (#6365)
- Fix JSON crew template rendering (#6359)
- Fix JSON crew version pin (#6342)
- Fix SSRF redirect bypass in scraping fetches (#6331)
Documentation
- Improve open source positioning in README (#6363)
- Improve coding agent setup call-to-action (#6344)
- Add snapshot and changelog for version 1.15.1a1 (#6362)
Contributors
@joaomdmoura, @lorenzejay, @oalami, @theCyberTech, @vinibrsl
Original source - Jun 26, 2026
- Date parsed from source:Jun 26, 2026
- First seen by Releasebot:Jun 27, 2026
1.15.1a1
CrewAI ships v1.15.0 with TUI button telemetry, explicit project definitions, deployment flow updates, and bug fixes.
What's Changed
Features
- Track TUI button telemetry
- Require explicit CrewAI project definitions
- Open deployment page after CLI deploy
Bug Fixes
- Fix JSON crew template rendering
- Fix JSON crew version pin
- Fix SSRF redirect bypass in scraping fetches
Documentation
- Improve coding agent setup CTA
Snapshot and changelog for v1.15.0
Contributors
- @joaomdmoura, @lorenzejay, @theCyberTech, @vinibrsl
Similar to CrewAI with recent updates:
- Google release notes1679 release notes · Latest Jul 15, 2026
- Notion release notes149 release notes · Latest Jul 14, 2026
- xAI release notes170 release notes · Latest Jul 15, 2026
- Anthropic release notes713 release notes · Latest Jul 15, 2026
- OpenAI release notes835 release notes · Latest Jul 15, 2026
- Ubiquiti release notes769 release notes · Latest Jul 14, 2026
- Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 26, 2026
1.15.0
CrewAI adds stronger flow support with conversational telemetry, CLI and TUI flow handling, unified declarative flow loading, and new declarative actions and DMN mode. It also ships bug fixes, token usage aggregation, startup improvements, and updated docs and Studio pages.
What's Changed
Features
- Track conversational flow turn usage in telemetry
- Support conversational flows in the CLI TUI
- Add unified declarative flow loading
- Add declarative Flow CLI support
- Add optional if expression to each.do steps
- Add single agent action to Flow definitions
- Add crew actions to FlowDefinition
- Add inline crew definition loading
- Add each composite action to FlowDefinition
- Implement DMN mode support in crew creation and execution
Bug Fixes
- Fix owner-only permissions enforcement on credential files
- Fix JSON schema flow state kickoff inputs
- Fix symlink path traversal in skill archive extraction
- Aggregate token usage across all LLM calls
- Remove duplicated Exa tool
- Resolve JSON crew issues
- Fix JSON crew handling and enhance memory reset functionality
Documentation
- Update installation and quickstart documentation for JSON-first crew projects
- Add Datadog integration guide with importable operations dashboard
- Add "One Card per Step" Studio page
- Add snapshots and changelogs for previous versions leading to v1.15.0
Performance
- Improve crewai run startup UX
- Keep flow method progress visible for nested crews
Refactoring
- Remove StateProxy from flow state access
- Consolidate crewai run and crewai flow kickoff
- Discriminate FlowDefinition state types
- Wire config and persistence from FlowDefinition into the runtime
Contributors
@gabemilani, @github-code-quality[bot], @greysonlalonde, @iris-clawd, @jessemiller, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl
Original source - Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 25, 2026
1.14.8a5
CrewAI improves flows and crews with declarative refs support, JSON schema kickoff fixes, and Crew Studio updates.
What's Changed
Features
- Make declarative refs work across flows and crews (#6326)
Bug Fixes
- Fix JSON schema flow state kickoff inputs (#6325)
Documentation
- Nest One Card per Step under Crew Studio and drop rollout banner (AGE-107) (#6317)
- Update snapshot and changelog for v1.14.8a4 (#6319)
Refactoring
- Remove StateProxy from flow state access (#6327)
Contributors
@jessemiller, @vinibrsl
Original source - Jun 24, 2026
- Date parsed from source:Jun 24, 2026
- First seen by Releasebot:Jun 25, 2026
1.14.8a4
CrewAI adds conversational flows in the CLI TUI and fixes path traversal and flow path validation issues.
What's Changed
Features
Support conversational flows in the CLI TUI.
Bug Fixes
Fix symlink path traversal in skill archive extraction.
Validate declarative flow definition paths.
Documentation
Update snapshot and changelog for v1.14.8a3.
Contributors
@lorenzejay, @theCyberTech, @vinibrsl
Original source - Jun 23, 2026
- Date parsed from source:Jun 23, 2026
- First seen by Releasebot:Jun 24, 2026
1.14.8a3
CrewAI improves flow loading, run startup UX, and CLI support with new typed tool outputs and nested crew progress visibility.
What's Changed
Features
- Add unified declarative flow loading
- Improve crewai run startup UX
- Consolidate crewai run and crewai flow kickoff
- Keep flow method progress visible for nested crews
- Add declarative Flow CLI support
- Allow @router() as start method of a flow
- Add typed output schemas for CrewAI tools
Bug Fixes
- Pin opentelemetry to ~=1.42.0
Documentation
- Add "One Card per Step" Studio page
Contributors
- @jessemiller, @joaomdmoura, @lucasgomide, @vinibrsl
- Jun 18, 2026
- Date parsed from source:Jun 18, 2026
- First seen by Releasebot:Jun 19, 2026
1.14.8a2
CrewAI adds single-agent actions to Flow definitions and validates flow CEL expressions at load time.
What's Changed
Features
- Add single agent action to Flow definitions
- Validate flow CEL expressions at definition load time
Documentation
- Add Datadog integration guide with importable operations dashboard
- Update snapshot and changelog for v1.14.8a1
Contributors
@joaomdmoura, @lucasgomide, @vinibrsl
Original source - Jun 18, 2026
- Date parsed from source:Jun 18, 2026
- First seen by Releasebot:Jun 18, 2026
1.14.8a1
CrewAI adds optional if expressions for each.do steps and fixes JSON crew issues.
What's Changed
Features
Add optional if expression to each.do steps
Bug Fixes
Fix JSON crew issues
Documentation
Update snapshot and changelog for v1.14.8a
Contributors
@joaomdmoura, @vinibrsl
Original source - Jun 18, 2026
- Date parsed from source:Jun 18, 2026
- First seen by Releasebot:Jun 18, 2026
1.14.8a
CrewAI adds FlowDefinition support for scripts, crew actions, composite actions, expressions, and human feedback, while expanding DMN mode, JSON-first crews, and experimental flow runs. It also improves memory reset, config and persistence wiring, ZIP deployment fallback, and fixes tool and loading issues.
What's Changed
Features
- Add script/code block action to FlowDefinition
- Add crew actions to FlowDefinition
- Add each composite action to FlowDefinition
- Implement DMN mode support in crew creation and execution
- Enhance memory reset functionality and JSON crew handling
- Add expressions to FlowDefinition actions
- Implement Flow definition run tools without Python code
- Drive human feedback from the flow definition
- Wire config and persistence from FlowDefinition into the runtime
- Add experimental crewai run --definition for flows
- Support ZIP deployment fallback and JSON crew project env runs
- Introduce JSON first crews
Bug Fixes
- Fix duplicated Exa tool
- Fix aggregate token usage across all LLM calls
- Resolve issues with crew loading and validation logic
Documentation
- Document FlowDefinition fields in the JSON schema
- Update installation and quickstart documentation for JSON-first crew projects
- Update changelog and version for v1.14.7
Contributors
- @gabemilani, @greysonlalonde, @iris-clawd, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl
- Jun 11, 2026
- Date parsed from source:Jun 11, 2026
- First seen by Releasebot:Jun 11, 2026
1.14.7
CrewAI adds pluggable defaults, a chat API for conversational flows, native Snowflake Cortex support, and richer LLM event data. It also improves checkpoint restore, runtime isolation, file input reliability, and import speed while expanding integration docs.
What's Changed
Features
- Add pluggable default backends for memory, knowledge, rag, and flow.
- Surface real finish_reason, sampling params, and response.id on LLM events.
- Type DSL triggers as route-aware decorators.
- Add chat API for conversational flows.
- Make locking backend overridable.
- Build FlowDefinition from Flow DSL metadata.
- Add native Snowflake Cortex LLM provider.
- Add crew trained agents file support.
Bug Fixes
- Fix checkpoint to rebuild custom BaseLLM as concrete LLM on restore.
- Gate restore on a flag to prevent live snapshots from replaying as resume.
- Scope runtime state per run to bound growth and isolate concurrent runs.
- Fix telemetry setup on crewai-login.
- Respect suppress_flow_events for method-execution events.
- Restore [project.scripts] in crewai package for uv tool install.
- Resolve pip-audit CVEs for aiohttp, docling, and docling-core.
- Fix file input not working reliably.
- Fix Snowflake Claude incomplete tool result histories.
Documentation
- Update changelog and version for v1.14.7.
- Update OpenTelemetry collector documentation.
- Update NVIDIA Nemotron LLM guide.
- Add Databricks integration guide.
- Add Snowflake integration guide.
Performance
- Improve crewai import speed by lazy-loading docling imports.
Refactoring
- Simplify flow condition evaluation to be stateless per event.
- Decouple convo logic from runtime and add a conversational_definition.
- Split flow.py into DSL, definition, and runtime.
Contributors
@Luzk, @alex-clawd, @devin-ai-integration[bot], @greysonlalonde, @gvieira, @jessemiller, @lorenzejay, @lucasgomide, @mattatcha, @vinibrsl
Original source - Jun 11, 2026
- Date parsed from source:Jun 11, 2026
- First seen by Releasebot:Jun 11, 2026
1.14.7rc2
CrewAI fixes live snapshot resume behavior and updates the changelog and version for v1.14.7rc1.
What's Changed
Bug Fixes
Gate restore on a flag to prevent live snapshots from replaying as resume
Documentation
Update changelog and version for v1.14.7rc1
Contributors
@greysonlalonde
Original source - Jun 11, 2026
- Date parsed from source:Jun 11, 2026
- First seen by Releasebot:Jun 11, 2026
1.14.7rc1
CrewAI releases state and conversation improvements, including reset_runtime_state, support for custom prompts, and a new conversational_definition. It also fixes runtime state growth, telemetry setup, and flow event handling while refining routing and OpenTelemetry docs.
What's Changed
Features
- Add reset_runtime_state to release accumulated bus state
- Handle supporting both custom prompts
- Decouple conversation logic from runtime and add a conversational_definition
Bug Fixes
- Fix scope of runtime state per run to bound growth and isolate concurrent runs
- Fix telemetry setup on crewai-login
- Fix respect for suppress_flow_events for method-execution events
Documentation
- Update OpenTelemetry images
- Update documentation to reflect new state of OpenTelemetry collector
- Update changelog and version for v1.14.7a4
Refactoring
- Simplify flow condition evaluation to be stateless per event
- Improve conversation routing cycle with one less route
Contributors
@greysonlalonde, @lorenzejay, @lucasgomide, @vinibrsl
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.