Change8

1.14.0a4

📦 crewaiView on GitHub →
4 features🐛 2 fixes2 deprecations🔧 1 symbols

Summary

This release introduces significant features like runtime state checkpointing and a new SqliteProvider for storage. It also removes the CodeInterpreterTool and addresses a security vulnerability via a dependency bump.

Migration Steps

  1. If using CodeInterpreterTool, migrate to alternative execution methods.
  2. Review and update any usage of deprecated code execution parameters.

✨ New Features

  • Added guardrail_type and name to distinguish traces.
  • Added SqliteProvider for checkpoint storage.
  • Added CheckpointConfig for automatic checkpointing.
  • Implemented runtime state checkpointing, event system, and executor refactor.

🐛 Bug Fixes

  • Excluded embedding vectors from memory serialization to save tokens.
  • Bumped litellm to >=1.83.0 to address CVE-2026-35030.

Affected Symbols

⚡ Deprecations

  • CodeInterpreterTool is removed.
  • Code execution parameters are deprecated.