Skip to content

1.14.7rc1

Pre-release
Pre-release

Choose a tag to compare

@greysonlalonde greysonlalonde released this 11 Jun 01:57
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.
243c9ed

What's Changed

Features

  • Add reset_runtime_state to release accumulated bus state
  • Handle supporting both custom prompts
  • Decouple conversation logic from runtime and add a conversational_definition

Bug Fixes

  • Fix scope of runtime state per run to bound growth and isolate concurrent runs
  • Fix telemetry setup on crewai-login
  • Fix respect for suppress_flow_events for method-execution events

Documentation

  • Update OpenTelemetry images
  • Update documentation to reflect new state of OpenTelemetry collector
  • Update changelog and version for v1.14.7a4

Refactoring

  • Simplify flow condition evaluation to be stateless per event
  • Improve conversation routing cycle with one less route

Contributors

@greysonlalonde, @lorenzejay, @lucasgomide, @vinibrsl