Release notes
Signing Workflow 2.2.0
Important changes
- Default settings for SMTP configurations have been adjusted for improved security:
"smtp": {
"client": {
"login": "REQUIRED",
"ssl": true,
"starttls": "REQUIRED",
"trustAll": false
}
} - Default value for
signingOrders.usePdfAFlavours
is now[ "PDFA_1_A" ]
This means that other flavors of PDF/A will be rejected. Set this value to an empty array[]
to allow all PDF/A flavors. This was the previous default value.
New features
- New Admin role to handle orders for other solicitors. See How to configure the admin user role
- Extending signing orders with Tags
- Configure personal number format
Improvements
- Text labels have been aligned to use the same terminology across the application. General information: Configuration using a custom overlay folder
- Supporting config override using more config files or environment variables
Bug fixes
- Fix for overview columns configuration. See Selecting Approvers
- Editing expire date manually now selects the correct date
Upgrade notes
- OpenAPI documentation has moved, and clients using the Automation API need to note the new location. See Automation API
- Make sure Java 17.0.6 is used if not using the installer at upgrade. https://www.azul.com/downloads/?version=java-17-lts&package=jdk