Releases: spryker/event-dispatcher
Releases · spryker/event-dispatcher
Release list
1.8.1
Included commits: 1.8.0...1.8.1
Adjustments
- Added
spryker/applicationtorequire-devto correctly declare test namespace dependencies resolved bydev:dependency:find.
1.8.0
1.7.0
1.6.0
Included commits: 1.5.0...1.6.0
Improvements
- Introduced
GlueBackendApiApplication\EventDispatcherApplicationPlugin. - Introduced
GlueStorefrontApiApplication\EventDispatcherApplicationPlugin. - Introduced
EventDispatcherDependencyProvider::getBackendEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::getStorefrontEventDispatcherPlugins()method.
1.5.0
Included commits: 1.4.0...1.5.0
Improvements
- Introduced
BackofficeEventDispatcherApplicationPluginplugin.
1.4.0
Included commits: 1.3.3...1.4.0
Improvements
- Introduced
MerchantPortalEventDispatcherApplicationPlugin.
1.3.3
1.3.2
Included commits: 1.3.1...1.3.2
Improvements
- Adjusted
EventDispatcherHelperTraitfor compatibility with Codeception 5.
1.3.1
Included commits: 1.3.0...1.3.1
Improvements
- Adjusted
EventDispatcherApplicationPluginon Zed, Yves, and Glue layers so they are compatible with5.4versionsymfony/event-dicpatcher.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Added
BackendApiEventDispatcherApplicationPluginclass. - Added
BackendGatewayEventDispatcherApplicationPluginclass. - Introduced
EventDispatcherDependencyProvider::PLUGINS_BACKEND_GATEWAY_EVENT_DISPATCHER_PLUGINSconstant. - Introduced
EventDispatcherDependencyProvider::PLUGINS_BACKEND_API_EVENT_DISPATCHER_PLUGINSconstant. - Introduced
EventDispatcherDependencyProvider::addBackendGatewayEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::getBackendGatewayEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::addBackendApiEventDispatcherPlugins()method. - Introduced
EventDispatcherDependencyProvider::getBackendApiEventDispatcherPlugins()method. - Introduced
EventDispatcherCommunicationFactory::getBackendGatewayEventDispatcherPlugins()method. - Introduced
EventDispatcherCommunicationFactory::getBackendApiEventDispatcherPlugins()method.