diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx index c99dba7d74..eb714117d1 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 26ac50285e..5fdd624ff0 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 ab97157144..f744341ebc 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 a32cc6ff54..ed14c66db3 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 diff --git a/lib/crewai-files/src/crewai_files/__init__.py b/lib/crewai-files/src/crewai_files/__init__.py index 9fba24b558..051eda5d45 100644 --- a/lib/crewai-files/src/crewai_files/__init__.py +++ b/lib/crewai-files/src/crewai_files/__init__.py @@ -152,4 +152,4 @@ "wrap_file_source", ] -__version__ = "1.14.3a1" +__version__ = "1.14.3a2" diff --git a/lib/crewai-tools/pyproject.toml b/lib/crewai-tools/pyproject.toml index 473f2e4114..a43e276531 100644 --- a/lib/crewai-tools/pyproject.toml +++ b/lib/crewai-tools/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14" dependencies = [ "pytube~=15.0.0", "requests>=2.33.0,<3", - "crewai==1.14.3a1", + "crewai==1.14.3a2", "tiktoken~=0.8.0", "beautifulsoup4~=4.13.4", "python-docx~=1.2.0", diff --git a/lib/crewai-tools/src/crewai_tools/__init__.py b/lib/crewai-tools/src/crewai_tools/__init__.py index 87e53b7567..996b63d579 100644 --- a/lib/crewai-tools/src/crewai_tools/__init__.py +++ b/lib/crewai-tools/src/crewai_tools/__init__.py @@ -313,4 +313,4 @@ "ZapierActionTools", ] -__version__ = "1.14.3a1" +__version__ = "1.14.3a2" diff --git a/lib/crewai/pyproject.toml b/lib/crewai/pyproject.toml index 5b3c81850c..001f2b8a6e 100644 --- a/lib/crewai/pyproject.toml +++ b/lib/crewai/pyproject.toml @@ -55,7 +55,7 @@ Repository = "https://github.com/crewAIInc/crewAI" [project.optional-dependencies] tools = [ - "crewai-tools==1.14.3a1", + "crewai-tools==1.14.3a2", ] embeddings = [ "tiktoken~=0.8.0" diff --git a/lib/crewai/src/crewai/__init__.py b/lib/crewai/src/crewai/__init__.py index b59fc893de..8d1587056f 100644 --- a/lib/crewai/src/crewai/__init__.py +++ b/lib/crewai/src/crewai/__init__.py @@ -48,7 +48,7 @@ def filtered_warn( _suppress_pydantic_deprecation_warnings() -__version__ = "1.14.3a1" +__version__ = "1.14.3a2" _LAZY_IMPORTS: dict[str, tuple[str, str]] = { "Memory": ("crewai.memory.unified_memory", "Memory"), diff --git a/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml b/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml index bf87e3131c..93ee876919 100644 --- a/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml +++ b/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml @@ -5,7 +5,7 @@ description = "{{name}} using crewAI" authors = [{ name = "Your Name", email = "you@example.com" }] requires-python = ">=3.10,<3.14" dependencies = [ - "crewai[tools]==1.14.3a1" + "crewai[tools]==1.14.3a2" ] [project.scripts] diff --git a/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml b/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml index bdd4fd2a44..a7f5747bc7 100644 --- a/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml +++ b/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml @@ -5,7 +5,7 @@ description = "{{name}} using crewAI" authors = [{ name = "Your Name", email = "you@example.com" }] requires-python = ">=3.10,<3.14" dependencies = [ - "crewai[tools]==1.14.3a1" + "crewai[tools]==1.14.3a2" ] [project.scripts] diff --git a/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml b/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml index fcd42c81f2..cac3afab3b 100644 --- a/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml +++ b/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml @@ -5,7 +5,7 @@ description = "Power up your crews with {{folder_name}}" readme = "README.md" requires-python = ">=3.10,<3.14" dependencies = [ - "crewai[tools]==1.14.3a1" + "crewai[tools]==1.14.3a2" ] [tool.crewai] diff --git a/lib/devtools/src/crewai_devtools/__init__.py b/lib/devtools/src/crewai_devtools/__init__.py index 9df2b583d5..14470c7426 100644 --- a/lib/devtools/src/crewai_devtools/__init__.py +++ b/lib/devtools/src/crewai_devtools/__init__.py @@ -1,3 +1,3 @@ """CrewAI development tools.""" -__version__ = "1.14.3a1" +__version__ = "1.14.3a2"