diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx index f5239cf74..7ed2e4aab 100644 --- a/docs/en/changelog.mdx +++ b/docs/en/changelog.mdx @@ -4,6 +4,184 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.6a1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6a1) + + ## What's Changed + + ### Features + - 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 + + + + + ## v1.14.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5) + + ## 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 + + + + + ## v1.14.5a7 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a7) + + ## What's Changed + + ### Documentation + - Update changelog and version for v1.14.5a6 + + ### Breaking Changes + - Deprecate function_calling_llm field + + ## Contributors + + @greysonlalonde, @heitorado + + + + + ## v1.14.5a6 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a6) + + ## 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 + + + + + ## v1.14.5a5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a5) + + ## 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 + + + + + ## v1.14.5a4 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a4) + + ## 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 + + + + + ## v1.14.5a3 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a3) + + ## 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 + + + ## v1.14.5a2