V3.4.0
                  Last modified by Erik Bakker on 2025/10/21 10:52
              
      These are the release notes for this runtime image. Once a runtime image is released, every new release will utilize this runtime image as a base for creating runtime images for Docker. For more information, please check out this microlearning.
New features
- Added support for automated configuration of API gateway containers, effectively making the gateway infra flow redundant about the security-related support objects. This feature will be rolled out with the introduction of Multiple Authentication Methods for API gateways.
 
Minor changes
- Manage/Error Messages: Increased the maximum amount of displayed error message headers from 40 to 60.
 
Bug fixes
- Updated libraries below to implement a bugfix where, for some SFTP servers, storing files with mode ‘append’ would result in using an ‘insert’ mode instead. For example, sending the content 123456 to a file that currently has content abcdefghi would result in output 123456ghi instead of abcdefghi123456
- Updated library org.apache.sshd:sshd-common from 2.14.0 to 2.16.0
 - Updated library org.apache.sshd:sshd-core from 2.14.0 to 2.16.0
 - Updated library org.apache.sshd:sshd-sftp from 2.14.0 to 2.16.0
 
 - When using a web service outbound gateway with a custom SSL web service message sender, the web senders' attributes, such as credentials and timeouts, were not applied to outgoing requests.
 - Upgraded our Java runtime from 17 to 21.
- Enabled Java’s virtual threads, improving overall throughput and reducing overhead. This results in a minor change where the stack trace in error messages may no longer show the ‘… xx common frames omitted’ as part of the stack trace