From feeed505bbf9cede2757ac9d778d7027a8a8b4cd Mon Sep 17 00:00:00 2001 From: Tony Kipkemboi Date: Mon, 22 Sep 2025 19:19:55 -0400 Subject: [PATCH] docs(changelog): add releases 0.193.2, 0.193.1, 0.193.0, 0.186.1, 0.186.0 across en/ko/pt-BR (#3577) --- docs/en/changelog.mdx | 76 ++++++++++++++++++++++++++++++++++++++++ docs/ko/changelog.mdx | 76 ++++++++++++++++++++++++++++++++++++++++ docs/pt-BR/changelog.mdx | 76 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 228 insertions(+) diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx index c86915f28..64674c71d 100644 --- a/docs/en/changelog.mdx +++ b/docs/en/changelog.mdx @@ -5,6 +5,82 @@ icon: "clock" mode: "wide" --- + + ## v0.193.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.193.2) + + ## What's Changed + + - Updated pyproject templates to use the right version + + + + + ## v0.193.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.193.1) + + ## What's Changed + + - Series of minor fixes and linter improvements + + + + + ## v0.193.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.193.0) + + ## Core Improvements & Fixes + + - Fixed handling of the `model` parameter during OpenAI adapter initialization + - Resolved test duration cache issues in CI workflows + - Fixed flaky test related to repeated tool usage by agents + - Added missing event exports to `__init__.py` for consistent module behavior + - Dropped message storage from metadata in Mem0 to reduce bloat + - Fixed L2 distance metric support for backward compatibility in vector search + + ## New Features & Enhancements + + - Introduced thread-safe platform context management + - Added test duration caching for optimized `pytest-split` runs + - Added ephemeral trace improvements for better trace control + - Made search parameters for RAG, knowledge, and memory fully configurable + - Enabled ChromaDB to use OpenAI API for embedding functions + - Added deeper observability tools for user-level insights + - Unified RAG storage system with instance-specific client support + + ## Documentation & Guides + + - Updated `RagTool` references to reflect CrewAI native RAG implementation + - Improved internal docs for `langgraph` and `openai` agent adapters with type annotations and docstrings + + + + + ## v0.186.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.186.1) + + ## What's Changed + + - Fixed version not being found and silently failing reversion + - Bumped CrewAI version to 0.186.1 and updated dependencies in the CLI + + + + + ## v0.186.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.186.0) + + ## What's Changed + + - Refer to the GitHub release notes for detailed changes + + + ## v0.177.0 diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx index 463d32b1f..565c2dd83 100644 --- a/docs/ko/changelog.mdx +++ b/docs/ko/changelog.mdx @@ -5,6 +5,82 @@ icon: "clock" mode: "wide" --- + + ## v0.193.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.193.2) + + ## 변경 사항 + + - 올바른 버전을 사용하도록 pyproject 템플릿 업데이트 + + + + + ## v0.193.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.193.1) + + ## 변경 사항 + + - 일련의 사소한 수정 및 린터 개선 + + + + + ## v0.193.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.193.0) + + ## 핵심 개선 사항 및 수정 사항 + + - OpenAI 어댑터 초기화 중 `model` 매개변수 처리 수정 + - CI 워크플로에서 테스트 소요 시간 캐시 문제 해결 + - 에이전트의 반복 도구 사용과 관련된 불안정한 테스트 수정 + - 일관된 모듈 동작을 위해 누락된 이벤트 내보내기를 `__init__.py`에 추가 + - 메타데이터 부하를 줄이기 위해 Mem0에서 메시지 저장 제거 + - 벡터 검색의 하위 호환성을 위해 L2 거리 메트릭 지원 수정 + + ## 새로운 기능 및 향상 사항 + + - 스레드 안전한 플랫폼 컨텍스트 관리 도입 + - `pytest-split` 실행 최적화를 위한 테스트 소요 시간 캐싱 추가 + - 더 나은 추적 제어를 위한 일시적(trace) 개선 + - RAG, 지식, 메모리 검색 매개변수를 완전 구성 가능하게 변경 + - ChromaDB가 임베딩 함수에 OpenAI API를 사용할 수 있도록 지원 + - 사용자 수준 인사이트를 위한 심화된 관찰 가능성 도구 추가 + - 인스턴스별 클라이언트를 지원하는 통합 RAG 스토리지 시스템 + + ## 문서 및 가이드 + + - CrewAI 네이티브 RAG 구현을 반영하도록 `RagTool` 참조 업데이트 + - 타입 주석과 도크스트링을 포함해 `langgraph` 및 `openai` 에이전트 어댑터 내부 문서 개선 + + + + + ## v0.186.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.186.1) + + ## 변경 사항 + + - 버전을 찾지 못해 조용히 되돌리는(reversion) 문제 수정 + - CLI에서 CrewAI 버전을 0.186.1로 올리고 의존성 업데이트 + + + + + ## v0.186.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.186.0) + + ## 변경 사항 + + - 자세한 변경 사항은 GitHub 릴리스 노트를 참조하세요 + + + ## v0.177.0 diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx index 6cc1215c5..419337d15 100644 --- a/docs/pt-BR/changelog.mdx +++ b/docs/pt-BR/changelog.mdx @@ -5,6 +5,82 @@ icon: "clock" mode: "wide" --- + + ## v0.193.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.193.2) + + ## O que Mudou + + - Atualizados templates do pyproject para usar a versão correta + + + + + ## v0.193.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.193.1) + + ## O que Mudou + + - Série de pequenas correções e melhorias de linter + + + + + ## v0.193.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.193.0) + + ## Melhorias e Correções Principais + + - Corrigido manuseio do parâmetro `model` durante a inicialização do adaptador OpenAI + - Resolvidos problemas de cache da duração de testes nos fluxos de CI + - Corrigido teste instável relacionado ao uso repetido de ferramentas pelos agentes + - Adicionadas exportações de eventos ausentes no `__init__.py` para comportamento consistente do módulo + - Removido armazenamento de mensagem dos metadados no Mem0 para reduzir inchaço + - Corrigido suporte à métrica de distância L2 para compatibilidade retroativa na busca vetorial + + ## Novos Recursos e Melhorias + + - Introduzida gestão de contexto de plataforma com segurança de threads + - Adicionado cache da duração de testes para execuções otimizadas do `pytest-split` + - Melhorias de traces efêmeros para melhor controle de rastreamento + - Parâmetros de busca para RAG, conhecimento e memória totalmente configuráveis + - Habilitado ChromaDB para usar a OpenAI API para funções de embedding + - Adicionadas ferramentas de observabilidade mais profundas para insights ao nível do usuário + - Sistema de armazenamento RAG unificado com suporte a cliente específico por instância + + ## Documentação e Guias + + - Atualizadas referências do `RagTool` para refletir a implementação nativa de RAG do CrewAI + - Melhorada documentação interna para adaptadores de agente `langgraph` e `openai` com anotações de tipo e docstrings + + + + + ## v0.186.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.186.1) + + ## O que Mudou + + - Corrigida falha silenciosa de reversão quando a versão não era encontrada + - Versão do CrewAI atualizada para 0.186.1 e dependências do CLI atualizadas + + + + + ## v0.186.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.186.0) + + ## O que Mudou + + - Consulte as notas de lançamento no GitHub para detalhes completos + + + ## v0.177.0