1.10.2rc1
📦 crewaiView on GitHub →
✨ 1 features🐛 3 fixes
Summary
This release introduces a new release command for PyPI publishing and includes several bug fixes related to thread safety and ContextVar propagation.
✨ New 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