Skip to content

Releases: liip/LiipMonitorBundle

2.11.0

13 Dec 16:13
4a0dad0
Compare
Choose a tag to compare
  • 4a6c271 Feature: lazy load checks on index (Alexey Berezuev)

2.10.0

27 Nov 19:55
033231d
Compare
Choose a tag to compare
  • c0c84ee add code coverage travis stage (Kevin Bond)
  • c1a496d fix cs (Kevin Bond)
  • 5427b7f add php-cs-fixer and configure travis (Kevin Bond)
  • 8a1da1e Add symfony mailer support (Markus Bachmann)
  • 7dd8c13 adjust travis config to match DoctrineBundle, refactor tests to be compatible with phpunit 8 (Kevin Bond)
  • 3072e67 Allow symfony 5 (Markus Bachmann)

2.9.1

19 Sep 16:41
1903c60
Compare
Choose a tag to compare
  • b4d30c1 cannotBeEmpty on arrayNode is deprecated in symfony 3 and removed in symfony 4 (Jean-Marie Lamodière)

2.9.0

01 Aug 10:39
28189fa
Compare
Choose a tag to compare
  • 5366331 Properly inject failure_status_code when controller is enabled. (Toby Lawrence)
  • 831c5da Make the HTTP failure status code configurable. (Toby Lawrence)
  • f98b6c8 Opportunity to give multiple recipients for swift_mail reporter. (Fabian Schmick)

2.8.0

05 Jul 12:05
81e2034
Compare
Choose a tag to compare
  • 94e7b9f fix for doctrine/migrations (Kevin Bond)
  • c254317 only support security checker v5 as dependency. (Stefan Topfstedt)
  • f84929c require doctrine migrations v2. (Stefan Topfstedt)
  • e087805 bumps up version of zend diagnostics dependency. (Stefan Topfstedt)
  • 9d913ff adjusted imports to namespace changes. (Stefan Topfstedt)
  • 041c287 updated dependencies to support migrations v2. (Stefan Topfstedt)
  • 44914b5 Bump minimum version of zenddiagnostics (Jonathan Johnson)
  • 5ee41a3 Ask travis to wait while installing (Jonathan Johnson)
  • 60024c0 Bump minimum symfony version (Jonathan Johnson)
  • fa340a1 Update testing dependencies (Jonathan Johnson)
  • 30721d5 Drop PHP 7.0 support (Jonathan Johnson)
  • 6a1ed8c Fix annotation (Ayrton Ricardo)
  • e05c56a Remove not needed parameter (Ayrton Ricardo)
  • ce5a828 Add list reporters endpoint to documentation (Ayrton Ricardo)
  • 2ecf15d Add reporters list endpoint (Ayrton Ricardo)

2.7.8

23 May 14:29
a16b04b
Compare
Choose a tag to compare
  • 07e0914 Let RedisCollection handle valid redis DSNs with auth. (Ole Rößner)
  • 0a91cfb Fix php_extensions example (Floran Brutel)
  • ecad81d fix swiftmailer dependency (ixarlie)

2.7.7

11 Feb 13:30
31ee0fd
Compare
Choose a tag to compare
  • 4cc2c9f Update composer.json (DemigodCode)
  • e598135 Update Configuration.php (DemigodCode)

2.7.6

04 Jan 13:30
Compare
Choose a tag to compare
  • e444347 Deprecation symfony 4.2 fix (#201) (DemigodCode)

fixed regressions in the mongodb check

23 Nov 22:56
ba75134
Compare
Choose a tag to compare

Fix #198: Support mongodb PHP extension #199

fixed MongoDB connection check

07 Nov 10:20
e8c9bbc
Compare
Choose a tag to compare
  • DoctrineMongoDbCheck now actually checks if connected #197
  • Add information on creating and configuring checks #194