# Data Mover 1.20.15

## About this release

Release date: November 3<sup>rd</sup>, 2025

This document applies to Data Mover v. 1.20.15 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

#### Amazon S3 connector support for HTTP proxies

See this page:

* [Client Connection: Amazon S3](/data-mover-1.21/transfer-protocols-and-connectors/client-connections/client-connection-amazon-s3.md)&#x20;

*Relevant requirement:* \
PR-3831

#### Support PR5 and PR5s list and pull vs Spazio

*Relevant requirement:* \
PR-3814

#### Data One supports SFTP ecdsa-sha2-nistp256 key algorithm

See these pages:

* [Client Connection: SFTP](/data-mover-1.21/transfer-protocols-and-connectors/client-connections/client-connection-sftp.md) - Client key label
* [Server Connection: SFTP](/data-mover-1.21/transfer-protocols-and-connectors/server-connections/server-connection-sftp.md) - Server key label
* [Key Store](/data-mover-1.21/security/key-stores-and-trust-stores/key-store.md)
* [Creating a key](/data-mover-1.21/security/key-stores-and-trust-stores/key-store/creating-a-key.md) - Algorithm

*Relevant requirement:* \
PR-972

## Fixed issues

* \[CQUU-32010] Job execution issues due to email processing errors
* \[CQUU-32002] External counterpart occasionally receives “key rejected” from Data One SFTP server
* \[CQUU-31797] Issues with JMS connector to Oracle WebLogic. See these pages:
  * [Client Connection: JMS](/data-mover-1.21/transfer-protocols-and-connectors/client-connections/client-connection-jms.md) (removed "Library Directory Relative Path" field)
  * [Workflow templates for input contracts](https://docs.primeur.com/data-mover-1.21/release-notes/pages/U2y0udBJEZCcsMaFKxcr#id-1.-aggregating-jms-messages-into-files) (JMSDestinationType: QUEUE or JNDI options)
  * [Workflow templates for output contracts](https://docs.primeur.com/data-mover-1.21/release-notes/pages/JanyWTlsU58FTA4llglA#id-4.-push-new-file-as-jms-message) (JMSDestinationType: QUEUE, TOPIC and JNDI options)
  * Information on how to create a JMS client connection to be used to connect to the WebLogic server is available in the internal Primeur repository.
* \[CQUU-32111] Issues with email transport
* \[CQUU-31732] Job status remains running
* \[CQUU-31992] Security Fixes

## 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.15.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.
