distributed 4.4.1

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
### What's changed in v4.4.1

* fix: support Forge event flow end to end (#211) (by @patrickleet)

  * fix: support domain event fan-out end to end

  * fix: use collision-resistant local topology ids

  * fix: regenerate clients for topology identities


See full diff: [v4.4.0...v4.4.1](https://github.com/hops-ops/distributed/compare/v4.4.0...v4.4.1)