Product Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

3.1

Release notes - Data Breach Response - 3.1.0

Epic

DBR-8816 Export Capability Enhancement: Simultaneous Exports up to 4TBs

Canopy has expanded the export functionality to support simultaneous exports of up to 4TB, enabling users to efficiently handle and download large reports without interruptions.

Supported exports include Documents, Entities, and Activity Reports.

Prior to this release, the largest export size was 1TB.

Users can export from multiple location in the application, and all exports for a given project are managed at Settings->Project->Exports.

export.png

For more details, refer to the Export Management documentation.

DBR-9570 Bulk Users Imports and Creation

Canopy simplifies and enhances the process of bulk user creation. You can now create multiple users in Canopy using the user Imports function. This enhancement streamlines user management by allowing Tenant Administrators to upload a batch of users via a CSV file, reducing manual effort and improving accuracy.

The Tenant Administrator can assign a user to one of three roles with different access levels to Canopy’s application: Admin, User, or Project Creator.

To learn more about user management and how to import users in bulk, refer to the Imports documentation.

DBR-10238 ZIP Processing Speed Enhancement

Canopy is implementing a new ZIP Processor that will significantly improve file processing speed, ensuring faster Processing that will begin within a few minutes of data uploads.

DBR-10926 Improved AI Detection for Signatures and Social Security Cards

As part of our regular AI model updates, we’ve improved our computer vision model to detect SSN cards inside an image. In addition, we’ve improved our AI classification models for Signatures and SSN Cards to remove false positives. These enhancements deliver higher accuracy and confidence in extracting signatures and Social Security information from images and documents.

Story

We have expanded Activity History to include document-related activities, providing a comprehensive overview of all document actions in one place.

doc_id_activities.png

With this enhancement, document-related activities that were previously only visible in the document view are now logged in Activity History as well, ensuring seamless tracking and monitoring.

doc_view_activity.png

Canopy logs all project-related, job-related, and document-related activities in the Activity History, ensuring efficient visibility and tracking of all key actions.

For more details, refer to the Activity History documentation.

DBR-10038 Enhanced Save View & Export for Raw Entity & Consolidated Views

Users can now apply their desired filter, sorting, and column selection to the entity list and save their customized view for future use.

The Save View feature for the entity list views allows you to customize and save the entity views for quick access on the Raw Entity View and Consolidated Entity View pages.

save_view.png

This feature also allows users to export entity lists with predefined columns and filters, eliminating the need to reselect them each time. Once a view is saved, exporting an entity list will automatically include the selected columns from that Saved View, ensuring consistency and streamlines the export process.

To learn more about applying and exporting Save View in the Raw Entity and Consolidated Entity views, refer to the Entity List documentation.

DBR-8850 Export Management Enhancement: Removed Patent Notice from .csv and Export README.md

We have now updated our Export reports to remove the patent notice from all .cvs files, providing a more streamlined report.

Additionally, each time a user exports a report, Canopy will generate README file containing the export metadata to accompany the downloaded export. This means that every export includes both the report in .csv format and a README file with key metadata.

export_.png readme.png

These enhancements improve clarity and provide essential context for exported reports.

DBR-10635 “Extraction Incomplete” under Processing Errors/Warning Filter

Documents with incomplete extracted data or with certain Processing errors, such as OCR-performed errors, will now be pushed forward for Review. Users can filter and view these documents under the Extraction Incomplete within Processing Errors/Warning filter in the Filter Panel.

incomplete.png

DBR-10811 “Audios & Videos” under File Type Filter

We have streamlined file filtering by grouping all audio and video files under a single filter within the File Type category. Users can now easily filter and view all audio and video files under the Audios & Videos filter within File Type in the Filter Panel.

audios_videos.png

DIS-493 Search Enhancement

In this release, Canopy has improved our search capability within our search bar. Field Search enhancements include the following updates:

  1. Full-Text Search with Elastic Standard and Stopword Indexes: Canopy now allows users to search for alphanumerics, including stopwords, in full-text searches. You can search for stopwords within the extracted text using the content.text prefix.

For example, to search for a phrase containing the stopword “No”, type content.text:"Account No" in the search bar or bulk search list.

  1. Search by Image Dimension: Users can now search for image documents based on their dimensions using the prefixes meta.dimension.height and meta.dimension.width.

For example, to search for images with a width larger than 1000 pixels, type meta.dimension.width:>1000. And use meta.dimension.height:>1000 AND meta.dimension.width:>1000 to search for images with width and height larger than 1000 pixels.

  1. Search by Sender/Recipient Email Domain: We’ve now added the ability to search for documents based on the sender or recipient email domain using the eml_domains_from and eml_domains_to prefixes.

For example, type eml_domains_from:"gmail.com" to search for emails and email attachments from the gmail.com domain.

  1. Search by Document Page Count: Canopy now supports document searches based on page count using the page_count prefix.

For example, use page_count:>1 to find documents with more than one page or page_count:1 for documents with exactly one page.

  1. Search by Batch Set Name: Users can now search for documents based on their batch set name using the batching.batchset_name prefix in the search bar or bulk search list.

For example, use batching.batchset_name:"Batch Set 1" to find documents that belong to the batch set named Batch Set 1.

  1. Search on QA Date: Users can search for documents based on their QA created date using the meta.batching.create_datetime:<date> syntax in the search bar or bulk search list.

DBR-9512: Automatic “Email Threading” Detection Retry

Enhanced error handling for Email Threading detection now includes automatic retry to ensure successful Processing. Detailed logs of the Email Threading Class activity, including a Retry attempt, error message, and status updates, are available in the Activity History for improved monitoring and troubleshooting.

DIS-498 Enhanced Upload Retry Notifications and Activity History

Canopy has enhanced the user’s ability to troubleshoot file uploads by reporting on why the upload is retrying. Users are now notified about Retry Processing during these failures. The two addressed scenarios are:

  1. Network Connectivity Loss: If the browser loses its network connection, the upload will pause, and we will notify the user. The upload will automatically resume once the connection is restored.

image-20250402-112850.png

  1. Application-Server Connection Loss: Even with an active network connection, the application may lose access to the upload server. In this case, Canopy logs an upload Retry event in the Activity History. Potential resolutions include whitelisting the canopyco.io domain, restarting the upload server, or following error-specific recommendations.

upload_connection_lost.png

DBR-10957 Update to the New Zealand Passport & Driver License Detection

Canopy has made improvements to New Zealand passport number detections while still differentiating New Zealand passport numbers from driver’s license numbers, which share the same number format.

Bug

DBR-4367 Pagination when Switching between Projects

Fixed a bug where pagination would get stuck when switching between projects. When users switch projects, the Documents page will reset to the first page.

DBR-10190 Impact Assessment Report for MSOffice365 users

Fixed a bug that prevent the Impact Assessment Report from displaying complete data for MSOffice365 users. The report now accurately shows information for all users.

DBR-9920 Smart Map Range Selection

Fixed a bug that prevented users from selecting a range in a mappable table for Smart Map. Users can now select any combination of rows and columns to map range on mappable documents.