Skip to content

Release v16.11.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:35
45ad2ec

Summary

A dependency refresh surfaced a chain of Workbench failures, all now fixed and verified in the running app: name-driven live views rendered blank (an Arc client bug with observable queries over primitive collections, fixed upstream in Arc 20.66.1), Connected Clients duplicated one client into endlessly growing rows, and Time Machine never loaded snapshots. The SimpleConsole sample also no longer writes its demo data set at startup.

Changed

  • Updated Cratis.Arc to 20.66.1 across NuGet and npm, picking up the fix for observable queries over primitive collections delivering empty values
  • The SimpleConsole sample generates its 50-employee demo data set on demand with the G key instead of seeding it at startup

Fixed

  • Workbench views fed by name collections — event store selection, namespaces, sequences, the namespace selector, and projection preview — show their data again instead of blank entries
  • Connected Clients shows one stable row per client instead of growing by one row per heartbeat
  • Time Machine loads snapshots instead of spinning on "Loading snapshots..." forever, and states it clearly when an instance has no snapshots