Releases: spryker/event
Releases · spryker/event
Release list
2.17.1
Included commits: 2.17.0...2.17.1
Fixes
- Fixed queue message processing to reset
routingKeytonullafter acknowledging messages in bothEventQueueConsumerandMessageForwarder, preventing stale routing keys from causing zombie processes.
2.17.0
Included commits: 2.16.0...2.17.0
Fixes
- Fixed
retryMessage()to correctly skip messages already marked with aretryrouting key, preventing duplicate retry attempts during queue processing.
2.16.0
Included commits: 2.15.0...2.16.0
Improvements
- Introduced
WebProfilerApplicationEventsDataCollectorPluginto enable application event collection in the Symfony Web Profiler, allowing developers to inspect dispatched application events with timestamps directly from the toolbar. - Added
spryker/web-profiler-extensionas a required dependency and movedspryker/symfonyfromrequire-devtorequireto support the new Web Profiler integration.
2.15.0
Included commits: 2.14.0...2.15.0
Improvements
- Introduced
QueueReceiveMessage.isRetryExisttransfer field to indicate retry queue availability. - Adjusted
EventFacade::processEnqueuedMessages()to skip retry mechanism when retry queue is not available.
Adjustments
- Updated
spryker/queuedependency constraint from^1.1.0to^1.18.0.
2.14.0
Included commits: 2.13.0...2.14.0
This release had no meaningful changes and was done by error.
2.13.0
Included commits: 2.12.0...2.13.0
Improvements
- Introduced a new console command
event:dump:listener.
2.12.0
Included commits: 2.11.0...2.12.0
Improvements
- Adjusted
EventFacade::processEnqueuedMessages()to avoid duplicate events with the same IDs.
2.11.0
2.10.0
Included commits: 2.9.2...2.10.0
Improvements
- Introduced
EventConstants::EVENT_LOGGER_LEVELto specify the minimum logging level for the Event logger. - Introduced
EventConfig::getEventLoggerMinLevel()to return the minimum logging level for the Event logger. - Adjusted logger handler to enable dynamic modification of notification levels in the
StreamHandler.
2.9.2
Included commits: 2.9.1...2.9.2
Adjustments
- Adjusted
EventDispatcher::trigger()andEventDispatcher::triggerBulk()in order compare actual result count of event listeners