1.14.0a4

CrewAI Releases / 4/8/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • バージョン 1.14.0a4 ではトレース識別のための guardrail_type / name 追加、実行時の状態チェックポイント(自動チェックポイント含む)、イベントシステムおよび executor のリファクタが導入されました。
  • チェックポイント保存に SQLiteProvider(CheckpointConfig)を追加し、チェックポイントデータ列には JSONB を用いることで保存・パフォーマンス面の改善が図られています。
  • メモリのシリアライズから埋め込みベクトルを除外してトークン消費を抑えるほか、litellm を >=1.83.0 に更新して CVE-2026-35030 への対応が行われています。
  • ドキュメント面では quickstart/installation の明確化、storage providers セクション追加、JsonProvider のエクスポートが行われています。
  • リファクタとして CodeInterpreterTool が削除され、コード実行関連のパラメータは非推奨となっています。

What's Changed

Features

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

Bug Fixes

  • Exclude embedding vectors from memory serialization to save tokens
  • Bump litellm to >=1.83.0 to address CVE-2026-35030

Documentation

  • Update quickstart and installation guides for improved clarity
  • Add storage providers section and export JsonProvider

Performance

  • Use JSONB for checkpoint data column

Refactoring

  • Remove CodeInterpreterTool and deprecate code execution params

Contributors

@alex-clawd, @github-actions[bot], @greysonlalonde, @joaomdmoura, @lorenzejay, @lucasgomide