Jul
29
2026
Webhook notification
- Added webhook support to the notification mechanism. The messages could be configured, templates for Gotify, Teams, Slack, Telegram and Discord are included
- Added an automatic certificate filter to the certificate/key load mechanism that will prevent corrupt, bad structured or inconsistent certificates and keys into the system which may cause problems in cryptographic operations later. These are:
- Syntax errors in URIs within the Subject Alternative Names (e.g. invalid spaces or special characters)
- Invalid IP address formats in the Subject Alternative Names (e.g. malformed bytes for IPv4/IPv6)
- Faulty ASN.1 encoding of the Subject Alternative Names extension in the certificate
- Invalid string formatting or incorrect escapes in the Distinguished Name (DN) of the Subject
- Unknown or invalid OIDs (Object Identifiers) in the Subject of the certificate
- Mismatched Algorithms (algorithm conflict between Private Key and Public Key in the end-entity certificate)
- Incorrect password or corrupt encryption of the specific Private Key in the keystore
- Structurally faulty certificate chains in key entries
- mendelson OFTP2 Client: Some graphic drivers had problems with the native file dialogs and came up with the message "TRANSLUCENT translucency is not supported". This has been fixed, there is a fallback to the Java file dialogs if it failed to use the native file dialogs.
- Dependencies: Updated HikariCP to 7.1.0
- Dependencies: Updated Postgres jdbc driver to 42.7.12
- Dependencies: Updated Flatlaf to 3.7.2 (dark mode support)
- Dependencies: Updated Jackson/JSON to 2.22.0 (REST API, Client-server serialization)
- Dependencies: Updated dnsjava to 3.6.5 (DNS access, automatic mail setup detection)