Versions Compared

Key

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

2.5.8 (23-January-2025)

  • Improved MDLP server certificate validation check

  • Fixed issues with MDLP method execution delays, introduced new parameters

Code Block
"delays": {
    ...    
    "lockTimeInMilliseconds": 10000, // default delay between simultaneous MDLP calls, in ms
    "pollCryptoContainerLimit": 15000, // maximum wait time between concurrent MDLP calls, in ms
    "pollCryptoContainerAttemptDelay": 20 // delay before attempting to check for timeout values, in ms
}
  • Refactoring and code optimization to support Java 17+

  • Vulnerability issues fixes (CVE-2024-47554, CVE-2023-42809, CVE-2023-34462, CVE-2024-47535, CVE-2024-8184, CVE-2023-26048, CVE-2024-6763, CVE-2023-26049)

2.5.2 (08-November-2024)

  • Java 17 compatible

  • small refactoring

2.4.18 (08-August-2024)

  • whitelist disabled by default

Code Block
"server": {
    "inboundConfiguration": {
        "whitelisting": ["IP1", "FQDN1", "IP2"]
      },
    "outboundConfiguration": {
       "headers": [
         { "name": "XXX", "value": "ZZZZ" },
         { "name": "YYY", "value": "AAAA" }
       ]
    }
}

2.4.13 (22-March-2024)

  • CryptoPro CRL validation settings from .userPrefs

  • Analytic Data methods MDLP API 11.x implemented

  • minor fixed

...