223 - Idyllic Image

Last modified by Carlijn Kokkeler on 2024/06/19 09:27

In the last sprint cycle, we have worked on releasing a new runtime image, which contains several bug fixes, and increases the debugger duration. Moreover, we have worked on our SwaggerUI settings, filtering, and SpEL Expressions. 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.