Releases: tvdijen/simplesamlphp-module-monitor
Releases · tvdijen/simplesamlphp-module-monitor
simplesamlphp-module-monitor-2.7.1
simplesamlphp-module-monitor-2.7.0
The minimum required version of SimpleSAMLphp is 1.17
- Start using SimpleSAMLphp Test-framework
- Add Twig-templates to make this module ready for 1.18 + newUI
- Raised PHP-version required to 5.6
simplesamlphp-module-monitor-2.6.2
Fixed a bug where SSP uses PHPsessions and PHPsessions are configured to use memcache.
simplesamlphp-module-monitor-2.6.1
- Fixed a bug where not all metadata would show in bridge-mode
- Include a new text-only output format
simplesamlphp-module-monitor-2.6.0
- Minor fixes
- Support SimpleSAMLphp 1.17
simplesamlphp-module-monitor-2.5.4
- Fixed a bug in the IDP's signing-certs check
simplesamlphp-module-monitor-2.5.3
Bugfixes:
- Fix namespaces for non-composer installs
- File permissions
Features:
- Added certificate-checks for the IDP's signing-certs
Non-functional:
- Changed namespace from \SimpleSAML\Module\monitor to \SimpleSAML\Modules\Monitor
- The 2.5 range will be the last one supporting SSP 1.15+1.16 and will only receive bugfixes.
New releases starting from 2.6 will only support the future 1.17+ release
simplesamlphp-module-monitor 2.5.2
Bugfix: Remove a function-call that breaks the monitor
simplesamlphp-module-monitor 2.5.1
Bugfix: Fix erroneous test in LDAP TestSuite that caused bind/search tests to run only when connection failures had occured in an earlier test (instead of the other way around)
simplesamlphp-module-monitor 2.5.0
Bugfixes
Sessions: Properly handle PHP sessions
Certificates: Fall back to serialnumber for subject
Fix missing quotes in TestSuite/Store.php
Prevent tests from being marked as risky
Silence LDAP-tests > debug = false
Changes
Add testsuite for database-configuration
Rename TestSuite\Configuration to TestSuite\CertificateConfiguration