Skip to content

Commit 00a1e3b

Browse files
committed
Import changelog from 1.19
1 parent 53cd110 commit 00a1e3b

1 file changed

Lines changed: 107 additions & 0 deletions

File tree

docs/simplesamlphp-changelog.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,113 @@ See the upgrade notes for specific information about upgrading.
1818
* Accepting unsolicited responses can be disabled by setting `enable_unsolicited` to `false` in the SP authsource.
1919
* Certificates and private keys can now be retrieved from a database
2020

21+
## Version 1.19.6
22+
23+
Released 1-7-2022
24+
25+
* Fix several translations (#1572, #1573, #1577, #1578, #1603)
26+
* Fix HTTP status code for error pages (#1585)
27+
* \SimpleSAML\Utils\HTTP::getFirstPathElement() was marked deprecated
28+
* Bumped twig and minimist dependencies due to known vulnerabilities (CVE-2022-23614 and CVE-2021-44906)
29+
* Minor fixes to the old UI (#1632)
30+
* Fix several translations (#1572, #1573, #1577, #1578)
31+
32+
`saml2 library`
33+
34+
* A mis-use of a constant was fixed (#249) that caused an error with HTTP-Artifact binding.
35+
36+
`metarefresh`
37+
38+
* Added regex-template config keyword to apply a template to entityIDs matching a pattern. (v0.10)
39+
40+
## Version 1.19.5
41+
42+
Released 24-01-2021
43+
44+
* Fix composer-file to prevent warnings
45+
* Fix database persistence (#1555)
46+
* Dropped dependency on jquery-ui and selectize
47+
48+
`adfs`
49+
50+
* Bump the module version to the 1.0.x branch; the 0.9 branch only works with versions before 1.19
51+
52+
`saml2 library`
53+
54+
* Fix an issue with PHP 7.x support that was introduced in 1.19.4 (#1559)
55+
56+
## Version 1.19.4
57+
58+
Released 13-12-2021
59+
60+
`core`
61+
62+
* Fix translations for included templates (i.e. metadata not found error)
63+
64+
`ldap`
65+
66+
* Added the possibility to escape the additional search filters that were introduced in 1.19.2
67+
68+
`saml2 library`
69+
70+
* The library has been quick-fixed to support PHP 8.1 (#1545)
71+
72+
`metarefresh`
73+
74+
* Reverted an unintended update of the module. The v1,0-branch is intended for use with SSP 2.0 (dev-master) only
75+
76+
## Version 1.19.3
77+
78+
Released 2021-10-28
79+
80+
* Fixed a wrong variable name introduced in v1.19.2 (#1480) that rendered the PHP session handler useless.
81+
82+
## Version 1.19.2
83+
84+
Released 2021-10-27
85+
86+
* Restored PHP 8.0 compatibility (#1461), also on the saml2 library (v4.2.3)
87+
* Revert #1435; should not have ended up in a bugfix release. If you need the authproc-filters, please install the
88+
simplesamlphp-module-subjectidattrs module.
89+
* Fixed a bug in the logger that would break encoded urls in the message
90+
* Return a proper HTTP/405 code when incorrect method is used (#1400)
91+
* Fixed the 'rememberenabled' config setting of the built-in IdP discovery.
92+
* Fixed a bug where code from external modules would run even though the module is explicitly enabled (#1463)
93+
* Fix unsolicited response with no RelayState (#1473)
94+
* Fix statistics being logged despite a configured loglevel that excludes statistics.
95+
* Fixed an issue with the PHP session handler (#1480, #1350, #1478) causing superfluous log messages.
96+
* Fixed the MetaDataStorageHandlerPdo for MySQL backends (#1392)
97+
* Use getVersion instead of getStats to determine whether a memcache-server is up (#1528)
98+
99+
`adfs`
100+
101+
* Fixed several issues that rendered the old UI useless for this module (v0.9.8)
102+
103+
`admin`
104+
105+
* Fix warning in FederationController (#1475)
106+
* Fix displayed metadata for hosted entities differing from actual metadata.
107+
108+
`consent`
109+
110+
* Add possibility to set the sameSite flag on cookies set by this module (v0.9.7)
111+
112+
`discopower`
113+
114+
* Fixed a dependency issue that caused the module to not install under some PHP-versions (v0.10.0)
115+
116+
`ldap`
117+
118+
* Added search-filters to AttributeAddUserGroups and made the return-attribute configurable (v0.9.11)
119+
120+
`negotiate`
121+
122+
* Fixed a regression that rendered the new UI useless for this module (v0.9.11)
123+
124+
`sqlauth`
125+
126+
* Fixed a bug that rendered the module useless due to missing use-statements.
127+
21128
## Version 1.19.1
22129

23130
Released TBD

0 commit comments

Comments
 (0)