Release notes - Lobster Platform 26.1.3
Release date: 2026-03-12
Improvements
LDP-6496
Bridge & ETL: Improve thread safety, error handling, and exception reporting for ETL Job handling. ETL job failures now include the full exception detail in the callback to the platform for better diagnostics.
LDP-6334
AMQP: Added new variable AMQP_SYS_MESSAGE_CORRELATION_ID_FORMAT to control message and correlation id format when sending messages via AMQP 1.0
Bug fixes
LDP-6522
Resolved potential pending requests over DMZ or Platform to Bridge
LDP-6506
Improved Bridge ETL status reporting; canceled jobs are now shown accurately.
LDP-6504
Updated the Bridge Connections view for clearer, more reliable display.
LDP-6503
Extended permissions of login recovery
LDP-6500
Added new custom class to standard: FtpProfileConfiguration
LDP-6490
The aspose log file is assigned a unique name and will be deleted at end of conversion process
LDP-6486
SSO settings: Fixed issues with the 'Field mappings' and 'Additional parameters' fields
LDP-6469
Crontab syntax now allows the specification of additional days of the month if 'L' (last day in month) has been specified.
Fixed a bug leading to invalid starting dates if "Last day of month" is specified in combination with a particular month.
LDP-6465
The Lobster Bridge now restarts correctly after an update was initiated via the LDP
LDP-6461
Using custom class Database connections in ETL jobs through Bridge now works as expected.
LDP-6460
Improved handling of ETL job callbacks in Bridge for consistent execution.
LDP-6458
Platform "Bridge connections" view: The online status will be updated more reliable.
LDP-6456
Bridge is now writing its own version to the bridge registry when bridge credentials are set
LDP-6439
Localization: Fixed occasions where a bundle or resource name collided with the reserved serialization token name "class"
LDP-6436
Mails with whitespaces or e.g. trailing dots after the domain are now possible to be processed by the SmtpService and don't produce errors in the log anymore (that can be excessive in some scenarios)
LDP-6421
Fixed further issues related to NaN values in certain data base engines
LDP-6416
DMZ: Enhanced error logging
LDP-6342
Fixed overflowing news window. It can now scroll properly and the scroll button is always visible
LDP-6332
Activity feed: Enums without a translation now show the corrent name
LDP-6319
DMZ: Secondary DMZs reconnecting with pushback (if configured) after DMZ restart.
LDP-6296
Introduced a configurable request timeout on the gateway so it always responds before the platform gives up. The gateway now returns HTTP 503 within the configured window, allowing the existing AS2 retry logic to kick in properly.
Example:
DMZ-Gateway JVM flag (without this flag the behaviour is unchanged and the silent timeout remains):
-Dhub.proxy.requestTimeout=300000 # 5 minutes for example
Platform JVM flags (optional — tighten if desired):
-Dhub.as2.readTimeout=360000 # 6 minutes for example (default = 1 minute)
-Dhub.as2.connectTimeout=60000 # 1 minute (unchanged default)
LDP-6287
Database Connections are not closed when listing Views in Profile Phase 1
LDP-6271
DB config editor: Live "Test Connection" now runs a real SQL query for jdbc:lobster (Lobster Connector) drivers to verify connectivity.
LDP-6246
ETL mapping for hosted ETL jobs on Bridge now works as expected.
LDP-6239
Extended the profile values report so it also lists non-system-wide profile values (including profile autonumbers).
LDP-6212
DMZ: Prevent certain files not being processed when downloading via FTP/SFTP via DMZ using certain multiple file patterns
LDP-6143
API manager: Private structures are now properly evaluated in test mode
LDP-6128
Certificates: The certificate note field now supports up to 250 characters (even after editing)
LDP-5887
ETL SQL editor now only offers constant global variables since Scriptella SQL Driver cannot resolve global variables.
LDP-3665
Fixed an error that occured in some constellations when the "usage" dialog of an object was opened
