Releases: CJSCommonPlatform/event-store
Releases · CJSCommonPlatform/event-store
2.0.23
[2.0.23] - 2019-10-04
Changed
- Updated framework to 6.0.17
2.1.2
[2.1.2] - 2019-10-01
Changed
- Updated to framework 6.1.1
- All SystemCommand handlers now take a mandatory UUID, commandId.
2.1.1
[2.1.1] - 2019-09-28
Added
- New system event 'CatchupProcessingOfEventFailedEvent' fired if processing of any PublishedEvent during catchup fails
Changed
- All system events moved into their own module 'event-store-management-events'
- Unsuccessful catchups now logged correctly in catchup completion.
2.1.0
[2.1.0] - 2019-09-26
Changed
- Subscriptions are no longer run asynchronously during catchup. Change required for MI catchup.
- Event catchup and Indexer catchup now run the same code
2.0.22
[2.0.22] - 2019-09-24
Changed
- Catchup verification logging now runs in MDC context
2.0.21
[2.0.21] - 2019-09-23
Added
- New SystemCommand to verify the results of running catchup
- Verifies that the number of active events in event_log matches the number of events in published_event
- Verifies that the number of events in published_event matches the number of events in processed_event
- Verifies that the stream_buffer table is empty
- Verifies that each event_number in published_event correctly links to an existing previous_event
- Verifies that each event_number in processed_event correctly links to an existing previous_event
- Verifies that each active stream has at least one event
2.0.20
[2.0.20] - 2019-09-23
Fixed
- Fixed name of publish queue trigger
2.0.19
[2.0.19] - 2019-09-19
Added
- New SystemCommands AddTrigger and RemoveTrigger to manage the trigger on the event_log table
- MDC logging of the service context for JMX commands
2.0.18
[2.0.18] - 2019-09-18
Changed
- Use DefaultEnvelopeProvider in MetadataEventNumberUpdater directly to fix classloading errors during rebuild
- Add logging to catchup processing, log every 1000th event
- Moved the conversion of PublishedEvent to JsonObject for the publishing of catchup inside the multi-threaded code
2.0.17
[2.0.17] - 2019-09-16
Changed
- Use DefaultJsonEnvelopeProvider in EventConverted directly to fix classloading errors during rebuild
- The event-source-name is now always calculated from the name of the event and never from its source field