docs: update changelog and version for v1.14.6
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Nightly Canary Release / Check for new commits (push) Has been cancelled
Nightly Canary Release / Build nightly packages (push) Has been cancelled
Nightly Canary Release / Publish nightly to PyPI (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This commit is contained in:
Greyson LaLonde
2026-05-28 10:03:50 -07:00
committed by GitHub
parent 0486b85aa3
commit fca21b155c
5 changed files with 2179 additions and 4 deletions

View File

@@ -4,6 +4,44 @@ description: "تحديثات المنتج والتحسينات وإصلاحات
icon: "clock"
mode: "wide"
---
<Update label="28 مايو 2026">
## v1.14.6
[عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6)
## ما الذي تغير
### الميزات
- تحسين StdioTransport لمنع تسرب متغيرات البيئة
- تعزيز تكوين التخطيط ومعالجة الملاحظات
- إعلان env_vars على DatabricksQueryTool
- إضافة وثائق خطة التحكم في الوكيل
### إصلاحات الأخطاء
- إصلاح تسرب المخرجات المنظمة في حلقات استدعاء الأدوات
- حذف ردود الاستدعاء غير القابلة للعودة وحالة المحول في نقطة التحقق
- تسلسل الحقول من النوع [BaseModel] كـ JSON schema في نقطة التحقق
- تجنب مهمة orphan task_started عند استعادة نطاق الاستئناف
- السماح لـ AgentExecutor بالاستعادة من نقطة التحقق
- تصحيح خطأ الكتابة من mongodb إلى pymongo في package_dependencies
### الوثائق
- إضافة كتلة تنقل وثائق ACP (بيتا) إلى صفحات خطة التحكم في الوكيل
- إزالة المراجع إلى العمليات التوافقية من صفحة العمليات
- إعادة هيكلة صفحة نقاط التحقق
- توثيق خطوة تثبيت حزمة الإدارة لمرة واحدة
- نقل Secrets Manager / Workload Identity من replicated-config
- إزالة تعبيرات `{" "}` JSX التي تكسر عرض `<Steps>`
### إعادة الهيكلة
- نقل مستودع المهارات إلى experimental + CREWAI_EXPERIMENTAL gate
## المساهمون
@akaKuruma, @alex-clawd, @github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
</Update>
<Update label="27 مايو 2026">
## v1.14.6a2

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,44 @@ description: "Product updates, improvements, and bug fixes for CrewAI"
icon: "clock"
mode: "wide"
---
<Update label="May 28, 2026">
## v1.14.6
[View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6)
## What's Changed
### Features
- Enhance StdioTransport to prevent environment variable leakage
- Enhance planning configuration and observation handling
- Declare env_vars on DatabricksQueryTool
- Add Agent Control Plane docs
### Bug Fixes
- Fix structured output leaks in tool-calling loops
- Drop unroundtrippable callbacks and adapter state in checkpoint
- Serialize type[BaseModel] fields as JSON schema in checkpoint
- Avoid orphan task_started on resume scope restore
- Allow AgentExecutor to restore from checkpoint
- Correct mongodb typo to pymongo in package_dependencies
### Documentation
- Add ACP (Beta) docs navigation block to Agent Control Plane pages
- Remove consensual process references from processes page
- Restructure checkpointing page
- Document one-time admin package install step
- Migrate Secrets Manager / Workload Identity from replicated-config
- Remove `{" "}` JSX expressions breaking `<Steps>` render
### Refactoring
- Move Skills Repository to experimental + CREWAI_EXPERIMENTAL gate
## Contributors
@akaKuruma, @alex-clawd, @github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
</Update>
<Update label="May 27, 2026">
## v1.14.6a2

View File

@@ -4,6 +4,44 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
icon: "clock"
mode: "wide"
---
<Update label="2026년 5월 28일">
## v1.14.6
[GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6)
## 변경 사항
### 기능
- 환경 변수 유출을 방지하기 위해 StdioTransport 강화
- 계획 구성 및 관찰 처리 개선
- DatabricksQueryTool에서 env_vars 선언
- 에이전트 제어 평면 문서 추가
### 버그 수정
- 도구 호출 루프에서 구조화된 출력 유출 수정
- 체크포인트에서 원형으로 돌아갈 수 없는 콜백 및 어댑터 상태 제거
- 체크포인트에서 type[BaseModel] 필드를 JSON 스키마로 직렬화
- 복원 범위 복원 시 고아 task_started 방지
- AgentExecutor가 체크포인트에서 복원할 수 있도록 허용
- package_dependencies에서 mongodb 오타를 pymongo로 수정
### 문서
- 에이전트 제어 평면 페이지에 ACP (Beta) 문서 탐색 블록 추가
- 프로세스 페이지에서 합의 프로세스 참조 제거
- 체크포인트 페이지 구조 재편성
- 일회성 관리자 패키지 설치 단계 문서화
- Secrets Manager / Workload Identity를 replicated-config에서 마이그레이션
- `<Steps>` 렌더링을 방해하는 `{" "}` JSX 표현 제거
### 리팩토링
- Skills Repository를 실험적 + CREWAI_EXPERIMENTAL 게이트로 이동
## 기여자
@akaKuruma, @alex-clawd, @github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
</Update>
<Update label="2026년 5월 27일">
## v1.14.6a2

View File

@@ -4,6 +4,44 @@ description: "Atualizações de produto, melhorias e correções do CrewAI"
icon: "clock"
mode: "wide"
---
<Update label="28 mai 2026">
## v1.14.6
[Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6)
## O que Mudou
### Recursos
- Aprimorar StdioTransport para evitar vazamento de variáveis de ambiente
- Aprimorar a configuração de planejamento e o manuseio de observações
- Declarar env_vars no DatabricksQueryTool
- Adicionar documentação do Agente Control Plane
### Correções de Bugs
- Corrigir vazamentos de saída estruturada em loops de chamada de ferramenta
- Remover callbacks e estado de adaptador que não podem ser retornados em checkpoint
- Serializar campos type[BaseModel] como esquema JSON em checkpoint
- Evitar tarefa órfã task_started na restauração de escopo de retomar
- Permitir que AgentExecutor restaure a partir de checkpoint
- Corrigir erro de digitação de mongodb para pymongo em package_dependencies
### Documentação
- Adicionar bloco de navegação de documentação ACP (Beta) às páginas do Agente Control Plane
- Remover referências a processos consensuais da página de processos
- Reestruturar a página de checkpointing
- Documentar passo de instalação do pacote administrativo único
- Migrar Secrets Manager / Workload Identity de replicated-config
- Remover expressões JSX `{" "}` que quebram a renderização de `<Steps>`
### Refatoração
- Mover Skills Repository para experimental + CREWAI_EXPERIMENTAL gate
## Contribuidores
@akaKuruma, @alex-clawd, @github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
</Update>
<Update label="27 mai 2026">
## v1.14.6a2