Skip to content

Release v23.2.0

Compare
Choose a tag to compare
@dolittle-build dolittle-build released this 14 Mar 08:49
9216f63

Summary

Added the ability to use projections keyed both on event properties, eventSourceId and when the event occurred.

This enables projections to be used for aggregations over time, and to optimize read model for specific statistics.

In addition there has been added the ability to key by function, which gives complete control over which id to target

Added

  • KeyFromPropertyAndOccurredAttribute
  • KeyFromEventSourceAndOccurredAttribute
  • KeyFromFunctionAttribute