Change8

1.14.0

📦 crewaiView on GitHub →
5 features🐛 6 fixes2 deprecations🔧 2 symbols

Summary

This release introduces significant features around checkpointing, including configuration and runtime state management, alongside important security fixes and dependency updates.

Migration Steps

  1. Remove usage of CodeInterpreterTool.
  2. Remove usage of deprecated code execution parameters.

✨ New Features

  • Added checkpoint list/info CLI commands.
  • 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

  • Added SSRF and path traversal protections.
  • Added path and URL validation to RAG tools.
  • Excluded embedding vectors from memory serialization to save tokens.
  • Ensured output directory exists before writing in flow template.
  • Bumped litellm to >=1.83.0 to address CVE-2026-35030.
  • Removed SEO indexing field causing Arabic page rendering.

Affected Symbols

⚡ Deprecations

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