Skip to content

Releases: tvdijen/simplesamlphp-module-monitor

simplesamlphp-module-monitor-2.7.1

17 Oct 18:28
Compare
Choose a tag to compare

simplesamlphp-module-monitor-2.7.0

29 Jul 16:16
Compare
Choose a tag to compare
Pre-release

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

16 May 22:03
6eb8941
Compare
Choose a tag to compare

Fixed a bug where SSP uses PHPsessions and PHPsessions are configured to use memcache.

simplesamlphp-module-monitor-2.6.1

13 May 08:54
1669b96
Compare
Choose a tag to compare
  • 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

20 Mar 13:12
Compare
Choose a tag to compare
  • Minor fixes
  • Support SimpleSAMLphp 1.17

simplesamlphp-module-monitor-2.5.4

21 Oct 15:07
Compare
Choose a tag to compare
  • Fixed a bug in the IDP's signing-certs check

simplesamlphp-module-monitor-2.5.3

17 Oct 21:28
a336ca8
Compare
Choose a tag to compare

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

04 Oct 16:31
44a82ab
Compare
Choose a tag to compare

Bugfix: Remove a function-call that breaks the monitor

simplesamlphp-module-monitor 2.5.1

04 Oct 16:17
119697d
Compare
Choose a tag to compare

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

02 Oct 19:05
4bb6e75
Compare
Choose a tag to compare

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