Skip to content

Releases: tvdijen/simplesamlphp-module-monitor

simplesamlphp-module-monitor 2.4.2

02 Oct 18:57
Compare
Choose a tag to compare

Bugfixes:

  • Fix case where search.base is an array

simplesamlphp-module-monitor 2.4.1

17 Aug 13:23
Compare
Choose a tag to compare

Bugfixes
Fixed a bug that caused negotiate-authsources to fail
Fixed the SQL storage testsuite

Changes
Update composer.lock to address CVE-2018-14773
Added tests to syntax-check Twig-templates

simplesamlphp-module-monitor 2.4.0

08 Aug 11:55
1eca974
Compare
Choose a tag to compare

Features
Support for testing SQL session stores

Changes
Leave JSON-formatted output to Symfony
Improve HTML-output readability
Renamed main script-file from monitor.php to index.php

Bugfixes
Fixed a bug in calculating testsuite state, leading to incorrect overall state
Fixed Travis by explicitly requiring sudo
Fixed a bug that caused some certificates not to get parsed

simplesamlphp-module-monitor 2.3.0

21 May 22:44
cb9c5de
Compare
Choose a tag to compare

Lots of non-functional changes and unit tests

simplesamlphp-module-monitor 2.2.0

14 May 20:54
Compare
Choose a tag to compare

Features
More control over SSL connections on a per AuthSource-basis through the module configuration-file.

Changes
Refactored some code to make unit testing possible or easier
Added lots of unit tests; coverage at +30% already!
Several minor bugfixes

simplesamlphp-module-monitor 2.1.1

07 May 18:37
Compare
Choose a tag to compare

Changes
Fix JSON-formatted output; it didn't properly output the overall state
New features
It's hardly a feature, but rudimentary PHP-syntax checking was added for unit testing purposes

simplesamlphp-module-monitor 2.1.0

06 May 12:03
Compare
Choose a tag to compare

Changed the way TestResult::arrayizeTestResult() and TestFactory::getArrayizeTestResults() return results.
It no longer includes the test's output by default.
Changed the way you can get formatted output from ?xml to ?output=xml.
Moved TestConfiguration to TestSuite. It cannot be used directly from within TestCases

simplesamlphp-module-monitor 2.0.1

06 May 11:55
Compare
Choose a tag to compare

Fixed a bug where required/available modules were calculated incorrectly on CGI installs
Fixed a bug that caused metadata not the be checked at all
Fixed a bug where entityId would be shown as the subject for a metadata certificate
Fixed Negotiate TestCase as it never worked
Added changelog

simplesamlphp-module-monitor 1.1.3

05 May 10:54
Compare
Choose a tag to compare

Changes:

  • Restore compatibility with SimpleSAMLphp 1.14

simplesamlphp-module-monitor 2.0.0

04 May 22:39
Compare
Choose a tag to compare

Complete refactorization; no functional changes.
Added support for SimpleSAMLphp 1.15 and PHP7