Skip to content

Release v6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 11:41
bd440e4

Summary

Adds a management surface to Event Handlers that has the capability to reprocess event for Event Handlers and also get information about running Event Handlers. Also adds the possibility to register Event Handlers with named aliases for easy tracking.

Added

  • Adds optional string 'alias' to event handler registration
  • Adds management service for event handlers with 4 endpoints: ReprocessEventsFrom, ReprocessAllEvents, GetAll and GetOne

Changed

  • Updated Grpc and protobuf dependencies