# CrewAI changelog > A framework for orchestrating role-playing, autonomous AI agents. - Vendor: CrewAI - Category: AI - Official site: https://www.crewai.com - Tracked by: What's New (https://whatsnew.fyi/product/crewai) - Harvested from: GitHub (crewAIInc/crewAI) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 1.15.14 - Date: 2026-08-08 - Version: 1.15.14 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.14 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.14 - **added** — Split runtime context from coding agent and add project ID ##### What's Changed ###### Features - Split runtime context from coding agent and add project ID ###### Documentation - Update snapshot and changelog for v1.15.13 ##### Contributors @joaomdmoura ### 1.15.13 - Date: 2026-08-07 - Version: 1.15.13 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.13 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.13 - **fixed** — Fix preservation of provider on LiteLLM-routed models - **fixed** — Harden brittle LLM event-bus mocks - **fixed** — Fix underreporting of Anthropic cache token usage - **security** — Bump h2 to version 4.4.1 to address security vulnerability GHSA-6hr6-w5qg-qmwg ##### What's Changed ###### Bug Fixes - Fix preservation of provider on LiteLLM-routed models. - Harden brittle LLM event-bus mocks. - Fix underreporting of Anthropic cache token usage. - Bump h2 to version 4.4.1 to address security vulnerability GHSA-6hr6-w5qg-qmwg. ###### Documentation - Add DOCS_TRANSLATIONS workflow for locale synchronization. - Fix broken README links, table of contents, and contribution guidance. - Snapshot and changelog for version 1.15.12. ##### Contributors @Vidit-Ostwal, @joaomdmoura, @lucasgomide, @theCyberTech ### 1.15.12 - Date: 2026-08-05 - Version: 1.15.12 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.12 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.12 - **added** — Add URLReadTool for reading arbitrary URLs - **added** — Add app metadata to platform action tools - **changed** — Unify scaffolding under crewai create - **fixed** — Clarify conversational route/handler name collision errors ##### What's Changed ###### Features - Bump Flow canary on release - Add URLReadTool for reading arbitrary URLs - Add app metadata to platform action tools - Unify scaffolding under `crewai create ` ###### Bug Fixes - Clarify conversational route/handler name collision errors ###### Documentation - Update scaffold AGENTS.md for unified create CLI ###### Breaking Changes - None ##### Contributors @Vidit-Ostwal, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech ### 1.15.11 - Date: 2026-08-05 - Version: 1.15.11 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.11 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.11 - **added** — Track interception-hook dispatches in telemetry - **added** — Add project_id to link OSS usage to an enterprise account - **added** — Surface AMP in AGENTS.md and detect coding agents in telemetry - **added** — Add IBM Db2 search tool - **fixed** — Clear CodeQL incomplete URL substring sanitization alerts - **security** — Bump aiohttp and cryptography to clear six GHSA advisories - **fixed** — Report the real CEL error for failures inside map literals - **fixed** — Correctly skip code CI for docs-only PRs ##### What's Changed ###### Features - Track interception-hook dispatches in telemetry - Add project_id to link OSS usage to an enterprise account - Surface AMP in AGENTS.md and detect coding agents in telemetry - Add IBM Db2 search tool ###### Bug Fixes - Clear CodeQL incomplete URL substring sanitization alerts - Bump aiohttp and cryptography to clear six GHSA advisories - Report the real CEL error for failures inside map literals - Correctly skip code CI for docs-only PRs ###### Documentation - Snapshot and changelog for v1.15.10 ##### Contributors @PawanThakurIBM, @Vidit-Ostwal, @gabemilani, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech ### 1.15.10 - Date: 2026-07-31 - Version: 1.15.10 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.10 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.10 - **added** — Collect skill usage events ##### What's Changed ###### Features - Collect skill usage events ###### Documentation - Remove migrated AMP documentation - Update security reporting guidelines - Snapshot and changelog for v1.15.9 ##### Contributors @gvieira, @joaomdmoura, @theCyberTech ### 1.15.9 - Date: 2026-07-30 - Version: 1.15.9 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.9 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.9 - **added** — Emit FlowFailedEvent when a flow execution fails - **added** — Implement progressive disclosure for skills - **changed** — Surface tool failures instead of reporting them as success ##### What's Changed ###### Features - Surface tool failures instead of reporting them as success - Emit FlowFailedEvent when a flow execution fails - Implement progressive disclosure for skills ###### Documentation - Update snapshot and changelog for v1.15.8 ##### Contributors @github-actions[bot], @joaomdmoura, @lorenzejay, @lucasgomide ### 1.15.8 - Date: 2026-07-28 - Version: 1.15.8 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.8 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.8 - **added** — Add WaitTool for pausing on long-running jobs - **fixed** — Fix FileWriterTool writes and address rough edges in file tool - **changed** — Mark E2B_API_KEY as a required env var for E2B tools ##### What's Changed ###### Features - Add WaitTool for pausing on long-running jobs. ###### Bug Fixes - Fix FileWriterTool writes and address rough edges in file tool. - Mark E2B_API_KEY as a required env var for E2B tools. ###### Documentation - Refresh model availability guidance. ##### Contributors @github-actions[bot], @joaomdmoura, @lucasgomide, @oalami, @thiagomoretto ### 1.15.7 - Date: 2026-07-26 - Version: 1.15.7 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.7 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.7 - **fixed** — Resolve registry skills through the runtime's CrewAI+ client - **fixed** — Recover from the GPT-5.6 tools + reasoning_effort 400 - **fixed** — Make tool calling work on the Responses API path - **fixed** — Route responses-only models instead of failing with 404 - **security** — Bump bedrock-agentcore to patch CVE-2026-16796 - **added** — Emit skill usage events at runtime for observability ##### What's Changed ###### Bug Fixes - Resolve registry skills through the runtime's CrewAI+ client - Recover from the GPT-5.6 tools + reasoning_effort 400 - Make tool calling work on the Responses API path - Route responses-only models instead of failing with 404 - Bump bedrock-agentcore to patch CVE-2026-16796 ###### Observability - Emit skill usage events at runtime for observability ###### Documentation - Add snapshot and changelog for v1.15.7a1 ##### Contributors @alex-clawd, @joaomdmoura, @lorenzejay ### 1.15.7a1 - Date: 2026-07-26 - Version: 1.15.7a1 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.7a1 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.7a1 - Labels: Pre-release - **fixed** — Fix registry skills resolution through the runtime's CrewAI+ client - **fixed** — Recover from the GPT-5.6 tools and reasoning_effort 400 errors - **fixed** — Make tool calling work on the Responses API path - **fixed** — Route responses-only models to prevent 404 errors - **security** — Bump bedrock-agentcore dependency to patch CVE-2026-16796 - **added** — Emit skill usage events at runtime for improved observability ##### What's Changed ###### Bug Fixes - Fix registry skills resolution through the runtime's CrewAI+ client. - Recover from the GPT-5.6 tools and reasoning_effort 400 errors. - Make tool calling work on the Responses API path. - Route responses-only models to prevent 404 errors. - Bump bedrock-agentcore dependency to patch CVE-2026-16796. ###### Observability - Emit skill usage events at runtime for improved observability. ###### Documentation - Snapshot and changelog updates for version 1.15.6. ##### Contributors @alex-clawd, @joaomdmoura, @lorenzejay ### 1.15.6 - Date: 2026-07-24 - Version: 1.15.6 - Original notes: https://github.com/crewAIInc/crewAI/releases/tag/1.15.6 - Permalink: https://whatsnew.fyi/product/crewai/releases/1.15.6 - **fixed** — Fix detection of Anthropic preview tool-use blocks - **fixed** — Preserve strict tool schema property names - **fixed** — Dispatch execution_end hook on failed crew and flow executions - **fixed** — Handle async get_agent in load_agent_from_repository - **fixed** — Fix dependency resolution issues ##### What's Changed ###### Bug Fixes - Fix detection of Anthropic preview tool-use blocks. - Preserve strict tool schema property names. - Dispatch execution_end hook on failed crew and flow executions. - Handle async get_agent in load_agent_from_repository. - Fix dependency resolution issues. ###### Documentation - Snapshot and changelog for v1.15.5. ##### Contributors @alex-clawd, @iris-clawd, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl