Skip to content

Releases: spryker/event

2.17.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 14 May 16:52

Included commits: 2.17.0...2.17.1

Fixes

  • Fixed queue message processing to reset routingKey to null after acknowledging messages in both EventQueueConsumer and MessageForwarder, preventing stale routing keys from causing zombie processes.

2.17.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 May 12:39

Included commits: 2.16.0...2.17.0

Fixes

  • Fixed retryMessage() to correctly skip messages already marked with a retry routing key, preventing duplicate retry attempts during queue processing.

2.16.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 Mar 11:37

Included commits: 2.15.0...2.16.0

Improvements

  • Introduced WebProfilerApplicationEventsDataCollectorPlugin to 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-extension as a required dependency and moved spryker/symfony from require-dev to require to support the new Web Profiler integration.

2.15.0

Choose a tag to compare

@spryker-bot spryker-bot released this 04 Nov 10:43

Included commits: 2.14.0...2.15.0

Improvements

  • Introduced QueueReceiveMessage.isRetryExist transfer field to indicate retry queue availability.
  • Adjusted EventFacade::processEnqueuedMessages() to skip retry mechanism when retry queue is not available.

Adjustments

  • Updated spryker/queue dependency constraint from ^1.1.0 to ^1.18.0.

2.14.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 30 Oct 08:57

Included commits: 2.13.0...2.14.0

This release had no meaningful changes and was done by error.

2.13.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Aug 10:36

Included commits: 2.12.0...2.13.0

Improvements

  • Introduced a new console command event:dump:listener.

2.12.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 Jul 13:54

Included commits: 2.11.0...2.12.0

Improvements

  • Adjusted EventFacade::processEnqueuedMessages() to avoid duplicate events with the same IDs.

2.11.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Nov 16:33

Included commits: 2.10.0...2.11.0

Improvements

  • Added PHPUnit 11 support.

2.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Sep 10:42

Included commits: 2.9.2...2.10.0

Improvements

  • Introduced EventConstants::EVENT_LOGGER_LEVEL to 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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 15 Dec 15:12

Included commits: 2.9.1...2.9.2

Adjustments

  • Adjusted EventDispatcher::trigger() and EventDispatcher::triggerBulk() in order compare actual result count of event listeners