What's New in Release 5.5.0

Last published : Jun 07, 2026
Release 5.5.0 provides following enhancements:
  • Compliance Export
The new Compliance Export feature automates the documentation of classification logic, replacing manual spreadsheet tracking with secure, audit-ready reports.
  • One-Click Documentation: Users can now select one or more entries from the Policies page to generate an export of the entire policy structure, including associated tags, condition logic including patterns.
  • Secure ZIP Archive: The system generates a compressed .zip file where each selected policy is stored as an individual PDF. This ensures a clear separation of records for multi-team audits.
  • Document Integrity Protection: To maintain the validity of the audit trail, all exported PDFs are protected against Copying , Editing , Printing , and Rearranging.
  • Official Certification: Every report is recognized as a formal compliance record through the automatic inclusion of a watermark on every page and a copyright notice on the first page.
  • Note: Built-in policy logic will not be included in the export.
  • Optimized Classification API Responses
The classification API has been enhanced to provide leaner responses, significantly reducing payload size and improving overall system performance. The API response is now dynamically generated to include only the specific fields and content that match the configurations defined in the YAML configuration file.
  • Reduced Network Overhead: By stripping away unconfigured or redundant data fields, the system minimizes the bandwidth required for API communication, leading to faster data processing for large-scale classification tasks.
  • Configurable Response Payloads: Administrators can now control exactly which metadata and classification results are returned by modifying the YAML config file , ensuring that only relevant information is transmitted.
  • Improved Integration Performance: Downstream applications and integration layers experience lower latency when parsing classification results due to the more focused and structured response format.
  • New Pull-Based Classification Engine
The classification engine now pulls data instead of having it pushed. This gives the system better control over how it processes items. Tasks can now run in the background without stopping other work.
This update also adds automatic system tags that are used if something goes wrong. You can search for these tags in Surveillance and eDiscovery.
  • CLASSIFICATION-CLIENT-ERROR
  • CLASSIFICATION-ERROR
  • CLASSIFICATION-INCOMPLETE
  • CLASSIFICATION-MESSAGE-NOT-ACCESSIBLE-ERROR
  • CLASSIFICATION-MESSAGE-PARSING-ERROR
  • CLASSIFICATION-MESSAGE-TOO-LARGE-ERROR
  • CLASSIFICATION-SERVER-ERROR
  • CLASSIFICATION-WITH-METADATA-ONLY
  • CLASSIFICATION-WITHOUT-ATTACHMENT
  • Fixed an issue where deleting the first condition after policy import did not enable the Save button.
  • Resolved incorrect display of the group operator in the Policy Conditions tree during edit.
  • Fixed an issue that allowed users to create a classification policy without associating any tags.
  • Enhanced Policy Import validation to enforce stricter checks for missing elements.
  • Fixed an issue where an incorrect popup message was displayed while editing a policy.
  • Corrected an issue where audit logs displayed the username as Unknown during import of policies, patterns, and tags.
Related information