distributed 1.6.3

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
13
14
15
### What's changed in v1.6.3

* docs: document the dsvc CLI (scaffold/describe/schema + schema --format atlas) (#75) (by @patrickleet)

  Add a crate README for distributed_cli (shows on crates.io) covering install, the
  distributed_manifest() entrypoint, and `dsvc schema` SQL/Atlas output with the
  AtlasSchema flag reference and example. Wire it via `readme` in Cargo.toml. Add a
  concise "Service CLI (dsvc)" section to the main README linking to it.

  Implements [[tasks/atlas-operator-schema-gitops]]

  Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>


See full diff: [v1.6.2...v1.6.3](https://github.com/hops-ops/distributed/compare/v1.6.2...v1.6.3)