Release Version 4.4
Objective 3Sixty releases delivers a host of exciting new features and brings several enhancements.
Installation/Update Requirements
Important: Upgrade to Tomcat 10 is required to use Version 4.3+ of 3Sixty
Tomcat 10 upgrade for Ubuntu
4.4.4 Service Pack
Release Date: January 27, 2025
Resolved Issues
Component |
Description |
---|---|
Incremental Jobs |
Updates have been made to how Mongo DB handles dates and metadata resolving an issue that was causing some incremental jobs to fail. |
4.4.3 Service Pack
Release Date: November 29, 2024
Resolved Issues
Component |
Description |
---|---|
Azure Blob Connector |
Resolved an issue with the date/time field not parsing correctly. 3Sixty no longer adds the value true to the date time format field which was causing an error during integration. |
Manage In Place |
Resolved an issue that would time out manage in place jobs during post processing. The idle timer will no longer time out a job if post processing is still occurring. |
Alfresco Connector |
Resolved an issue that would cause 3Sixty to not create a job ID due to a bug with the Alfresco Site Path field causing errors and missing documents. |
4.4.2 Service Pack
Release Date: November 1, 2024
Resolved Issues
Component |
Description |
---|---|
Task Actions |
The action option for tasks (where available) has been changed from Audit and Continue to Continue. If a task encounters an error or a document that meets the stated conditions, users can chose to either continue, skip of fail. In certain cases the changes will be stated in the metadata if the fields are mapped to display. For example if you are running a duplication check task and you have mapped the duplication detection fields you can create a BFS job to see the files tagged as duplicate.
|
Trivial Detection Task |
The user guide has been updated to clarify how chaining trivial detection tasks work. Using one task will detect a file as trivial if all conditions are met. Chaining tasks will detect files that match either condition of the separate detection tasks. For example you can use one task if you want to find files under a certain size and with a certain file type. Chaining tasks will allow you to find files under a certain size or with a certain file type. To prevent 3Sixty from overwriting the trivial tags when processing the chained tasks, use the condition check and enter the following statement for subsequent tasks. equals('#{field.isTrivial}', 'false') This will tell 3Sixty to only check files where the isTrivial flag is set to false, allowing you to see all files detected as trivial instead of just the files detected by the last processed task. |
SSO User Management |
Access related issue fixed for 3Sixty Discovery users. |
CMIS Connector |
When using the CMIS connector as an output connector users were not able to uncheck the following boxes
This issue has been resolved and users can now uncheck the boxes if they do not want to include those options during migration. Also when using the CMIS connector users ran into an issue where the connector would only migrate the first version of a document. 3Sixty has been updated so that the CMIS connector will now support multiple versions. |
SharePoint Connectors |
For the SharePoint REST and Microsoft Graph SharePoint migrations to CMIS, if users want to preserve comments for previous versions they will need to add the mapping for Document.CheckinComment field. See the following example for mapping from SharePoint REST to CMIS.
More information on the SharPoint REST Connector More information on the Microsoft Graph SharePoint Connector |
4.4.1 Service Pack
Release Date: October 4, 2024
Resolved Issues
Component |
Description |
---|---|
Export Configuration |
Reverts a change that breaks certain aspects of the Tesseract Extraction Task. If you have added this task to any Jobs or Task Groups since installing 4.4.0 it will need to be recreated. |
Authentication Management |
Group mapping has been updated to allow users to select a group or groups when mapping instead of having to manually enter the group name(s). |
User Roles |
The executor and monitor roles have been fixed to give authorization to create or view a discovery report. |
Security Vulnerability |
Resolved password security issues. |
4.4.0 Feature Release
Release Date: September 13, 2024
Added Features
Component |
Description |
---|---|
Single Sign On |
Users can now use Microsoft Entra ID to login to 3Sixty and manage groups and user roles through a new authentication management section under administration. |
ElasticSearch |
Upgraded Elasticsearch version to 7.17.22
|
PII Scan |
Job run history and mapping audits for automatically generated PII scans were changed so that they are not deleted upon completion of the scan and can now be viewed in the audit detail. |
Amazon S3 Connector |
An Amazon KMS key can now be used for server side encryption. |
License |
Changed the way processed documents are counted. 3Sixty will check if the document is already processed in the system based on the `sourceRepositoryId`. If not, they only we count as new document processed. |
Discovery |
Added a feature to use existing tasks if requested. If existing tasks already contain PII Detection Task, then the default PII Detection task will not be used. Improved the PII Scan Results in discovery to provide more relevant information when using the PII Scan. |
PII Properties |
Adds a feature to the PII Properties that will allow for the export and import of PII Rules using a CSV file. |
Salesforce Connector |
Updated Salesforce libraries to the current version. Added the ability to query Accounts and their attachments. |
Resolved Issues
Component |
Description |
---|---|
PII Scan |
Fixed an issue Automatically Generated PII Jobs not copying over the Thread Count from the original job. |
Tika Text Extraction |
Configured the Tika Text Extractor task to use temporary storage to process files over 50 megabytes, fixing an issue where large files were not being processed. |
Content Service Custom Parameter |
Fixed an issue where inputting multiple semicolons in custom parameters in Content Service connectors were causing an parsing error. Updated so that only the first parameter is taken as a delimiter. |
Amazon S3 Connector |
Resolved an issue with the transfer manager. It will now wait until the upload is finished before sending the upload request. |
Manage In Place |
Resolved an issue with resuming a MIP job if documents have already been processed/errored/skipped. |
Job Runs |
Jobs will no longer be considered idle if they are reading, skipping, or failing documents. |
User Guide Updates
Component |
Description |
---|---|
PII Properties |
The way PII properties are imported have changed. There is a sample file available. A text editor is recommend instead of using excel which can cause issues. |
PII Detection\Tika Text Extraction |
New fields added to the PII detection and Tika Text Extraction configurations.
|
PII Scan |
When using the PII Scan feature on a job with the PII Detection task, please uncheck the "Break up PII data into individual fields with a prefix. (Ex. prefix_CreditCard)". Otherwise, the total PII instance will be 0. |