AI Navigate

1.10.2rc1

CrewAI Releases / 3/14/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The project released version 1.10.2rc1, introducing a release command and a trigger to publish to PyPI.
  • Fixed cross-process and thread-safe locking issues related to unprotected I/O.
  • Propagated contextvars across all thread and executor boundaries.
  • Propagated ContextVars into async task threads.
  • Updated the changelog and versioning for v1.10.2a1, and acknowledged contributors @danglies007 and @greysonlalonde.

What's Changed

Features

  • Add release command and trigger PyPI publish

Bug Fixes

  • Fix cross-process and thread-safe locking to unprotected I/O
  • Propagate contextvars across all thread and executor boundaries
  • Propagate ContextVars into async task threads

Documentation

  • Update changelog and version for v1.10.2a1

Contributors

@danglies007, @greysonlalonde