# Release Notes

## migration-center 3.17

{% hint style="warning" %}
The Auto Classification Module has been removed and replaced with the Amazon Comprehend Enrich Scanner.

Existing configurations of the Auto Classification Module will no longer work with the 3.17 Jobserver.
{% endhint %}

### Features & Enhancements

* General:
  * Transformation function getDataFromSql can return multiple values (#535420)
* &#x20;Hyland OnBase Importer
  * Import documents&#x20;
  * Set custom metadata&#x20;
  * Import document revisions&#x20;
  * Delta migration (only for metadata)
* Amazon Comprehend Enrich Scanner
  * Enrich documents metadata based on the content&#x20;
  * Language detection&#x20;
  * Extract entities (standard and custom)&#x20;
  * Support custom classifiers
* Filesystem Scanner:
  * Make versioning case insensitive (#58656)
* Documentum Scanner:
  * Allow more flexible queries for selecting documents to be scanned (#58345)
  * Create counter for already scanned objects in the execution summary (#58907)
  * Export documents with content\_location pointing to the path in the storage (#54317)
* Cara Importer:
  * Import audit trails from Documentum as audit trails objects (#58797)
  * Index the imported documents (#59513)&#x20;

### Fixes

* General:
  * Scheduler next run date not calculated correctly (#58845)
* Cara Importer:
  * Fix reporting errors for missing/incorrect system attributes (#58488)
  * Fix nonintuitive error message when required content or rendition attributes are not set (#58608)
* CSV-Excel Scanner:
  * Fix scanning CSV with UTF8 - BOM with first column used as ID (#54010)
* Veeva Importer:
  * Fix max length for system rules (#59046)&#x20;
  * Attributes mapping does not work properly when the object\_type\_\_v is not the same as the object that is imported (#57383)
* Veeva Scanner:&#x20;
  * Binder relations are scanned even if the child documents are not (#56230)
* SharePoint Online Importer:&#x20;
  * Temp file is deleted early if HTML error is thrown (#58869)
* OpenText Content Server Importer:&#x20;
  * Importing compound documents doesn't fail when folder with same name already exists (#52038)
* D2 Importer:
  * Repeating default values are not set correctly (#58692)

### Known Issues & Limitations

* Cara Importer:
  * Asynchronous Indexing not setting index on documents (#59574)
* SharePoint Online Scanner:
  * CAML query not working on SPO Scanner (#59597)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.migration-center.com/3.17/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
