mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
docs: update changelog and version for v1.10.1
This commit is contained in:
1457
docs/docs.json
1457
docs/docs.json
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,38 @@ description: "Product updates, improvements, and bug fixes for CrewAI"
|
|||||||
icon: "clock"
|
icon: "clock"
|
||||||
mode: "wide"
|
mode: "wide"
|
||||||
---
|
---
|
||||||
|
<Update label="Mar 04, 2026">
|
||||||
|
## v1.10.1
|
||||||
|
|
||||||
|
[View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.10.1)
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Upgrade Gemini GenAI
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- Adjust executor listener value to avoid recursion
|
||||||
|
- Group parallel function response parts in a single Content object in Gemini
|
||||||
|
- Surface thought output from thinking models in Gemini
|
||||||
|
- Load MCP and platform tools when agent tools are None
|
||||||
|
- Support Jupyter environments with running event loops in A2A
|
||||||
|
- Use anonymous ID for ephemeral traces
|
||||||
|
- Conditionally pass plus header
|
||||||
|
- Skip signal handler registration in non-main threads for telemetry
|
||||||
|
- Inject tool errors as observations and resolve name collisions
|
||||||
|
- Upgrade pypdf from 4.x to 6.7.4 to resolve Dependabot alerts
|
||||||
|
- Resolve critical and high Dependabot security alerts
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- Sync Composio tool documentation across locales
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
@giulio-leone, @greysonlalonde, @haxzie, @joaomdmoura, @lorenzejay, @mattatcha, @mplachta, @nicoferdi96
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="Feb 27, 2026">
|
<Update label="Feb 27, 2026">
|
||||||
## v1.10.1a1
|
## v1.10.1a1
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,38 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
|
|||||||
icon: "clock"
|
icon: "clock"
|
||||||
mode: "wide"
|
mode: "wide"
|
||||||
---
|
---
|
||||||
|
<Update label="2026년 3월 4일">
|
||||||
|
## v1.10.1
|
||||||
|
|
||||||
|
[GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.10.1)
|
||||||
|
|
||||||
|
## 변경 사항
|
||||||
|
|
||||||
|
### 기능
|
||||||
|
- Gemini GenAI 업그레이드
|
||||||
|
|
||||||
|
### 버그 수정
|
||||||
|
- 재귀를 피하기 위해 실행기 리스너 값을 조정
|
||||||
|
- Gemini에서 병렬 함수 응답 부분을 단일 Content 객체로 그룹화
|
||||||
|
- Gemini에서 사고 모델의 사고 출력을 표시
|
||||||
|
- 에이전트 도구가 None일 때 MCP 및 플랫폼 도구 로드
|
||||||
|
- A2A에서 실행 이벤트 루프가 있는 Jupyter 환경 지원
|
||||||
|
- 일시적인 추적을 위해 익명 ID 사용
|
||||||
|
- 조건부로 플러스 헤더 전달
|
||||||
|
- 원격 측정을 위해 비주 스레드에서 신호 처리기 등록 건너뛰기
|
||||||
|
- 도구 오류를 관찰로 주입하고 이름 충돌 해결
|
||||||
|
- Dependabot 경고를 해결하기 위해 pypdf를 4.x에서 6.7.4로 업그레이드
|
||||||
|
- 심각 및 높은 Dependabot 보안 경고 해결
|
||||||
|
|
||||||
|
### 문서
|
||||||
|
- Composio 도구 문서를 지역별로 동기화
|
||||||
|
|
||||||
|
## 기여자
|
||||||
|
|
||||||
|
@giulio-leone, @greysonlalonde, @haxzie, @joaomdmoura, @lorenzejay, @mattatcha, @mplachta, @nicoferdi96
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="2026년 2월 27일">
|
<Update label="2026년 2월 27일">
|
||||||
## v1.10.1a1
|
## v1.10.1a1
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,38 @@ description: "Atualizações de produto, melhorias e correções do CrewAI"
|
|||||||
icon: "clock"
|
icon: "clock"
|
||||||
mode: "wide"
|
mode: "wide"
|
||||||
---
|
---
|
||||||
|
<Update label="04 mar 2026">
|
||||||
|
## v1.10.1
|
||||||
|
|
||||||
|
[Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.10.1)
|
||||||
|
|
||||||
|
## O que mudou
|
||||||
|
|
||||||
|
### Recursos
|
||||||
|
- Atualizar Gemini GenAI
|
||||||
|
|
||||||
|
### Correções de Bugs
|
||||||
|
- Ajustar o valor do listener do executor para evitar recursão
|
||||||
|
- Agrupar partes da resposta da função paralela em um único objeto Content no Gemini
|
||||||
|
- Exibir a saída de pensamento dos modelos de pensamento no Gemini
|
||||||
|
- Carregar ferramentas MCP e da plataforma quando as ferramentas do agente forem None
|
||||||
|
- Suportar ambientes Jupyter com loops de eventos em A2A
|
||||||
|
- Usar ID anônimo para rastreamentos efêmeros
|
||||||
|
- Passar condicionalmente o cabeçalho plus
|
||||||
|
- Ignorar o registro do manipulador de sinal em threads não principais para telemetria
|
||||||
|
- Injetar erros de ferramentas como observações e resolver colisões de nomes
|
||||||
|
- Atualizar pypdf de 4.x para 6.7.4 para resolver alertas do Dependabot
|
||||||
|
- Resolver alertas de segurança críticos e altos do Dependabot
|
||||||
|
|
||||||
|
### Documentação
|
||||||
|
- Sincronizar a documentação da ferramenta Composio entre locais
|
||||||
|
|
||||||
|
## Contribuidores
|
||||||
|
|
||||||
|
@giulio-leone, @greysonlalonde, @haxzie, @joaomdmoura, @lorenzejay, @mattatcha, @mplachta, @nicoferdi96
|
||||||
|
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update label="27 fev 2026">
|
<Update label="27 fev 2026">
|
||||||
## v1.10.1a1
|
## v1.10.1a1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user