diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx index c99dba7d7..eb714117d 100644 --- a/docs/ar/changelog.mdx +++ b/docs/ar/changelog.mdx @@ -4,6 +4,36 @@ description: "تحديثات المنتج والتحسينات وإصلاحات icon: "clock" mode: "wide" --- + + ## v1.14.3a2 + + [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.3a2) + + ## ما الذي تغير + + ### الميزات + - إضافة دعم لـ bedrock V4 + - إضافة أدوات Daytona sandbox لوظائف محسّنة + - إضافة صفحة "البناء باستخدام الذكاء الاصطناعي" — مستندات أصلية للذكاء الاصطناعي لوكلاء البرمجة + - إضافة "البناء باستخدام الذكاء الاصطناعي" إلى التنقل في صفحة "البدء" وملفات الصفحات لجميع اللغات (en, ko, pt-BR, ar) + + ### إصلاحات الأخطاء + - إصلاح انتشار أسماء @CrewBase الضمنية إلى أحداث الطاقم + - حل مشكلة تكرار تهيئة الدفعات في دمج بيانات التنفيذ الوصفية + - إصلاح تسلسل حقول مرجع فئة Task لعمليات التحقق من النقاط + - التعامل مع نتيجة BaseModel في حلقة إعادة المحاولة للحدود + - تحديث python-dotenv إلى الإصدار >=1.2.2 للامتثال الأمني + + ### الوثائق + - تحديث سجل التغييرات والإصدار لـ v1.14.3a1 + - تحديث الأوصاف وتطبيق الترجمات الفعلية + + ## المساهمون + + @MatthiasHowellYopp, @github-actions[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @renatonitta + + + ## v1.14.3a1 diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx index 26ac50285..5fdd624ff 100644 --- a/docs/en/changelog.mdx +++ b/docs/en/changelog.mdx @@ -4,6 +4,36 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.3a2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.3a2) + + ## What's Changed + + ### Features + - Add support for bedrock V4 + - Add Daytona sandbox tools for enhanced functionality + - Add 'Build with AI' page — AI-native docs for coding agents + - Add Build with AI to Get Started navigation and page files for all languages (en, ko, pt-BR, ar) + + ### Bug Fixes + - Fix propagation of implicit @CrewBase names to crew events + - Resolve issue with duplicate batch initialization in execution metadata merge + - Fix serialization of Task class-reference fields for checkpointing + - Handle BaseModel result in guardrail retry loop + - Bump python-dotenv to version >=1.2.2 for security compliance + + ### Documentation + - Update changelog and version for v1.14.3a1 + - Update descriptions and apply actual translations + + ## Contributors + + @MatthiasHowellYopp, @github-actions[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @renatonitta + + + ## v1.14.3a1 diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx index ab9715714..f744341eb 100644 --- a/docs/ko/changelog.mdx +++ b/docs/ko/changelog.mdx @@ -4,6 +4,36 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" icon: "clock" mode: "wide" --- + + ## v1.14.3a2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.3a2) + + ## 변경 사항 + + ### 기능 + - 베드록 V4 지원 추가 + - 향상된 기능을 위한 데이토나 샌드박스 도구 추가 + - 'AI와 함께 빌드' 페이지 추가 — 코딩 에이전트를 위한 AI 네이티브 문서 + - 모든 언어(en, ko, pt-BR, ar)에 대한 시작하기 탐색 및 페이지 파일에 AI와 함께 빌드 추가 + + ### 버그 수정 + - 크루 이벤트에 대한 암묵적 @CrewBase 이름 전파 수정 + - 실행 메타데이터 병합에서 중복 배치 초기화 문제 해결 + - 체크포인트를 위한 Task 클래스 참조 필드 직렬화 수정 + - 가드레일 재시도 루프에서 BaseModel 결과 처리 + - 보안 준수를 위해 python-dotenv를 버전 >=1.2.2로 업데이트 + + ### 문서 + - v1.14.3a1에 대한 변경 로그 및 버전 업데이트 + - 설명 업데이트 및 실제 번역 적용 + + ## 기여자 + + @MatthiasHowellYopp, @github-actions[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @renatonitta + + + ## v1.14.3a1 diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx index a32cc6ff5..ed14c66db 100644 --- a/docs/pt-BR/changelog.mdx +++ b/docs/pt-BR/changelog.mdx @@ -4,6 +4,36 @@ description: "Atualizações de produto, melhorias e correções do CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.3a2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.3a2) + + ## O que mudou + + ### Recursos + - Adicionar suporte para bedrock V4 + - Adicionar ferramentas de sandbox Daytona para funcionalidade aprimorada + - Adicionar página 'Construir com IA' — documentação nativa de IA para agentes de codificação + - Adicionar Construir com IA à navegação Começar e arquivos de página para todos os idiomas (en, ko, pt-BR, ar) + + ### Correções de Bugs + - Corrigir a propagação de nomes implícitos @CrewBase para eventos da equipe + - Resolver problema com inicialização de lote duplicada na mesclagem de metadados de execução + - Corrigir a serialização de campos de referência de classe Task para checkpointing + - Lidar com o resultado BaseModel no loop de repetição de guardrail + - Atualizar python-dotenv para a versão >=1.2.2 para conformidade de segurança + + ### Documentação + - Atualizar changelog e versão para v1.14.3a1 + - Atualizar descrições e aplicar traduções reais + + ## Contributors + + @MatthiasHowellYopp, @github-actions[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @renatonitta + + + ## v1.14.3a1