Skip to content

Releases: spryker/monitoring

2.9.0

13 Jan 13:38
Compare
Choose a tag to compare

Included commits: 2.8.0...2.9.0

Improvements

  • Introduced MonitoringServiceInterface::addCustomEvent() method that adds a custom event if provided plugin implements a new interface.
  • Increased MonitoringExtension module dependency.

2.8.0

03 Apr 08:36
Compare
Choose a tag to compare

Included commits: 2.7.0...2.8.0

Adjustments

  • Adjusted composer.json to allow for new Locale major.

2.7.0

24 Jan 19:53
Compare
Choose a tag to compare

Included commits: 2.6.0...2.7.0

Improvements

  • Adjusted Spryker\Yves\Monitoring\Plugin\ControllerListener, Spryker\Zed\Monitoring\Communication\Plugin\ControllerListener to use serializedOrderTransfer in the request.

2.6.0

28 Oct 07:09
Compare
Choose a tag to compare

Included commits: 2.5.0...2.6.0

Fixes

  • Adjusted MonitoringFacade::handleConsoleTerminateEvent() so it's throwing the real exception while transfer generation console terminate event is processed instead of failing with exception for missing transfer object.

2.5.0

02 Jun 08:33
Compare
Choose a tag to compare

Included commits: 2.4.0...2.5.0

Improvements

  • Introduced MonitoringTransactionEventTransfer for monitored transaction event handling.
  • Introduced FirstArgumentMonitoringConsoleTransactionNamingStrategy for grouping console commands by the first argument.
  • Adjusted EventHandler to get use of monitored transactions naming strategies.

2.4.0

04 Jan 13:09
Compare
Choose a tag to compare

Included commits: 2.3.0...2.4.0

Improvements

  • Adjusted Monitoring::setApplicationName() to add store parameter to event only if APPLICATION_STORE is defined.

2.3.0

01 Jul 11:44
Compare
Choose a tag to compare

Included commits: 2.2.2...2.3.0

Improvements

  • Added GatewayMonitoringRequestTransactionEventDispatcherPlugin class.

2.2.2

06 Oct 12:06
Compare
Choose a tag to compare

Included commits: 2.2.1...2.2.2

Fixes

  • Use new Event classes from symfony/http-kernel.

2.2.1

03 Jul 16:24
Compare
Choose a tag to compare

Included commits: 2.2.0...2.2.1

Fixes

  • Removed setting of exit code from EventHandler as this makes all console commands use this exit code.

2.2.0

19 Jun 09:56
Compare
Choose a tag to compare

Included commits: 2.1.2...2.2.0

Improvements

  • Moved \Spryker\Zed\Monitoring\Communication\Plugin\MonitoringConsolePlugin to \Spryker\Zed\Monitoring\Communication\Plugin\Console\MonitoringConsolePlugin as it was in the wrong namespace.
  • Introduced \Spryker\Yves\Monitoring\Communication\Plugin\Console\MonitoringConsolePlugin which sends command execution information to the monitoring service.
  • Renamed \Spryker\Yves\Monitoring\MonitoringFactory::getSystem() to \Spryker\Yves\Monitoring\MonitoringFactory::getUtilNetworkService().

Deprecations

  • Deprecated \Spryker\Zed\Monitoring\Communication\Plugin\MonitoringConsolePlugin.
  • Deprecated \Spryker\Yves\Monitoring\MonitoringFactory::getSystem().