Skip to content

0.5.600

Latest

Choose a tag to compare

@AndreRatzenberger AndreRatzenberger released this 26 Jun 23:13
c13f1f0

Release Highlights

This release is the public Dapr integration release for Flock and supersedes 0.5.502.

Dapr blackboard storage

  • Added optional flock-core[dapr] support.
  • Added DaprStateBlackboardStore for using Dapr state-store components as a Flock blackboard backend.
  • Added Dapr serialization helpers, docs, and example setups for in-memory, Redis, and PostgreSQL-backed state stores.
  • Added README and documentation entry points so Dapr support is visible from the main project surface.

Stabilization

  • Fixed public Dapr config construction paths.
  • Fixed headers_callback client wiring.
  • Added default client config handling when client_config is omitted.
  • Corrected consistency="eventual" mapping.
  • Aligned docs/examples with the actual initial release behavior.

Notes

The initial Dapr release focuses on the blackboard store. Deeper distributed-write hardening for artifact/index atomicity, TTL exception paths, and ETag conflict retries is tracked separately in issue #415.

What's Changed

New Contributors

Full Changelog: 0.5.500...0.5.600