61
Last modified by eMagiz on 2022/08/18 16:25
Small update that fixes three specific issues.
Minor Changes
- Updated bundle 'com.emagiz.bundles.groovy-all' from 3.0.9.1 to 3.0.9.2
- Removed bundle 'com.sun.mail.javax.mail' because it was not used anymore
- Updated bundle 'com.emagiz.components.security' from 7.1.1 to 7.2.0
- Updated bundle 'com.emagiz.components.http' from 7.2.1 to 7.2.2
- Updated bundle 'com.emagiz.util.codec' from 6.1.0 to 6.1.1
Bug Fixes
- The OAuth 2.0 authorization interceptor in the Rest Template component contained client 'Authentication methods’ that were invalid and caused a flow not to start in build 59. Also the clockskew is now configurable so we can handle the requirements of more oauth2 authentication providers.
- The Amazon S3 authentication interceptor in the Rest Template component had a threading issue where the key would be invalid on heavy usage. The threading has been changed and is now behaving correctly.
- In several flow designer components you can add Groovy scripts. Since build 59 using FastStringUtils (JSON parsing) did not work.
- For Gen3 runtimes we upgraded to Spring Boot 2.6.6 to bring the latest security patches.
Known issues
- In case a flow doesn't start properly and that flow contains HTTP components, please try to create a new flow version from Create and use that version in your release. In some specific cases, a duplicate chain error message could appear that indicates this specific case.