Skip to content

v2.0.0-alpha.10

Pre-release
Pre-release

Choose a tag to compare

@snapiz snapiz released this 13 Jan 02:48
· 39 commits to alpha since this release

2.0.0-alpha.10 (2026-01-13)

Features

  • core: add has_event fn that tell if aggregator has event (#177) (c6fd6d4)
  • core: add macro to define sort by Cursor (#173) (6b9e199)
  • core: add raw to load builder (ccb5536)
  • core: add uint cursor (edc412f)
  • core: allow to check aggregators when impl Snapshot restore (ae08739)
  • macro: add derive Cursor (b0373c7)
  • macro: allow multiple cursor for struct (58fc255)

Bug Fixes

  • core: fast_execute (1e1deff)
  • core: handler safety (#174) (6b1250e)
  • core: load all (e281388)
  • core: load all invalid original version (88754ff)
  • core: load safety (b39f496)
  • core: not execut_all events (0dead4b)
  • core: projection load invalid version (96b3bae)
  • core: safety filter by event name condition (4d7f401)
  • core: safety filter by event name condition (1d92925)
  • core: use ref mut for Aggregator builder (4805154)
  • define_sort_by macro (42b2357)
  • executor snapshot missing (#176) (0dbba40)
  • macro: cursor generate wrong code (25b2d40)
  • macro: not using full path of HashMap in snapshot restore (8c43596)
  • missing subscription log info (9b48364)