Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2.2.3 (17-Apr-2023)

  • Prometheus metrics port bug fixed

2.2.1 (23-Mar-2023)

  • Parameters where added to fix undocumented behavior of the MDLP API when 5.18 responds with {total:0}: the maximum number of repeated requests and the time in seconds before sending NO_DOCUMENT_IN_MDLP status to ATTP

Code Block
"scheduler": {
  "update_document_status": {
     "dead_lock_retry": "20",
     "dead_lock_delay": "10800"

2.0.0 (20-Feb-2023)

  • Windows on-premisses run scripts modified, YAJSW dependencies removed

  • Unix on-premisses run scripts modified

  • GostTLS context initialization bug fixed

  • SAP ATTP HTTP client extended with custom headers (provided via configuration):

Code Block
{
  "http": {
    "enabled": true,
    "client": {
      "headers": {
        "test": "123",
        "test2": "abc",
  • SAP ATTP calls with errors handling improved

  • log4j2 version updated to the latest stable one

1.6.1670855481 (12-Dec-2022)

  • Applied dynamic Crypto Provider so no need to edit java.security

  • Application compatibility from Java 8 to Java 17

  • Windows version: YAJSW changed to schtasks

  • Scripts refactoring

  • Multiple 3Keys Connector instances installation on the same server supported

  • GOST TLS function minor change

Connector service update requires fresh installation

1.6.1668767675 (18-Nov-2022)

...