Version 1.0.0 (unreleased)
Release date: TBD
For a complete list of issues addressed in this release, see https://shibboleth.atlassian.net/projects/MDA/versions/10153/tab/release-report-all-issues.
V1.0.0 is a drop-in replacement for the 0.10.0 release, with the following categories of exception:
Removal of all previously deprecated API elements, and the migration tooling associated with them in version 0.10.0. Deployments using a pre-0.10.0 release should first upgrade to 0.10.0 and use the migration tooling to prepare for version 1.0.0.
Necessary bug fixes.
Bug Fixes
MDA-144: The
XMLSignatureSigningStage
now normalises the document it is signing, ensuring that all namespaces nodes are present and therefore that signatures generated by the stage can always be correctly verified. This change reduces performance to a small degree (under a second of CPU time for a 100MB document). Configurations using the previous mitigation for this issue (performing an identity XSL transform prior to signature) should now be able to remove that step.