August 2025


Improvements

  • Enable Swagger Documentation (SHE-53078)
    • SigningHub now provides an EnableSwaggerDocumentation parameter, configurable via the web.config file. When set to false (default) or omitted, Swagger documentation will not be rendered. To view the Swagger documentation, set this parameter to true.
  • Trailing Period in xades:Identifier URI (SHE-54828)
    • Trailing periods have been removed from the xades:Identifier value for certain CommitmentType selections, ensuring the generated XML conforms to the ETSI XAdES standard.
  • Email Delivery in Workflow Sharing (SHE-55277)
    • Email notifications for external recipients in workflow sharing have been updated to allow empty placeholder values during email body processing to prevent exceptions.
  • Parallel Workflow Improvement (SHE-55370)
    • In parallel workflows, the save process now only modifies unassigned or the current signer’s fields, ensuring that existing signers’ data remains intact.
  • Template Radio Button Validation (SHE-55568)
    • Templates now correctly retain changes to radio button validation settings when set to "None." The save process has been updated to ensure all radio buttons in a group preserve their validation state after saving and reopening the template.
  • Bulk Sign via Integration Link (SHE-55681)
    • Bulk signing via Integration Link now works correctly in all session modes, including InProc. The process no longer relies on the isUserIntegration session property, instead using an independent property to ensure consistent pre-validation and signing.
  • About API Response Format (SHE-55411)
    • SigningHub now returns the About API response in JSON format instead of XML, aligning it with the structure of other API responses. Additionally, the default “SigningHub” identifier has been removed to support cleaner and more brand-neutral integrations.


Important System Changes

  • The /about API endpoint now requires a valid client credentials token for access. Integrations that previously accessed this endpoint without authentication must update their implementations to include token-based authentication.
  • The /v4/about API now returns responses in JSON format instead of XML. Integrations relying on the previous XML structure must update their implementations accordingly. Additionally, the default “SigningHub” identifier has been removed from the response.