Skip to content

Commit a336ca8

Browse files
authored
Update changelog.md
1 parent 9e2020a commit a336ca8

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

docs/changelog.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,52 @@ Monitoring module changelog
66
This document lists the changes between versions of this donitoring module.
77
See the upgrade notes for specific information about upgrading.
88

9+
## Version 2.5.3
10+
Released 17-10-2018
11+
12+
Bugfixes:
13+
- Fix namespaces for non-composer installs
14+
- File permissions
15+
16+
Features:
17+
- Added certificate-checks for the IDP's signing-certs
18+
19+
Non-functional:
20+
- Changed namespace from \SimpleSAML\Module\monitor to \SimpleSAML\Modules\Monitor
21+
- The 2.5 range will be the last one supporting SSP 1.15+1.16 and will only receive bugfixes.
22+
New releases starting from 2.6 will only support the future 1.17+ release
23+
24+
Bugfix: Remove a function-call that breaks the monitor
25+
26+
## Version 2.5.2
27+
Released 4-10-2018
28+
29+
Bugfix: Remove a function-call that breaks the monitor
30+
31+
## Version 2.5.1
32+
Released 4-10-2018
33+
34+
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)
35+
36+
## Version 2.5.0
37+
Released 2-10-2018
38+
39+
Bugfixes
40+
- Sessions: Properly handle PHP sessions
41+
- Certificates: Fall back to serialnumber for subject
42+
- Fix missing quotes in TestSuite/Store.php
43+
- Prevent tests from being marked as risky
44+
- Silence LDAP-tests > debug = false
45+
46+
Changes
47+
- Add testsuite for database-configuration
48+
- Rename TestSuite\Configuration to TestSuite\CertificateConfiguration
49+
50+
## Version 2.4.2
51+
Released 2-10-2018
52+
53+
Fix case where search.base is an array
54+
955
## Version 2.4.1
1056

1157
Released 17-8-2018

0 commit comments

Comments
 (0)