From bb0bde95183556c0865d016200349ad1dfdaef78 Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Wed, 13 May 2026 03:00:58 +0800 Subject: [PATCH] docs: update changelog and version for v1.14.5a5 --- docs/ar/changelog.mdx | 29 +++++++++++++++++++++++++++++ docs/en/changelog.mdx | 29 +++++++++++++++++++++++++++++ docs/ko/changelog.mdx | 29 +++++++++++++++++++++++++++++ docs/pt-BR/changelog.mdx | 29 +++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+) diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx index c2283641e..ec58675c6 100644 --- a/docs/ar/changelog.mdx +++ b/docs/ar/changelog.mdx @@ -4,6 +4,35 @@ description: "تحديثات المنتج والتحسينات وإصلاحات icon: "clock" mode: "wide" --- + + ## v1.14.5a5 + + [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a5) + + ## ما الذي تغير + + ### الميزات + - إلغاء استخدام CrewAgentExecutor، وتعيين وكلاء Crew الافتراضيين إلى AgentExecutor + - تحسين أدوات صندوق الرمل Daytona + + ### إصلاحات الأخطاء + - إصلاح كتلة الكود المفقودة في دليل التدفق الأول باللغة البرتغالية (pt-BR) + - تسجيل أخطاء المراجعة المسبقة والتقطير HITL، إضافة learn_strict + - تصحيح urllib3 للثغرات الأمنية + - تصحيح gitpython و langchain-core؛ تجاهل CVE paramiko غير المصححة + - تحديث جميع حزم مساحة العمل المنشورة على uv lock/sync + + ### الوثائق + - إضافة دليل ترحيل لـ `inputs.id` إلى `restoreFromStateId` + - إضافة دليل ترقية OSS ودليل ترحيل crew-to-flow + - تحديث سجل التغييرات والإصدار لـ v1.14.5a4 + + ## المساهمون + + @akaKuruma, @greysonlalonde, @iris-clawd, @lorenzejay, @mislavivanda + + + ## v1.14.5a4 diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx index db6256b0b..927125daf 100644 --- a/docs/en/changelog.mdx +++ b/docs/en/changelog.mdx @@ -4,6 +4,35 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## 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 diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx index 64d943657..09856f6be 100644 --- a/docs/ko/changelog.mdx +++ b/docs/ko/changelog.mdx @@ -4,6 +4,35 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" icon: "clock" mode: "wide" --- + + ## v1.14.5a5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a5) + + ## 변경 사항 + + ### 기능 + - CrewAgentExecutor 사용 중단, 기본 Crew 에이전트를 AgentExecutor로 설정 + - Daytona 샌드박스 도구 개선 + + ### 버그 수정 + - pt-BR 첫 번째 흐름 가이드에서 누락된 코드 블록 수정 + - HITL 사전 검토 및 증류 실패 로그 기록, learn_strict 추가 + - 보안 취약점을 위한 urllib3 패치 + - gitpython 및 langchain-core 패치; 패치되지 않은 paramiko CVE 무시 + - uv 잠금/동기화 시 모든 게시된 작업공간 패키지 새로 고침 + + ### 문서 + - `inputs.id`에서 `restoreFromStateId`로의 마이그레이션 가이드 추가 + - OSS 업그레이드 및 crew-to-flow 마이그레이션 가이드 추가 + - v1.14.5a4의 변경 로그 및 버전 업데이트 + + ## 기여자 + + @akaKuruma, @greysonlalonde, @iris-clawd, @lorenzejay, @mislavivanda + + + ## v1.14.5a4 diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx index eccb1c24a..45e9edc33 100644 --- a/docs/pt-BR/changelog.mdx +++ b/docs/pt-BR/changelog.mdx @@ -4,6 +4,35 @@ description: "Atualizações de produto, melhorias e correções do CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.5a5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.5a5) + + ## O Que Mudou + + ### Recursos + - Deprecar CrewAgentExecutor, definir agentes Crew como AgentExecutor + - Melhorar ferramentas de sandbox Daytona + + ### Correções de Bugs + - Corrigir bloco de código ausente no guia de primeiro fluxo em pt-BR + - Registrar falhas de pré-revisão e destilação HITL, adicionar learn_strict + - Corrigir urllib3 para vulnerabilidades de segurança + - Corrigir gitpython e langchain-core; ignorar CVE paramiko não corrigido + - Atualizar todos os pacotes de workspace publicados no bloqueio/sincronização uv + + ### Documentação + - Adicionar guia de migração de `inputs.id` para `restoreFromStateId` + - Adicionar guia de atualização OSS e migração de crew para flow + - Atualizar changelog e versão para v1.14.5a4 + + ## Contribuidores + + @akaKuruma, @greysonlalonde, @iris-clawd, @lorenzejay, @mislavivanda + + + ## v1.14.5a4