Changes for page 55
Last modified by Erik Bakker on 2023/01/23 13:58
From version 8.1
edited by Erik Bakker
on 2022/06/16 12:47
on 2022/06/16 12:47
Change comment:
There is no comment for this version
To version 15.1
edited by Erik Bakker
on 2022/06/16 13:07
on 2022/06/16 13:07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 611 +55 - Content
-
... ... @@ -1,20 +1,25 @@ 1 -Small update that fixes three specificissues.1 +Small update that adds OAuth 2.0 resource server support and improves JSON transformations. 2 2 3 3 Find out more in our [release blog] 4 4 5 5 6 -===== MinorChanges =====6 +===== New Features ===== 7 7 8 -* Updated bundle 'com.emagiz.bundles.groovy-all' from 3.0.9.1 to 3.0.9.2 9 -* Removed bundle 'com.sun.mail.javax.mail' because it was not used anymore 10 -* Updated bundle 'com.emagiz.components.security' from 7.1.1 to 7.2.0 11 -* Updated bundle 'com.emagiz.components.http' from 7.2.1 to 7.2.2 12 -* Updated bundle 'com.emagiz.util.codec' from 6.1.0 to 6.1.1 8 +* Added support for several new OAuth2 related flow designer components: Secured channels, Access decision manager, Channel security interceptor, Filter chain proxy, OAuth2 bearer token authentication filter, Authentication manager, OAuth2 JWT authentication provider. 13 13 14 -===== BugFixes =====10 +===== Major Changes ===== 15 15 16 -* 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. 17 -* 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. 18 -* In several flow designer components you can add Groovy scripts. Since build 59 using FastStringUtils (JSON parsing) did not work. 19 -* For Gen3 runtimes we upgraded to Spring Boot 2.6.6 to bring the latest security patches. 12 +* eMagiz transformations that output JSON now automatically use the JSON data type (string, number or boolean) that best matches the data type specified in your eMagiz data model. (Previously, all attributes were written to JSON using a string representation.) 20 20 14 +===== Minor Changes ===== 15 + 16 +* Added bundle 'com.emagiz.bundles.asm' 5.2.1 17 +* Added bundle 'com.emagiz.bundles.minidev-json' 2.3.1 18 +* Added bundle 'com.emagiz.bundles.nimbus-jose-jwt' 8.20.1.1 19 +* Added bundle 'com.emagiz.bundles.spring-integration-security' 5.2.3.1 20 +* Added bundle 'com.emagiz.bundles.spring-security-oauth2-jose' 5.3.4.1 21 +* Added bundle 'com.emagiz.bundles.spring-security-oauth2-resource-server' 5.3.4.1 22 +* Added bundle 'com.emagiz.osgi.extender.core-web' 1.0.0 23 +* Added bundle 'com.emagiz.osgi.extender.security' 1.0.0 24 +* Updated bundle 'com.emagiz.components.http' from 7.0.1 to 7.1.0 25 +* Updated bundle 'com.emagiz.components.staxon' from 1.0.0 to 1.1.0