distributed 3.3.4

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
### What's changed in v3.3.4

* refactor: make Session identity claims gateway-agnostic (by @patrickleet)

  Hasura was only an example query layer, but convenience helpers and docs
  treated x-hasura-* as the protocol. Use neutral x-user-id/x-role keys,
  document Session as an opaque claim map, and keep gateway-specific names
  readable via Session::get.


See full diff: [v3.3.3...v3.3.4](https://github.com/hops-ops/distributed/compare/v3.3.3...v3.3.4)