- DigiCert product docs
- What's new
- Release notes
- Document Trust Manager
Release notes RSS
DigiCert® ONE version: 1.9525.4 | Document Trust Manager: 1.1102.0
Access token generated from client credential flow can be used in the APIs below:
POST /documentmanager/api/v1/credential/authorize
POST /documentmanager/api/v1/credential/authorize/<pending_id>/resend-email
GET /documentmanager/api/v1/credential/authorize/<pending_id>
POST /documentmanager/api/v1/credential/extendTransaction
Added product name on signup link details page.
Added CSC v0 and v1 endpoint details.
DigiCert® ONE version: 1.9391.3 | Document Trust Manager: 1.1089.0
Removed old API endpoint for recreating credential by validation.
Added below user tags to exported reports:
Reporting tag - organization
Reporting tag - department
Added support for credential status filter.
Added the ability to filter by name column on the Credential listings page.
DigiCert® ONE version: 1.9100.6 | Document Trust Manager: 1.1053.0
Users will be notified via email before credential expiry.
Fixed response header type in CSC API when expired or invalid tokens are used.
Dropped support for Create Validation API without validation profiles.
Fixed hash length check in fixed signatures/timestamp API.
Added steps to update nickname with credential ID value.
Fixed credentials/ValidationID API endpoints to display account object.
DigiCert® ONE version: 1.9100.1 | Document Trust Manager: 1.1043.0
Added the ability to filter by username on the Credential listings page.
DigiCert® ONE version: 1.8893.10 | Document Trust Manager: 1.1021.0
Updated the UI on on Validations and Credentials pages to prevent column headings and pagination from scrolling out of view.
Updated privacy policy link to Remote ID Verification Privacy Notice on the Terms and Conditions page.
Added “Edit”, “Revoke”, “Resend 2FA authentication email” and “Sync” buttons.
Disabled action items which cannot be clicked.
Fixed the UI to display username of the credential owner instead of the logged in user.
Improved error messages in CSC credentials/extendTransaction and signatures/signHash API responses.
Fixed an issue in signatures API, where duplicate hash could not be passed in same request.
DigiCert® ONE version: 1.8893.5 | Document Trust Manager: 1.1012.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.8893.1 | Document Trust Manager: 1.1009.0
Added a column to display number of hashes on audit logs listings page.
Released new version of SealSign 2.0 Client (1.0.12) featuring:
Ability to recognize files with read-only permissions and move them to the error folder. All other subsequent files will remain in the folder to be processed.
Functionality to read files with uppercase extensions.
Fixes to the issue occurring after retry fails when CSC signatures/signHash API is called. Correct number of signing units will be deducted from the license with each retry. If only one signature is available, then extendTransaction API will not be called.
DigiCert® ONE version: 1.8863.5 | Document Trust Manager: 1.990.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.8663.2 | Document Trust Manager: 1.981.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.8663.1 | Document Trust Manager: 1.973.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.8480.8 | Document Trust Manager: 1.966.0
Users can create custom reports or export more than 5000 records by selecting a date range of up to 3 months. Once generated, the reports are available to download from the report library or via link in the email.
This feature is enabled in the pages below:
Validations
Credentials
Reports > Audit logs
Added the ability for administrators of RA enabled accounts to manage organizations in their account.
DigiCert® ONE version: 1.8480.2 | Document Trust Manager: 1.953.0
Released new version of true-Sign V Client (4.1.1). This patch release fixes the issues by:
Fixing a bug in the existing WebView2 detection routine.
Adding a second detection routine, implementing the recommendations of Microsoft.
Enhanced the email notification flow to include different combinations of two-factor authentication (2FA) methods.
DigiCert® ONE version: 1.8279.5 | Document Trust Manager: 1.939.0
Added the ability to select or add department and organization tags as text on the signup link creation page. This feature lets you categorize and filter reports.
Fixed the display of account name on audit logs details page.
DigiCert® ONE version: 1. 8279.2 | Document Trust Manager: 1.925.0
Added the ability to export username and attach account name to the downloaded report file name.
Below APIs will return account_id
response:
Validations list
Get details
Approve
Reject
Cancel
Example:
[GET] documentmanager/api/v1/validation?limit=10&offset=0&account_id=<account_id>
[GET] documentmanager/api/v1/validation/<validation_id>?account_id=<account_id>
... and all other API's to cancel, reject, approve will have extended body of response with one field.
Response:
{
....
"account_id": "<account_id>" // added new field
}
DigiCert® ONE version: 1.8094.6 | Document Trust Manager: 1.910.0
Added the ability to download instant CSV reports in the pages below:
Validations
Credentials
Reports > Audit logs
In the Audit Logs List API new keys will be returned for: certificate_level
, certificate_type
, legal_first_name
, and legal_last_name
. Example:
GET Audit Logs List API /documentmanager/api/v1/audit-log?account_id=<account_id>
{
"total": 200,
"offset": 0,
"limit": 10,
"items": [
{
....
certificate_level : 'string' <-- Will be returned only if applicable
certificate_type : 'string' <-- Will be returned only if applicable
}
]
}
GET Audit Logs List API supports two new query params certificate_type and certificate_level
Supported values:
certificate_type: CLIENT_AUTHENTICATION, ESEAL, INDIVIDUAL, INDIVIDUAL_WITH_ORGANIZATION, PROFESSIONAL
certificate_level: BASIC, ADVANCED_PLUS, QUALIFIED
GET Audit Log By ID /documentmanager/api/v1/audit-log/<audit_log_id>?account_id=<account_id>
{
....
certificate_level : 'string' <-- Will be returned only if applicable
certificate_type : 'string' <-- Will be returned only if applicable
}
GET Validation list API /documentmanager/api/v1/validation?limit=10&offset=0&account_id=<account_id>
Supports filtering on first_name and last_name
{
"total": 7,
"offset": 0,
"limit": 10,
"items": [
{
...
"legal_first_name": "string", <-- Will be returned only if applicable
"legal_last_name": "string" <-- Will be returned only if applicable
}
]
}
GET Validation list API supports two new query params first_name and last_name.
Supported Values:
first_name: string
last_name: string
GET Validation Details by ID /documentmanager/api/v1/validation/<validation_id>?account_id=<account_id>
{
...
legal_first_name : 'string' <-- Will be returned only if applicable
legal_last_name : 'string' <-- Will be returned only if applicable
}
New self-enrollment onboarding flow displays pre-populated form fields with data that the system knows. These fields can be overridden before submitting the form.
DigiCert® ONE version: X.XXX.X | Document Trust Manager: 1.903.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.8094.1 | Document Trust Manager: 1.894.0
Fixed translation for Dutch language.
DigiCert® ONE version: 1.7827.3 | Document Trust Manager: 1.881.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.7827.2 | Document Trust Manager: 1.877.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.7645.5 | Document Trust Manager: 1.870.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.7645.2 | Document Trust Manager: 1.867.0
Updated translation of public-facing pages into supported languages.
DigiCert® ONE version: 1.7645.1 | Document Trust Manager: 1.858.0
Updated the link on Terms and Conditions page to the current version of DigiCert® Europe/QuoVadis CP and CPS.
DigiCert® ONE version: 1.7645.0 | Document Trust Manager: 1.856.0
Added the ability to revoke certificates by client administrator for non-primary account users.
DigiCert® ONE version: 1.7460.4 | Document Trust Manager: 1.849.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.7460.1 | Document Trust Manager: 1.828.0
This release contains various backend updates to improve the overall user experience.
DigiCert® ONE version: 1.7277.1 | Document Trust Manager: 1.807.0
Fixed an issue on the delegated RA validation approval page where organization country, locality and state were sent to the backend if “restrict data” feature was enabled.
DigiCert® ONE version: 1.6887.3 | Document Trust Manager: 1.784.0
SealSign 2.0 Client version 1.0.11 released, featuring the ability to notify users by email to authorize signing request from SealSign 2.0. If feature is enabled, users can use the link in the email to initiate Go>Sign push notification.
Added support for signatures with “adbe.pkcs7.detached” subfilter.
Added filtering by certificate validity start and end dates to credential list.
Fixed default credential nickname creation after validation approval to remove first and last names of the user. New credential nicknames now use the format: <ProfileName>_timestamp/<productname>_timestamp
.
DigiCert® ONE version: 1.6887.0 | Document Trust Manager: 1.767.0
Linked nickname with validation profile on the updated signup links page to simplify account administrator experience.
Released new version of true-Sign V Client (4.1.0). The new version supports WebView2.
Released new version of SealSign 2.0 Client (1.0.10). The new version introduces new enhancements:
Added support for signatures with “adbe.pkcs7.detached” subfilter.
Introduced new configurations for signature block. (Refer to
Readme.txt
in installation folder for details).
Added “Hashes” field to the audit log details page.
Fixed the signer onboarding flow to display rejected validation status screen.
DigiCert® ONE version: 1.6665.1 | Document Trust Manager: 1.731.0
Released SealSign 2.0 Client version 1.0.9 featuring support for bulk signing up to 200 files simultaneously.
Added functionality to deduct correct number of signing units from license when multiple hashes are signed at once. If 100 hashes are passed in CSC signatures/signHash API, then a 100 signing units will be deducted from license.
Released eIDAS and ZertES compliant PDF signing service. The service lets you apply one or more digital signatures to PDF documents using DigiCert® Document Trust Manager APIs.
Added horizontal scroll and sticky column to listing screens.