Skip to content

0.15.0

Compare
Choose a tag to compare
@Johnabell Johnabell released this 03 Apr 15:01
· 10 commits to master since this release
8766a1c

Added

  • #191: Add new generic on PgStore and Schema trait to decouple persistence from Aggregate::Event.
  • #187: Make the AggregateManager deref blanket implementation work for smart pointers.

Changed

  • #191: Updated MSRV to 1.74.0.
  • #191: Renamed Event trait to Persistable (this should not affect users of the library since users of the library benefit from a blanket implementation).

Removed

  • [[#191]]: Removed broken sql feature.