Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@solverat solverat released this 22 Sep 18:24
9928845

Pimcore 11 Support

see https://github.com/dachcom-digital/pimcore-monitoring/blob/master/UPGRADE.md#migrating-from-version-3x-to-version-40

Global Changes

  • Recommended folder structure by symfony adopted
  • [ROUTE] Route include changed from @MonitoringBundle/Resources/config/routing.yml to @MonitoringBundle/config/routing.yaml

Deprecations

  • extensions.isEnabled has been removed and was replaced by extensions.isInstalled
  • Check Script has been removed
  • failed_logins has been removed since pimcore now longer provide any logging files for that. If you still need it, you need to implement your own check and hook into the security monolog channel for example

New Features

  • It's now possible to add your own check. Just create a tagged pimcore.monitoring.check service and implement the CheckInterface interface