diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx index 19ad116c1..6a4fbd37c 100644 --- a/docs/ar/changelog.mdx +++ b/docs/ar/changelog.mdx @@ -4,6 +4,38 @@ description: "تحديثات المنتج والتحسينات وإصلاحات icon: "clock" mode: "wide" --- + + ## v1.14.7rc1 + + [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7rc1) + + ## ما الذي تغير + + ### الميزات + - إضافة `reset_runtime_state` لإطلاق حالة الحافلة المتراكمة + - التعامل مع دعم كل من الموجهات المخصصة + - فصل منطق المحادثة عن وقت التشغيل وإضافة `conversational_definition` + + ### إصلاحات الأخطاء + - إصلاح نطاق حالة وقت التشغيل لكل تشغيل للحد من النمو وعزل التشغيلات المتزامنة + - إصلاح إعدادات القياس عن بُعد على `crewai-login` + - إصلاح احترام `suppress_flow_events` لفعاليات تنفيذ الأساليب + + ### الوثائق + - تحديث صور OpenTelemetry + - تحديث الوثائق لتعكس الحالة الجديدة لجمع بيانات OpenTelemetry + - تحديث سجل التغييرات والإصدار لـ v1.14.7a4 + + ### إعادة الهيكلة + - تبسيط تقييم شرط التدفق ليكون بلا حالة لكل حدث + - تحسين دورة توجيه المحادثة مع تقليل مسار واحد + + ## المساهمون + + @greysonlalonde, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.14.7a4 diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx index c9ff50910..832080147 100644 --- a/docs/en/changelog.mdx +++ b/docs/en/changelog.mdx @@ -4,6 +4,38 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.7rc1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7rc1) + + ## What's Changed + + ### Features + - Add `reset_runtime_state` to release accumulated bus state + - Handle supporting both custom prompts + - Decouple conversation logic from runtime and add a `conversational_definition` + + ### Bug Fixes + - Fix scope of runtime state per run to bound growth and isolate concurrent runs + - Fix telemetry setup on `crewai-login` + - Fix respect for `suppress_flow_events` for method-execution events + + ### Documentation + - Update OpenTelemetry images + - Update documentation to reflect new state of OpenTelemetry collector + - Update changelog and version for v1.14.7a4 + + ### Refactoring + - Simplify flow condition evaluation to be stateless per event + - Improve conversation routing cycle with one less route + + ## Contributors + + @greysonlalonde, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.14.7a4 diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx index b5117b691..78ca4b1a8 100644 --- a/docs/ko/changelog.mdx +++ b/docs/ko/changelog.mdx @@ -4,6 +4,38 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" icon: "clock" mode: "wide" --- + + ## v1.14.7rc1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7rc1) + + ## 변경 사항 + + ### 기능 + - 누적된 버스 상태를 해제하기 위해 `reset_runtime_state` 추가 + - 사용자 정의 프롬프트를 모두 지원하도록 처리 + - 대화 논리를 런타임과 분리하고 `conversational_definition` 추가 + + ### 버그 수정 + - 실행당 런타임 상태의 범위를 수정하여 성장 제한 및 동시 실행 격리 + - `crewai-login`에서 원격 측정 설정 수정 + - 메서드 실행 이벤트에 대한 `suppress_flow_events` 존중 수정 + + ### 문서 + - OpenTelemetry 이미지 업데이트 + - OpenTelemetry 수집기의 새로운 상태를 반영하도록 문서 업데이트 + - v1.14.7a4에 대한 변경 로그 및 버전 업데이트 + + ### 리팩토링 + - 이벤트당 상태 비저장 방식으로 흐름 조건 평가 단순화 + - 경로를 하나 줄여 대화 라우팅 사이클 개선 + + ## 기여자 + + @greysonlalonde, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.14.7a4 diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx index 7a1196379..8c36112c8 100644 --- a/docs/pt-BR/changelog.mdx +++ b/docs/pt-BR/changelog.mdx @@ -4,6 +4,38 @@ description: "Atualizações de produto, melhorias e correções do CrewAI" icon: "clock" mode: "wide" --- + + ## v1.14.7rc1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7rc1) + + ## O que Mudou + + ### Recursos + - Adicionar `reset_runtime_state` para liberar o estado acumulado do barramento + - Lidar com suporte a ambos os prompts personalizados + - Desacoplar a lógica de conversa do tempo de execução e adicionar uma `conversational_definition` + + ### Correções de Bugs + - Corrigir o escopo do estado de tempo de execução por execução para limitar o crescimento e isolar execuções concorrentes + - Corrigir a configuração de telemetria em `crewai-login` + - Corrigir o respeito a `suppress_flow_events` para eventos de execução de método + + ### Documentação + - Atualizar imagens do OpenTelemetry + - Atualizar a documentação para refletir o novo estado do coletor OpenTelemetry + - Atualizar o changelog e a versão para v1.14.7a4 + + ### Refatoração + - Simplificar a avaliação da condição de fluxo para ser sem estado por evento + - Melhorar o ciclo de roteamento de conversas com uma rota a menos + + ## Contribuidores + + @greysonlalonde, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.14.7a4