Changes for page 262 - Good News
Last modified by Erik Bakker on 2026/02/23 08:06
From version 45.1
edited by Erik Bakker
on 2023/01/31 14:39
on 2023/01/31 14:39
Change comment:
There is no comment for this version
To version 270.1
edited by Erik Bakker
on 2025/07/14 07:44
on 2025/07/14 07:44
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 - 191-FiftyFifty1 +249 - Amendment Avalanche - Content
-
... ... @@ -1,36 +1,35 @@ 1 -Th erelease introducesalot ofsmallfixesas a resultofour"hackathon"efforts.Subsequentlywewill releaseseveral3rdgenerationruntime offerings.1 +This release is characterized by many updates to our platform, both from a user perspective and from a technical perspective regarding our backend services. This sets us up to allow all users to prepare their Mendix systems for a migration to DSH (if applicable). Furthermore, it enables us to assist our users more effectively as they develop within the platform. 2 2 3 -Please find out more on our [[Release blog>>Main.Release Information.Release Blogs. 191-FiftyFifty.WebHome||target="blank"]].3 +Please find out more on our [[Release blog>>Main.Release Information.Release Blogs.249 - Amendment Avalanche.WebHome||target="blank"]]. 4 4 5 -=====New features===== 6 -* Manage - Alerting: There are 4 new types of triggers available for Model in G3. 7 -** Error Message is to evaluate the headers of the original message which resulted in an error. 8 -** Log Keyword is to evaluate logging messages. You can provide a one or several words which you expect in your logging events. 9 -** Queue Consumers is to configure for queues where more than 1 consumer is expected. 10 -** Queue Messages is to configure for queues where more than 100 messages on a queue can occur 11 -** Queue Throughput is to monitor issues with your system by setting thresholds for the number of messages that are expected to pass through the flow. 5 +==== New features ==== 12 12 13 -=====Major changes===== 7 +* General - License Tracker: You can now see licensed flows on the model level alongside the company level after we have registered the correct configuration. (#859) 8 +* Event Streaming - DSH Connection: The eMagizConnector base image has been updated as preparation to support event streaming integrations on DSH. This allows all users to prepare their Mendix systems to connect to DSH. 9 +** Note that all users running the new eMagiz Connector will receive this update with their next release. **If you already have a running eMagiz Connector, you need to restart the application to retrieve the latest information after the new release is prepared for you. ** 14 14 15 - *Manage - Redelivery: You canexplorethe message redelivery functionality for the 3rd generationarchitecture and see more details about it. Besides that, you can also redeliver the message(s)on this page.11 +==== Minor changes ==== 16 16 17 -=====Minor changes===== 13 +* Event Streaming - User Management: When adding new event streaming integrations that link to an **existing** event streaming processor, you **must** transfer them to the Create phase via the adding integrations tooling in the Create. This will trigger eMagiz to update the Deploy user management accordingly. 14 +** This functionality applies to both the old and new event broker. 15 +* Design - Message Definition: The overview of the attributes shown in the entity overview of the data model (i.e., CDM) and the system message now also shows the description of the attribute. (#1671) 16 +* Create - Flow Designer: The circuit breaker option under the request handler advice chain can now also be filled with a property placeholder. (#1619) 17 +* Create - Flow Designer: The overwrite option of the headers of a standard header enricher is now placed in the 'Basic' tab instead of the 'Advanced' tab. (#1666) 18 +* Create - Flow Testing: When creating a new test message and selecting the option "from existing file", the default option is now "Create" instead of "Capture". (#1659) 19 +* Create - Flow Testing: Each trace entry in the "Traces" overview now contains a timestamp. (#1661) 20 +* Capture - Overview: Deleting systems/integrations/tenants in Capture now shows a progress bar. (#1665) 21 +* Deploy - Unused Properties: For the unused properties functionality on the Create Phase Release, it is adjusted so that only the properties that are not used in any of your releases across environments are shown. They can be deleted without impacting any of the existing releases. (#1244) 22 +** Context is added to guide users through the following actions. 23 +** Performance has improved significantly. As a result, the process takes less time than before. 24 +* Deploy - Releases: Promoting a release to the next environment does not trigger the auto-delete behaviour of releases anymore. (#1318) 25 +* Deploy - Containers: Only the active containers are updated when a user adds or removes something from a release. Consequently, when a new integration is added, inactive containers will not contain the new integration. They can be reactivated if desired to enable automatic updates again. (#986) 18 18 19 -* Design - System message: 'Request' and 'Response' entities are automatically generated and set as root entities for new SOAP web service integrations in 3rd generation runtimes. 20 -* Create - Flow designer: sensitive information stored in property values is masked. (#790) 21 -* Create - Flow Designer: when migrated from Gen2 to Gen3, the flow's JSON will be generated so the user can use it to compare the previous versions. 22 -* Create - Flow Designer: when importing a store item from another partner, an error popup will be shown instead of the default error message. 23 -* Deploy - Releases: The activate release functionality improved performance for 3rd generation models. 24 -* Deploy - Architecture: Before pressing "Apply to environment," we require a confirmation from you if you accept the topology changes suggested by eMagiz that might impact AWS. (#828) 25 -* Deploy - Architecture: We enabled setting memory limits for eMagiz runtimes running on Docker machines. (#571) 26 -* Deploy - Architecture: "HTTP settings" page changed to "Runtime settings," where you can enable/disable both HTTP and control bus per runtime. 27 -* Deploy - Releases - You will be reminded of empty runtimes when activating a release. Empty runtimes are runtimes without flows in the release, and these runtimes should be removed from your architecture. 27 +==== Bug fixes ==== 28 28 29 -====Bug fixes==== 30 -* Design-CDM: cannot break definition when setting cardinality to '*' if the parent entity has order matters set to 'No' (#508) 31 -* Create - Flow Designer: When copying and pasting, support objects such as "property placeholder," "support.bus-connection-caching," and "support. bus-connection-plain" are not duplicated (#793) 32 -* Create - Flow Designer: when importing a store item, it is possible to overwrite the value of properties in the setup step. 33 -* Deploy - Containers: We fixed an issue that the container overview does not show the entry flows which should run on that container. (#863) 34 -* Deploy - Architecture: Apply to environment button synchronizes event streaming topic states correctly. (#814) 35 -* Deploy - Architecture: The deploy runtimes option is only visible for admin. A new menu item, "Deploy agent," is added and visible for all users to show the command which can be used to deploy the agent to an on-premises machine. 36 - 29 +* Create - Add Integrations: We fixed several issues regarding untransferring and transferring integrations. Among other things, we addressed the following specific cases. 30 +* Re-transferring integrations to Deploy 31 +* Untransfering the last integration of a system 32 +* Create - Flow Designer: The user can now completely read the alerts in the flow designer with a hover text. (#1168) 33 +* Create - Flow Designer: The "Allow empty array" checkbox in Create can now be used without it throwing an error. (#1640) 34 +* Create - Flow Designer: We ensured that the order in which you create flow versions for flows belonging to an "exit/entry" construction can be random. As a result, this will prevent users from ending up with only a part of the flows belonging to this construction in Deploy, while all flow versions are indeed created in Create. 35 +* Manage - Alerting - Triggers (Error): Error alerts with ‘not equal to’ and ‘does not contain’ evaluations on ‘exception class’ and/or ‘exception message’ will now only trigger if both the first and last exception don’t equal/contain the value. (#1576)