# Data Mover 1.20.14

## About this release

Release date: October 2<sup>nd</sup>, 2025

This document applies to Data Mover v. 1.20.14 for all supported platforms, databases, and cluster types. The information in this document supersedes any corresponding information in the documentation (online or printed) previously supplied for the product.

## New features

#### **Improved determination of File Event Listener Workers' status**

*Relevant requirement:* \
PR-4057

#### **Data Mover UX/UI improvements**

*Relevant requirement:* \
PR-4141&#x20;

#### **New Microsoft SharePoint connector**

See this page:

* [Client Connection: SharePoint](/data-mover-1.21/transfer-protocols-and-connectors/client-connections/client-connection-sharepoint.md)

*Relevant requirement:* \
PR-4259&#x20;

## Fixed issues

* \[CQUU-31764] Temporary files are not removed after transfer completed
* \[CQUU-31888] Issue using the 'status' command in dataone.sh
* \[CQUU-31963] Username 'null' value in Audit logs&#x20;
* \[CQUU-32055] Error 'Connection refused' during nodes shutdown

## Known issue

* \[DAT-11480] Only PEM certificate can be imported.\
  **Workaround:** \
  As a workaround, in case a DER certificate needs to be imported, it must be converted as PEM encoded and then imported.\
  The certificate can be converted, for instance, using openssl: \
  Input certificate: some\_certificate.der \
  openssl x509 -in some\_certificate.der -inform der -out some\_certificate.pem -outform pem.\
  The command creates the file some\_certificate.pem with the certificate encoded in PEM that can be imported.


---

# 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.primeur.com/data-mover-1.21/release-notes/data-mover-1.20.14.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.
