From 913a3abeadb0491eb09f98af2f36082b67747b68 Mon Sep 17 00:00:00 2001
From: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com>
Date: Fri, 5 Jun 2026 14:19:42 -0700
Subject: [PATCH] docs: update changelog and version for v1.14.7a2 (#6055)
---
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 67a17eba4..8a6d1fe20 100644
--- a/docs/ar/changelog.mdx
+++ b/docs/ar/changelog.mdx
@@ -4,6 +4,35 @@ description: "تحديثات المنتج والتحسينات وإصلاحات
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.7a2
+
+ [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7a2)
+
+ ## ما الذي تغير
+
+ ### الميزات
+ - إضافة دعم تتبع تدفقات المحادثة.
+ - تحديث وثائق تدفق المحادثة لاستخدام `handle_turn`.
+ - عرض السبب الحقيقي لإنهاء المحادثة، ومعلمات العينة، و`response.id` في أحداث LLM.
+ - تصنيف مشغلات DSL كزخارف واعية بالمسار.
+ - تنفيذ واجهة برمجة التطبيقات للدردشة لتدفقات المحادثة.
+ - جعل قفل الخلفية قابلاً للتجاوز في متجر القفل.
+ - تقسيم أحادي تدفق DSL إلى وحدات زخرفية مركزة.
+ - تسطيح استخدام ذاكرة التخزين المؤقت LiteLLM/أعداد الأسباب الفرعية في `_usage_to_dict`.
+ - بناء `FlowDefinition` من بيانات التعريف الخاصة بتدفق DSL.
+
+ ### الوثائق
+ - إضافة دليل NVIDIA Nemotron LLM.
+ - توثيق عمليات نشر المونوريبو.
+ - تحديث سجل التغييرات والإصدار لـ v1.14.7a1.
+
+ ## المساهمون
+
+ @alex-clawd, @gvieira, @lorenzejay, @lucasgomide, @mattatcha, @vinibrsl
+
+
+
## v1.14.7a1
diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx
index 3077979fe..1fcf70971 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.7a2
+
+ [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7a2)
+
+ ## What's Changed
+
+ ### Features
+ - Add conversational flow traces support.
+ - Update conversational flow documentation to utilize `handle_turn`.
+ - Surface real `finish_reason`, sampling parameters, and `response.id` in LLM events.
+ - Type DSL triggers as route-aware decorators.
+ - Implement chat API for conversational flows.
+ - Make locking backend overridable in lock store.
+ - Split flow DSL monolith into focused decorator modules.
+ - Flatten LiteLLM cache/reasoning usage sub-counts in `_usage_to_dict`.
+ - Build `FlowDefinition` from Flow DSL metadata.
+
+ ### Documentation
+ - Add NVIDIA Nemotron LLM guide.
+ - Document monorepo deployments.
+ - Update changelog and version for v1.14.7a1.
+
+ ## Contributors
+
+ @alex-clawd, @gvieira, @lorenzejay, @lucasgomide, @mattatcha, @vinibrsl
+
+
+
## v1.14.7a1
diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx
index 74408caf3..d0a3d3393 100644
--- a/docs/ko/changelog.mdx
+++ b/docs/ko/changelog.mdx
@@ -4,6 +4,35 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.7a2
+
+ [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7a2)
+
+ ## 변경 사항
+
+ ### 기능
+ - 대화 흐름 추적 지원 추가.
+ - `handle_turn`을 활용하도록 대화 흐름 문서 업데이트.
+ - LLM 이벤트에서 실제 `finish_reason`, 샘플링 매개변수 및 `response.id` 표시.
+ - 라우트 인식 데코레이터로서 DSL 트리거 유형 지정.
+ - 대화 흐름을 위한 채팅 API 구현.
+ - 잠금 저장소에서 백엔드 잠금 오버라이드 가능하게 설정.
+ - 흐름 DSL 모놀리스를 집중된 데코레이터 모듈로 분할.
+ - `_usage_to_dict`에서 LiteLLM 캐시/추론 사용 하위 카운트 평탄화.
+ - 흐름 DSL 메타데이터에서 `FlowDefinition` 구축.
+
+ ### 문서
+ - NVIDIA Nemotron LLM 가이드 추가.
+ - 모노레포 배포 문서화.
+ - v1.14.7a1에 대한 변경 로그 및 버전 업데이트.
+
+ ## 기여자
+
+ @alex-clawd, @gvieira, @lorenzejay, @lucasgomide, @mattatcha, @vinibrsl
+
+
+
## v1.14.7a1
diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx
index 349529138..fe20ebf86 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.7a2
+
+ [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.7a2)
+
+ ## O que Mudou
+
+ ### Recursos
+ - Adicionar suporte a rastreamentos de fluxo de conversa.
+ - Atualizar a documentação do fluxo de conversa para utilizar `handle_turn`.
+ - Exibir o real `finish_reason`, parâmetros de amostragem e `response.id` em eventos LLM.
+ - Tipar os gatilhos DSL como decoradores cientes de rota.
+ - Implementar API de chat para fluxos de conversa.
+ - Tornar o backend de bloqueio substituível no armazenamento de bloqueios.
+ - Dividir o monólito DSL de fluxo em módulos de decoradores focados.
+ - Achatar os subcontagens de uso de cache/razão do LiteLLM em `_usage_to_dict`.
+ - Construir `FlowDefinition` a partir dos metadados do Flow DSL.
+
+ ### Documentação
+ - Adicionar guia do LLM NVIDIA Nemotron.
+ - Documentar implantações de monorepo.
+ - Atualizar changelog e versão para v1.14.7a1.
+
+ ## Contribuidores
+
+ @alex-clawd, @gvieira, @lorenzejay, @lucasgomide, @mattatcha, @vinibrsl
+
+
+
## v1.14.7a1