Release v9.1.0
Summary
This release adds support for a more fine grained control over event handlers. It adds the ability to migrate away from older eventhandlers by setting an end timestamp, or use specific handlers for a particular point in time.
This applies to when the event was produced, not when the handler is being run.
You can also make it so new eventhandlers only process events "from now on", by starting from the latest events.
Added
- Support for defining when event handlers should initially start from (Either from the latest events, or from the beginning)
- Support for configuring event handlers to just process a delineated set of events by time. Both start timestamp and end timestamps are supported