python CrewAI Releases · · 1.15.21

CrewAI 1.15.21 Release Introduces Telemetry and Resolves Multiple Bugs

sdkaigaengineermediapython-agentic
feature patch

This patch release for CrewAI, version 1.15.21, integrates new telemetry to monitor checkpoint runtime and CLI usage, providing better insights into framework operation. The update also addresses a range of bug fixes, including rectifying gateway errors within HTTP 200 responses and improving JSON checkpoint persistence to UTF-8. These enhancements aim to boost the stability, reliability, and accuracy of AI agent workflows for developers, particularly those leveraging integrations like DashScope, Oxylabs, and BrightData.

  • Add telemetry to track checkpoint runtime and CLI usage
  • Fix gateway errors reported inside an HTTP 200 response
  • Keep deploy push on the AMP create source
  • Report scrape failures instead of raising IndexError in the Oxylabs integration
  • Route all DashScope models through the native provider
Features (1)
  • Add telemetry to track checkpoint runtime and CLI usage
Fixes (10)
  • Fix gateway errors reported inside an HTTP 200 response
  • Keep deploy push on the AMP create source
  • Report scrape failures instead of raising IndexError in the Oxylabs integration
  • Route all DashScope models through the native provider
  • Persist JSON checkpoints as UTF-8
  • Drop stray $ in f-string search URLs for BrightData
  • Support list-form type arrays in JSON schema conversion
  • Correct gpt-4o-mini context window from 200000 to 128000
  • Preserve streaming tool call arguments at contentBlockStop
  • Make pre-commit hooks portable on Windows
Maintenance (5)
  • Clarify that tracing is managed separately from telemetry
  • Fix parallel search reference link
  • Remove stale parameters from handle_llm_stream_chunk docstring
  • Fix streaming output docstring examples
  • Use organization UUIDs in the skill install reference
Read the original announcement →

https://github.com/crewAIInc/crewAI/releases/tag/1.15.21

Related releases