Skip to content

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Jul 11:44
· 98 commits to master since this release

Included commits: 1.2.0...1.3.0

Improvements

  • Added BackendApiEventDispatcherApplicationPlugin class.
  • Added BackendGatewayEventDispatcherApplicationPlugin class.
  • Introduced EventDispatcherDependencyProvider::PLUGINS_BACKEND_GATEWAY_EVENT_DISPATCHER_PLUGINS constant.
  • Introduced EventDispatcherDependencyProvider::PLUGINS_BACKEND_API_EVENT_DISPATCHER_PLUGINS constant.
  • Introduced EventDispatcherDependencyProvider::addBackendGatewayEventDispatcherPlugins() method.
  • Introduced EventDispatcherDependencyProvider::getBackendGatewayEventDispatcherPlugins() method.
  • Introduced EventDispatcherDependencyProvider::addBackendApiEventDispatcherPlugins() method.
  • Introduced EventDispatcherDependencyProvider::getBackendApiEventDispatcherPlugins() method.
  • Introduced EventDispatcherCommunicationFactory::getBackendGatewayEventDispatcherPlugins() method.
  • Introduced EventDispatcherCommunicationFactory::getBackendApiEventDispatcherPlugins() method.