Wiki source code of 219 - Creation Carousel

Version 488.1 by Carlijn Kokkeler on 2024/04/23 16:30

Hide last authors
eMagiz 1.1 1 {{container}}
Carlijn Kokkeler 254.1 2 {{container layoutStyle="columns"}}
3 (((
Erik Bakker 401.1 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]]
eMagiz 1.1 5
Carlijn Kokkeler 487.1 6 **Hi there, eMagiz developers!** This release, we have a new version of our eMagiz Mendix connector available, that will support Mendix version 10 and higher. Furthermore, we have improved our functionality to enable users to seamlessly import OpenAPI specifications with URL paths of up to 300 characters in length. Lastly, we have done many bug fixes, one of which will ensure that SFTP sessions will be closed again after completion. For this fix, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been published.
Carlijn Kokkeler 410.1 7
Carlijn Kokkeler 464.1 8 == **Feedback Items** ==
Carlijn Kokkeler 435.1 9
Carlijn Kokkeler 464.1 10 //__eMagiz Mendix connector__//
Carlijn Kokkeler 467.1 11 We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher.
Carlijn Kokkeler 439.1 12
Carlijn Kokkeler 464.1 13 //__Improved OpenAPI import__//
Carlijn Kokkeler 487.1 14 The path length that eMagiz supports when importing OpenAPI specifications is now increased to a maximum of 300 characters.
Carlijn Kokkeler 452.1 15
Carlijn Kokkeler 477.1 16 //__Flow test stack trace__//
17 If a flow test creates a log line with level ‘Warning’ or ‘Error’ and there is a stack trace created, then we show the stack trace inside the log message on a separate tab.
18
19 [[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-stack-trace.png]]
20
Carlijn Kokkeler 486.1 21 {{info}}With the release of Spring 6 in our previous release, some users reported that their filters have begun logging warnings about discarding messages even though the filter is configured to not throw an exception on rejection. For flows that process high numbers of messages (and potentially discard a lot of messages as well) this can significantly disturb the overview of the logs in the manage phase.
Carlijn Kokkeler 485.1 22
Carlijn Kokkeler 486.1 23 To mitigate this, you can change the filter that throws the warning so it specifically refers to a discard channel. Given the chosen configuration, we advice to use the nullChannel option. This will silently drop the message without registering a warning in the log. In case you find the warning in the log a nice addition, we suggest to add an explicit discard channel leading to a logging outbound channel adapter. This log component can then be configured to throw a warning.
Carlijn Kokkeler 485.1 24
Carlijn Kokkeler 486.1 25 In the next release, we will aid you by adding a validation check that will force you to select a discard channel when it is currently not selected once you edit the flow to create a new version. More on this in the next release blog. {{/info}}
26
Carlijn Kokkeler 464.1 27 == **Bug Fixes** ==
28 //__Error handling__//
29 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.
Carlijn Kokkeler 361.1 30
Carlijn Kokkeler 464.1 31 //__Volume mapping passwords__//
Carlijn Kokkeler 487.1 32 Passwords for network volumes are now securely hidden in the runtime’s machine after deploying a new release.
Carlijn Kokkeler 416.1 33
Carlijn Kokkeler 464.1 34 //__Create integration removal__//
Carlijn Kokkeler 476.1 35 When removing an integration from Create, the Create phase is now correctly updated.
Carlijn Kokkeler 464.1 36
37 //__Legacy statistics__//
38 Legacy pages are now correctly hidden when running on the current runtime architecture.
39
Carlijn Kokkeler 465.1 40 //__Unused properties__//
Carlijn Kokkeler 487.1 41 Users should not be able to edit or delete eMagiz properties, and so these eMagiz properties will now not be shown in the 'Unused property overview' anymore.
Carlijn Kokkeler 465.1 42
43 //__Enumeration values__//
Carlijn Kokkeler 488.1 44 Users are now able to add and edit enumeration values while editing event processor flows in the Create phase.
Carlijn Kokkeler 465.1 45
Carlijn Kokkeler 467.1 46 [[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]]
47
Carlijn Kokkeler 465.1 48 //__SFTP sessions__//
Carlijn Kokkeler 475.1 49 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. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been released.
Carlijn Kokkeler 465.1 50
eMagiz 1.1 51 == **Fancy Forum Answers** ==
52
Erik Bakker 30.1 53 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:
eMagiz 1.1 54
Carlijn Kokkeler 466.1 55 * [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]]
56 * [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]]
57 * [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]]
eMagiz 1.1 58
Carlijn Kokkeler 348.1 59 == **Key Takeaways** ==
eMagiz 1.1 60
Erik Bakker 149.1 61 Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:
eMagiz 1.1 62
Erik Bakker 30.1 63 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]
eMagiz 1.1 64 * If you have feedback or ideas for us, talk to the Platypus
Erik Bakker 151.1 65 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these.
eMagiz 1.1 66 * Clear your browser cache (Ctrl + Shift + Del)
Carlijn Kokkeler 481.1 67 * Check out the release notes [[here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]]
eMagiz 1.1 68 * Start thinking about how the license tracker can aid your development
69 * Start thinking about major, minor, and patch
70 * Keep making great integrations
71
72 Let's stay in touch and till next time!
73
74 {{info}}
Erik Bakker 30.1 75 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]
eMagiz 1.1 76
Carlijn Kokkeler 254.1 77 {{/info}}
78 )))
79
80 (((
81 {{toc/}}
82 )))
eMagiz 1.1 83 {{/container}}
Carlijn Kokkeler 254.1 84 {{/container}}