mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 13:48:09 +00:00
docs: update changelog and version for v1.14.6a2
This commit is contained in:
@@ -4,6 +4,39 @@ description: "تحديثات المنتج والتحسينات وإصلاحات
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="27 مايو 2026">
|
||||
## v1.14.6a2
|
||||
|
||||
[عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6a2)
|
||||
|
||||
## ما الذي تغير
|
||||
|
||||
### الميزات
|
||||
- تحسين `StdioTransport` لمنع تسرب متغيرات البيئة
|
||||
- تحسين تكوين التخطيط ومعالجة المراقبة
|
||||
- إعلان `env_vars` على `DatabricksQueryTool`
|
||||
- إضافة وثائق خطة التحكم بالوكيل
|
||||
|
||||
### إصلاحات الأخطاء
|
||||
- إصلاح تسرب المخرجات المنظمة في حلقات استدعاء الأدوات
|
||||
- حذف الاستدعاءات غير القابلة للعودة وحالة المحول في نقاط التحقق
|
||||
- تسلسل حقول `type[BaseModel]` كـ JSON schema في نقاط التحقق
|
||||
- تجنب `task_started` اليتيمة عند استعادة نطاق الاستئناف
|
||||
- السماح لـ `AgentExecutor` بالاستعادة من نقطة تحقق
|
||||
- تصحيح خطأ مطبعي في MongoDB إلى `pymongo` في تبعيات الحزمة
|
||||
|
||||
### الوثائق
|
||||
- إعادة هيكلة صفحة نقاط التحقق
|
||||
- توثيق خطوة تثبيت حزمة الإدارة لمرة واحدة
|
||||
- نقل Secrets Manager / Workload Identity من replicated-config
|
||||
- إزالة إدخال Skills Repository من سجل التغييرات
|
||||
|
||||
## المساهمون
|
||||
|
||||
@github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="21 مايو 2026">
|
||||
## v1.14.6a1
|
||||
|
||||
|
||||
@@ -4,6 +4,39 @@ description: "Product updates, improvements, and bug fixes for CrewAI"
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="May 27, 2026">
|
||||
## v1.14.6a2
|
||||
|
||||
[View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6a2)
|
||||
|
||||
## 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 documentation
|
||||
|
||||
### Bug Fixes
|
||||
- Fix structured output leaks in tool-calling loops
|
||||
- Drop unroundtrippable callbacks and adapter state in checkpointing
|
||||
- Serialize `type[BaseModel]` fields as JSON schema in checkpointing
|
||||
- Avoid orphan `task_started` on resume scope restore
|
||||
- Allow `AgentExecutor` to restore from checkpoint
|
||||
- Correct MongoDB typo to `pymongo` in package dependencies
|
||||
|
||||
### Documentation
|
||||
- Restructure checkpointing page
|
||||
- Document one-time admin package install step
|
||||
- Migrate Secrets Manager / Workload Identity from replicated-config
|
||||
- Remove Skills Repository entry from changelog
|
||||
|
||||
## Contributors
|
||||
|
||||
@github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="May 21, 2026">
|
||||
## v1.14.6a1
|
||||
|
||||
|
||||
@@ -4,6 +4,39 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="2026년 5월 27일">
|
||||
## v1.14.6a2
|
||||
|
||||
[GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6a2)
|
||||
|
||||
## 변경 사항
|
||||
|
||||
### 기능
|
||||
- 환경 변수 유출을 방지하기 위해 `StdioTransport` 개선
|
||||
- 계획 구성 및 관찰 처리 개선
|
||||
- `DatabricksQueryTool`에서 `env_vars` 선언
|
||||
- 에이전트 제어 평면 문서 추가
|
||||
|
||||
### 버그 수정
|
||||
- 도구 호출 루프에서 구조화된 출력 유출 수정
|
||||
- 체크포인팅에서 원형으로 돌아갈 수 없는 콜백 및 어댑터 상태 제거
|
||||
- 체크포인팅에서 `type[BaseModel]` 필드를 JSON 스키마로 직렬화
|
||||
- 복원 범위 복원 시 고아 `task_started` 방지
|
||||
- `AgentExecutor`가 체크포인트에서 복원할 수 있도록 허용
|
||||
- 패키지 종속성에서 MongoDB 오타를 `pymongo`로 수정
|
||||
|
||||
### 문서
|
||||
- 체크포인팅 페이지 구조 재편성
|
||||
- 일회성 관리자 패키지 설치 단계 문서화
|
||||
- 복제된 구성에서 비밀 관리자 / 작업 부하 ID 마이그레이션
|
||||
- 변경 로그에서 기술 리포지토리 항목 제거
|
||||
|
||||
## 기여자
|
||||
|
||||
@github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2026년 5월 21일">
|
||||
## v1.14.6a1
|
||||
|
||||
|
||||
@@ -4,6 +4,39 @@ description: "Atualizações de produto, melhorias e correções do CrewAI"
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="27 mai 2026">
|
||||
## v1.14.6a2
|
||||
|
||||
[Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.6a2)
|
||||
|
||||
## 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` em `DatabricksQueryTool`
|
||||
- Adicionar documentação do Controle de Agentes
|
||||
|
||||
### Correções de Bugs
|
||||
- Corrigir vazamentos de saída estruturada em loops de chamada de ferramentas
|
||||
- Remover callbacks e estado de adaptadores que não podem ser revertidos em checkpoints
|
||||
- Serializar campos `type[BaseModel]` como esquema JSON em checkpoints
|
||||
- Evitar `task_started` órfão na restauração do escopo de retomar
|
||||
- Permitir que `AgentExecutor` restaure a partir de checkpoints
|
||||
- Corrigir erro de digitação do MongoDB para `pymongo` nas dependências do pacote
|
||||
|
||||
### Documentação
|
||||
- Reestruturar a página de checkpoints
|
||||
- Documentar o passo de instalação do pacote administrativo único
|
||||
- Migrar Secrets Manager / Workload Identity de replicated-config
|
||||
- Remover a entrada do Repositório de Habilidades do changelog
|
||||
|
||||
## Contribuidores
|
||||
|
||||
@github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="21 mai 2026">
|
||||
## v1.14.6a1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user