224 - Summer Sonata
Version 262.2 by Danniar Firdausy on 2024/07/02 13:14
During the recent sprint cycle, our focus has been on enhancing flow testing performance, resulting in up to threefold faster execution times. Additionally, we've refined platform usability based on community feedback, which includes enhancements to help text functionality, various pop-up pages, and the user interface for debugging integration flows. Find out all features and fixes below.
Please find out more on our Release blog.
New features
- Design - API management: Model contacts are now able to select a default SwaggerUI environment from the API management settings in Design phase. The environment selected here will be the first and the default value of SwaggerUI server dropdown. (#438)
- Capture - Settings: It is now possible to filter the message types in Capture on whether they are used. (#1281)
- Manage - Monitoring: Wiretaps and debugging sessions will now collect messages for 10 minutes, this used to be 5. Note that the JMS server needs to be updated in order to also store the messages for 10 minutes instead of 5. For this, a new runtime image is available. Moreover, helptexts have been added for clarification.
Bug fixes
- Create - Flow Designer: The SMB outbound gateway with the GET command did not work, this has been resolved. For this, a new runtime image is available. Moreover, helptexts have been added for clarification.
- Create - Flow designer: We fixed a transformation tooling issue where it was not possible to view an XSLT in certain cases.
- Create - Flow Designer: In rare occurences, when a TaskScheduler was used, a deadlock situation could occur due to thread starvation. The number of threads available to the TaskScheduler has been increased to resolve this issue. For this, a new runtime image is available. Moreover, helptexts have been added for clarification.
- Create - Flow Designer: The recommended SpEL expression used for contructing a multipart/form-data HTTP request was no longer valid. The documentation has been updated with the new standard and the updated expression is now part of our default test suite. (#1215)
- Create - Properties: Support has been added to provide the SFTP session factories with a known_hosts in string format rather than file format, so it is easier to setup SFTP. For this, a new runtime image is available. Moreover, helptexts have been added for clarification.