Skip to content

Releases: OpenConext/Monitor-bundle

Checks are surrounded in try catch

17 Jun 09:01
efcb68f
Compare
Choose a tag to compare

Fix a little behavior when a check can't be instantiated

What's Changed

Full Changelog: 4.3.0...4.3.1

4.3.0

30 May 11:11
8a2d0b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0

Beware that the monitor bundle now uses attributes for routes. Meaning you have to disable or delete

#openconext_monitor:
#    resource:   "@OpenConextMonitorBundle/config/routing.yml"
#    prefix:     /

in your config/routes.yaml and add

open_conext_monitor:
    resource: "@OpenConextMonitorBundle/src/Controller"
    type: attribute
    prefix: /

in your config/routes/controllers.yaml

4.0.0

31 Oct 09:43
e97bbfc
Compare
Choose a tag to compare
4.0.0 Pre-release
Pre-release

Drops Symfony 4 support. And experimentally allows SF 7 support. Which seems to fail at the moment

3.1.0

19 Apr 12:44
719c34a
Compare
Choose a tag to compare

Make the info and health endpoints available on both / and /internal/ paths. 'Deprecating' the original /health and /info endpoints.

3.0.0

03 Mar 12:51
3f36539
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Chris53897 made their first contribution in #6 (thanks for your contribution!)

Full Changelog: 2.1.0...3.0.0

2.1.0

28 Sep 11:13
f06e967
Compare
Choose a tag to compare

Add opcache information to the info endpoint when available #7

SF4 and PHP 7.2 support

22 Jun 08:31
90909df
Compare
Choose a tag to compare
Merge pull request #5 from OpenConext/feature/add-symfony-4-support

Add Symfony 4 support

1.0.3

16 Aug 13:12
1455a29
Compare
Choose a tag to compare

The main change in this release is the improvement of the query that is executed by the DoctrineConnectionHealthCheck. It now uses the SchemaManager to grab a table from the available schemas and performs a SELECT * FROM [table] LIMIT 1 on that table.

1.0.1

11 Dec 10:23
12803aa
Compare
Choose a tag to compare

Added Symfony 3 support

1.0.0

07 Dec 14:43
b9be093
Compare
Choose a tag to compare

Initial release of the bundle