Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 462.1
edited by Carlijn Kokkeler
on 2024/04/15 12:27
on 2024/04/15 12:27
Change comment:
There is no comment for this version
To version 469.1
edited by Carlijn Kokkeler
on 2024/04/23 11:34
on 2024/04/23 11:34
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 -21 8-Sprightly Spring1 +219 - Creation Carousel - Content
-
... ... @@ -3,43 +3,57 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In this release, we will do a large maintenance update, moving the eMagiz [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] stack from Spring 5 to Spring 6 and from Java 8 to Java 17. Please refer to our new [[runtime image>>doc:Main.Release Information.Runtime Images.V300.WebHome||target="blank"]] and Spring 6 [[migration path>>doc:Main.eMagiz Support.Migration Paths.migration-path-spring-6-migration.WebHome||target="blank"]] for more information. Next to this, we have improved event streaming logging, so that logs are not cluttered with irrelevant info anymore. Lastly, we have removed the deprecated cloud option 'Root' from the portal.6 +**Hi there, eMagiz developers!** 7 7 8 -== ** Spring6Migration** ==9 - As announcedin our previous releaseblogs,wewill releasea majorversionof our[[current runtime>>doc:Main.eMagizAcademy.Fundamentals.fundamental-runtime-generation3||target="blank"]]baseimageforlourclientsrunningon the[[currentruntime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]]architecture in this release.8 +== **Environment Template R13 Docker - Single Lane** == 9 +TBD This release introduces a new non-service affecting cloud template for all our customers running in a single-lane setup. This cloud template introduces the ability to clean H2 databases from the portal. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R12 Docker - Single Lane.WebHome||target="blank"]]. 10 10 11 -Configurations that contain any one of the listed components below are automatically migrated to Spring 6: 12 -* JDBC BoneCP data source 13 -* SSL web service message sender 14 -* Web service outbound gateway 15 -* SFTP session factory 16 -* HTTP components message sender 17 -* Job manager 18 -* Credentials 19 -* Simple job launcher 20 -* Default SFTP session factory 11 +== **Environment Template R15 Docker - Double Lane** == 12 +TBD This release introduces a new non-service affecting cloud template for all our customers running in a single-lane setup. This cloud template introduces the ability to clean H2 databases from the portal. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R14 Docker - Double Lane.WebHome||target="blank"]]. 21 21 22 -{{info}}In our continued efforts to make the transition to Spring 6 as smooth as possible we have written down the advised process for identifying and updating the relevant flows as a consequence of the Spring 6 migration, which you can find [[here>>doc:Main.eMagiz Support.Migration Paths.migration-path-spring-6-migration.WebHome||target="blank"]]. 23 23 24 -This large maintenance update, moving the eMagiz runtime stack from Spring 5 to Spring 6 and from Java 8 to Java 17, includes moving to latest (major) versions of open source projects, libraries and technologies. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.WebHome||target="blank"]] will be released. Although no new functionality is added in this new image version, several Spring libraries have been changed significantly. More information can be found [[here>>doc:Main.Release Information.Runtime Images.V300.WebHome||target="blank"]]. {{/info}} 25 25 26 -{{info}}Please be aware that we will create autosaved versions for affected flows still running on the legacy runtime architecture. This way, we ensure consistency in what the user sees when working with flow components in the Create phase while at the same time prepare your model for a future migration to the current runtime architecture. Should you need to make a functional change in one of these affected flows, you can do so without a deployment and without using Spring 6 in your legacy runtime. {{/info}} 27 - 28 28 == **Feedback Items** == 29 -//__ Event streaminglogging__//30 - Eventstreaming processorswill producesignificantly lesslogging,so the logs are notclutteredwithirrelevantinfologs.17 +//__Machine agents__// 18 +We have added functionality that allows the user to (auto-) update their external (on-premise) machine agents from the portal. Please find out more HERE. 31 31 32 -//__ RootCloud__//33 - Options and screensrelatedtothedeprecated cloud option'Root'havebeenremovedfromtheportal.20 +//__eMagiz Mendix connector__// 21 +We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 34 34 23 +//__Improved OpenAPI import__// 24 +The path length in OpenAPI spec imports has been increased to a maximum of 300 characters. 25 + 26 +== **Bug Fixes** == 27 +//__Error handling__// 28 +When migrating to the current generation architecture, the default error handling will now also be migrated correctly, so that no manual changes have to be done for this. 29 + 30 +//__Volume mapping passwords__// 31 +Passwords for network volumes are hidden on the machine after deployment. 32 + 33 +//__Create integration removal__// 34 +When removing an integration from Create, the Create phase is correctly updated as well. 35 + 36 +//__Legacy statistics__// 37 +Legacy pages are now correctly hidden when running on the current runtime architecture. 38 + 39 +//__Unused properties__// 40 +Users are not able to edit or delete eMagiz properties, so now they will also not be shown in the 'Unused property overview' anymore. 41 + 42 +//__Enumeration values__// 43 +Enumeration values for event processors can now be edited in Create. 44 + 45 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 46 + 47 +//__SFTP sessions__// 48 +SFTP session factories did not close their connection after it was complete. This could cause connection starvation on the SFTP server, and was especially noticable when using the SFTP Session Factory without caching, as that factory opens a new connection for every call. Please find out more HERE. 49 + 35 35 == **Fancy Forum Answers** == 36 36 37 37 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 38 38 39 -* [[Model Dashboard - Manage - color explanation>>https://my.emagiz.com/p/question/172825635703786144||target="blank"]] 40 -* [[Error handling within XSLT extension gateway>>https://my.emagiz.com/p/question/172825635700354385||target="blank"]] 41 -* [[Requesting Azure token not working because of form-data structure>>https://my.emagiz.com/p/question/172825635703799013||target="blank"]] 42 -* [[PGP Signing and Encryption>>https://my.emagiz.com/p/question/172825635703799061||target="blank"]] 54 +* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 55 +* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 56 +* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 43 43 44 44 == **Key Takeaways** == 45 45 ... ... @@ -49,7 +49,7 @@ 49 49 * If you have feedback or ideas for us, talk to the Platypus 50 50 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 51 51 * Clear your browser cache (Ctrl + Shift + Del) 52 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.218 - Sprightly Spring.Web home||target="blank"]]66 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.218 - Sprightly Spring.WebHome||target="blank"]] 53 53 * Start thinking about how the license tracker can aid your development 54 54 * Start thinking about major, minor, and patch 55 55 * Keep making great integrations