Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 187.1
edited by Carlijn Kokkeler
on 2023/10/23 14:45
on 2023/10/23 14:45
Change comment:
There is no comment for this version
To version 477.1
edited by Carlijn Kokkeler
on 2024/04/23 13:21
on 2024/04/23 13:21
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 -2 07-AlignedState1 +219 - Creation Carousel - Content
-
... ... @@ -1,97 +1,63 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Wehavedonemuchworkforstategeneration,so thatyoucanderivemoreinformationfromyourdata! Examplesareenrichment,aggregation,changedetection andduplicatedetection.Stategenerationfunctionalityis onlyaccessibleformodelswithn add-onstategenerationlicense.Nexttostategeneration,severalimprovementsregardingthealignmentof components havebeenmade.Moreover,performanceimprovements andbugfixeshavebeen implemented. Lastly, achange inhe metricsstorageduration has been performed.6 +**Hi there, eMagiz developers!** This release, we introduce new environment templates for Docker single and double lane. Moreover, we have a new version of our eMagiz Mendix connector available, that will support Mendix version 10 and higher. Furthermore, the path length in OpenAPI spec imports has been increased to a maximum of 300 characters. 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. 6 6 7 -== **State Generation** == 8 +== **Environment Template R13 Docker - Single Lane** == 9 +This release introduces a new non-service affecting environment template for all our customers running in a single-lane setup. This environment template updates the on-premise machine agents. The complete release notes on the environment template can be found [[here>>doc:Main.Release Information.Cloud Templates.R13 Docker - Single Lane.WebHome||target="blank"]]. 8 8 9 -//__New components__// 10 -The following components have been added: 11 -* Aggregator: reverse of the splitter, used to combine multiple messages into a single one. 12 -* Infinispan metadata outbound channel adapter: Used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts. 13 -* Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 14 -* Duplicate detector: Support object used to detect duplicate messages for a certain key on an inbound channel of a flow component. Duplicates can be marked or discarded. 15 -* Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher. 11 +== **Environment Template R15 Docker - Double Lane** == 12 +This release introduces a new non-service affecting environment template for all our customers running in a double-lane setup. This environment template updates the on-premise machine agents. The complete release notes on the environment template can be found [[here>>doc:Main.Release Information.Cloud Templates.R15 Docker - Double Lane.WebHome||target="blank"]]. 16 16 17 -//__SpEL functions & JSON__// 18 -Added SpEL functions for: 19 -* Encoding & decoding Base64, Hex and hmac 20 -* Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond) 21 -* Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser) 22 - 23 -Added support for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: `{"id":"123"}`, this SpEL expression suffices: `payload.id`. 24 -Added support for `#JsonPath` usage in SpEL expressions 25 - 26 - 27 -== **Metrics Storage Duration** == 28 - 29 - 30 - 31 - 32 32 == **Feedback Items** == 33 33 34 -//__ Alertingmanualpause__//35 - A fewreleasesagowe changedthe behavior of alertingin the deploymentplan. Noweach timewhenadeployment planisexecutedthealertingwillbe automatically re-enabled when the deployer closes the deployment plan orclosestheweb browser. The majorityof theusersare happy with the new behavior, but there are some use cases that you donotwantstart the alerting immediately.Withthis release, if alertingas been paused manually, this will not be activated automatically aftera release deployment.16 +//__eMagiz Mendix connector__// 17 +We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 36 36 37 -//__ Orderingof graphs in Manage__//38 -The graphsinManageareowordered accordingtoimportance. Thismeans that runtimestatisticsare sortedby "Process CPU usage"(highest first), queue statistics aresortedby "Messagesin queue"(highestfirst),andHTTP statisticsare sorted by "Unsuccessful requests" (highest first).19 +//__Improved OpenAPI import__// 20 +The path length in OpenAPI spec imports has been increased to a maximum of 300 characters. 39 39 40 -//__ UTCtimesinGrafana panels__//41 - All Grafanapanelsnowshow UTCtimes,which arenormallyusedinMagiz,insteadoflocal (browser)timezones.Thisway,itiseasiertomatchgraphswith loggingevents oralerts.22 +//__Flow test stack trace__// 23 +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. 42 42 43 -//__Update flow designer version__// 44 -The framework used in the flow designer has been updated, improving performance. 25 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-stack-trace.png]] 45 45 46 -//__Carwash track TLS versions in logging__// 47 -A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 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. 48 48 49 -//__ Movingchannelsin the flowesigner__//50 - Movingalreadyattachedchannelsin theflow designerhas beenmadesligthlyasier.31 +//__Volume mapping passwords__// 32 +Passwords for network volumes are hidden on the machine after deployment. 51 51 52 -//__ Topicsizes descriptionchange__//53 - In thechangedescription(andHistory) whenalteringthe topicsizeofaopicthenewandold valuewere switchedaroundcreatingconfusion,thishas been resolved.34 +//__Create integration removal__// 35 +When removing an integration from Create, the Create phase is now correctly updated. 54 54 55 -//__ Passwordchangenotification__//56 - Whenan accountpasswordchange request is made, even whenthis fails, a mail is sentto theaccountowneroinformtheownerabout theaction.37 +//__Legacy statistics__// 38 +Legacy pages are now correctly hidden when running on the current runtime architecture. 57 57 58 -//__ Passwordcomparison__//59 - Whenchanging a password,itis comparedtoa list ofknowndatabasebreachesforsecurity. A warning is shownwhen thepasswordcorrespondswithapasswordin thedatabase.40 +//__Unused properties__// 41 +Users are not able to edit or delete eMagiz properties, so now they will also not be shown in the 'Unused property overview' anymore. 60 60 61 -//__ Inactiveuserlerting__//62 - Inactivatedusersare nowremovedfrom all alertsettings(included“disabled“settings)to avoidundesirablenotifications.43 +//__Enumeration values__// 44 +Enumeration values for event processors can now be edited in Create. 63 63 64 -//__Alphabetical sorting on user level in HTTP statistics__// 65 -Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 46 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 66 66 48 +//__SFTP sessions__// 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. 67 67 68 -== **Bug Fixes** == 69 - 70 -//__Flow designer styling__// 71 -The styling of the flow designer's left component panel has been restructured, solving a rare bug which would break the styling of certain functionalities. 72 - 73 -//__Partial search for messages__// 74 -It is now possible to search on messages partially in Manage Monitoring. For example, a search for Uptime can be done by searching for "up" "time" "ptim". 75 - 76 -//__Disk usage after cloud template update__// 77 -In the last cloud template update there was an issue with disk performance. This has been resolved in this release. You can manually upgrade your cloud template, or rely on automatic updates. 78 - 79 -//__Error handling migration__// 80 -If there is no custom error handling, when migrating to Gen3, the error channel to “errorChannel” is only created for the first inbound in an entry flow. This has been fixed by adding a migration step, where we set the error channel of all inbounds in a flow to “errorChannel” if the custom error handling is set to false. 81 - 82 82 == **Fancy Forum Answers** == 83 83 84 84 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: 85 85 86 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 87 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 88 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 89 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 90 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 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"]] 91 91 59 +== **Key Takeaways** == 92 92 93 -== **Key takeaways** == 94 - 95 95 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: 96 96 97 97 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -98,10 +98,9 @@ 98 98 * If you have feedback or ideas for us, talk to the Platypus 99 99 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 100 100 * Clear your browser cache (Ctrl + Shift + Del) 101 -* Check out the release notes [here] 67 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.218 - Sprightly Spring.WebHome||target="blank"]] 102 102 * Start thinking about how the license tracker can aid your development 103 103 * Start thinking about major, minor, and patch 104 -* Upgrade to the latest build number 105 105 * Keep making great integrations 106 106 107 107 Let's stay in touch and till next time! ... ... @@ -109,6 +109,11 @@ 109 109 {{info}} 110 110 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 111 111 112 -~*~* Indicates a next-generation-architecture only feature. 113 -{{/info}})))((({{toc/}}))){{/container}} 77 +{{/info}} 78 +))) 79 + 80 +((( 81 +{{toc/}} 82 +))) 114 114 {{/container}} 84 +{{/container}}