Releases: tvdijen/simplesamlphp-module-monitor
simplesamlphp-module-monitor 2.4.2
Bugfixes:
- Fix case where search.base is an array
simplesamlphp-module-monitor 2.4.1
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
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
Lots of non-functional changes and unit tests
simplesamlphp-module-monitor 2.2.0
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
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
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
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
Changes:
- Restore compatibility with SimpleSAMLphp 1.14
simplesamlphp-module-monitor 2.0.0
Complete refactorization; no functional changes.
Added support for SimpleSAMLphp 1.15 and PHP7