@@ -7,15 +7,56 @@ See the [upgrade notes](https://simplesamlphp.org/docs/stable/simplesamlphp-upgr
77
88## Version 2.4.0
99
10- Released TBD
10+ Released 2025-04-16
1111
12+ * Added a new feature flag ` encryption.optional ` to allow unencrypted assertions if the SP does
13+ not provide an encryption certificate (#2208 )
14+ * Make translations tool theme-aware (#2315 )
15+ * Fix deprecation of Twig spaceless-filter (#2229 )
16+ * Add possibility to provide connection context to XML storage-handler (#2332 )
17+ * Throw user-friendly exception with the proper HTTP statuscode for incorrect HTTP-method (#2234 )
18+ * Fixed build-workflow to only re-build the website once
19+ * Bugfix: Use entityID from state to allow overriding the issuer (#2345 )
20+ * When only a single IdP is in scope, skip discovery screen (#2355 )
1221* Downgrade simplesamlphp/composer-module-installer to 1.3.x to keep things working with older (OS-supplied)
1322 versions of composer
23+ * Skip test if xdebug.mode does not contain develop (#2419 )
24+ * Add a console-script to clear cache (#2410 )
25+ * PHP 8.4 Deprecation fixes (#2413 )
26+ * Warn if a module has an unexpected translation-domain in its po file.
27+ * Add configuration that enables/disables twig template debug mode (#2406 )
28+ * Add support for IDP Discovery protocol (#2402 )
29+ * Destroy session cookies on logout (#2278 )
30+ * A new module to allow debugging SP logins (#2381 )
31+ * When only a single IdP is in scope, skip discovery screen (#2355 )
32+ * Add authproc-filter to manipulate the Assertion's Issuer (#2346 )
33+ * Many improvements to docs and translations
34+ * Updated dependencies
35+
36+ ` adfs `
37+
38+ * The ADFS-module has been disconnected from the SSP release. To continue to use it, the module has to be manually installed.
39+ * The ADFS-module was completely rewritten and now uses our own XML-libraries for building, signing and encrypting XML (v3.0.0)
40+
41+ ` discopower `
42+
43+ * Create discopower.po for italian locale (#22 )
44+ * Hide tab list when there's only one tab
45+ * Fix for tags containing uppercase letters
46+ * Updated jQuery
47+
48+ ` ldap `
49+
50+ * Add SASL-support (v2.4.0). Note that this required a newer version of symfony/ldap than the one packaged (v2.4.3)
1451
1552` metarefresh `
1653
1754* Fixed parsing of large metadata files (v1.2.4)
1855
56+ ` saml `
57+
58+ * Stricter regexp to verify SubjectID/PairwiseID: disallow trailing spaces.
59+
1960## Version 2.3.7
2061
2162Released TBD
0 commit comments