Changes for page 240 - Spring Cleaning
Last modified by Erik Bakker on 2025/03/10 10:00
From version 763.1
edited by Carlijn Kokkeler
on 2024/10/23 09:05
on 2024/10/23 09:05
Change comment:
There is no comment for this version
To version 836.1
edited by Carlijn Kokkeler
on 2024/12/02 11:26
on 2024/12/02 11:26
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 -23 2-Bug Busters1 +235 - Last Log - Content
-
... ... @@ -3,68 +3,64 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** Wedidahackathonagainsowehave alot ofbugfixes!The visibilityof several buttonshasbeen improved,aswellaspop-upsandsearchfunctionalities.Find outallbelow!6 +**Hi there, eMagiz developers!** In this release, our new log alerting will be available! Please find out more about it **LINK**. Furthermore, we have implemented improvements for SMB and did some performance improvements. Lastly, from now on we no longer support our legacy Mendix connector (< version 4.x). 7 7 8 -{{ warning}}Wehaveannouncednew IP addresses a whileago.Theseadressesmustbetproperlyatthisdate.Ifnot setup properly, deployments willfail. This is only applicabletoour [[currentruntime>>doc:Main.eMagizAcademy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture.{{/warning}}8 +{{info}}Please note that this is our last release of the year. Our next release will be on the 16th of January!{{/info}} 9 9 10 10 == **Feedback Items** == 11 -//__ Propertyname__//12 -Whe ncreatinganewpropertyname for a newpropertyvalue,itwillautomaticallybectedfor the newpropertyvalue.11 +//__Log alerting__// 12 +We have added log message alert triggers to our new alerting stack for the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture. This new feature allows you to trigger on all incoming log messages with an error log-level, or trigger for log messages with a specific log message and log level (info, warning or error) combination. Furthermore, you can specify the specific runtime the log message originated from as one of the filters as well. 13 13 14 -[[image:Main.Images.Release Blog.WebHome@release-232-propery-name.png]] 15 - 16 -== **Bug Fixes** == 17 -//__Hidden Explore__// 18 -The 'Explore' button will no longer be hidden if there are no results when searching on a queue name in the queue browser. 19 - 20 -[[image:Main.Images.Release Blog.WebHome@release-232-explore-button.png]] 14 +{{info}} 15 +* **Please take into consideration the following migration actions**: 16 +* All existing log message alert triggers from the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture models will be automatically migrated to the new alerting feature. 17 +* All fields will be mapped directly to their corresponding new fields on a 1:1 basis, with one exception: 18 +** The ‘Description’ field has been replaced by the new ‘Instructions’ field (note: the 'Description' field no longer exists). 19 +** The values of the old description field will be transferred into the instructions field 20 +* Additionally, a new field, ‘Name’, has been introduced for identification purposes. The ‘Name’ field will be included in email notifications when a trigger is activated. 21 +** This field will be automatically populated with a default name (e.g., "Log Trigger 1"). 22 +** **Users are advised to review and update these names to appropriately reflect each trigger's purpose.** 23 +* A new filter for ‘Log level’ has also been added to the new Log alert triggers, which will be configured such that your existing triggers will generate an alert for **all** log types. 24 +* The new feature introduces duplicate detection when saving an individual log trigger. This duplicate detection is not performed during the migration process. Please check your migrated error triggers to avoid receiving duplicate log alerts. 25 +{{/info}} 21 21 22 -//__Delete container__// 23 -The 'Delete' button in the Containers overview is no longer visible for users without the required permissions. 27 +{{warning}}Please check out our **LINK** for an elaborate explanation of our new error alerting. {{/warning}} 24 24 25 -[[image:Main.Images.Release Blog.WebHome@release-232-delete-container.png]] 29 +//__Tooltip alerting__// 30 +We have improved the visibility of titles of larger columns in the new Alerting page. 26 26 27 -//__Technical names__// 28 -It is no longer possible anymore to create machines with the same technical name. 32 +//__SMB improvements__// 33 +Some configuration options have been added to our SMB connectors that will solidify the connections with a SMB share: 34 +* It is now possible to add a local filter to the SMB inbound channel adapter. 35 +* It is now possible to add a 'Request handler advice chain' to the SMB outbound channel adaptor, SMB outbound gateway, FTP outbound gateway and SFTP outbound gateway. 29 29 30 - //__Failoverystems__//31 - When enablingor disabling our failover featureforaystem,its connector container will nolongerbe moved to anothermachineif notrequired.37 +[[image:Main.Images.Release Blog.WebHome@release-235-local-filter.png]] 38 +[[image:Main.Images.Release Blog.WebHome@release-235-request-handler.png]] 32 32 33 -//__ Deployarchitecturechanges__//34 - Thepop-upthat is shownafterpressing 'apply toenvironment'in Deploy Architecturewill onlyshow thecurrentchanges, irrelevantinformationhasbeenremoved.40 +//__Mendix connector support__// 41 +We no longer support our legacy Mendix connector (< version 4.x). 35 35 36 -//__Code mappings search__// 37 -When searching in the code mappings overview and pressing enter in a search field, search results would get duplicated. This has been fixed. 43 +== **Bug Fixes** == 44 +//__Resource buttons__// 45 +The delete and download buttons in Resources have been re-aligned such that their positions are consistent when switching from view to edit mode. 38 38 39 -[[image:Main.Images.Release Blog.WebHome@release-23 2-code-mappings.png]]47 +[[image:Main.Images.Release Blog.WebHome@release-235-resources.png]] 40 40 41 -//__Source filters__// 42 -Source filters will now display the attribute filter statement correctly. 43 - 44 -[[image:Main.Images.Release Blog.WebHome@release-232-source-filters.png]] 49 +//__Performance improvement__// 50 +The performance of selecting a runtime when editing properties in Deploy has been improved. 45 45 46 -//__ Deployrights__//47 - Weupdatedtheuserrightsina model suchthatinorderto deployarelease inDeploy, you should have botheditghts in Deploy andManage.52 +//__Flowtest errors__// 53 +The error that is sometimes thrown while switching between traces in flowtester is fixed. 48 48 49 -//__Zoom tooltip__// 50 -The tooltip in the Flow Designer now displays zoom in/out correctly. 51 - 52 -//__Conditional visibility__// 53 -The conditional visiblity of filtering operations of SMB, SFTP & FTP outbound gateways when using the 'remove' and 'get' operations has been improved. 54 - 55 -[[image:Main.Images.Release Blog.WebHome@release-232-conditional-filtering.png]] 56 - 57 -//__Landscape order across phases__// 58 -Integrations ans systems are now sorted in the same way across all phases. 59 - 60 -//__Datamodel relations__// 61 -When editing a relation in a datamodel, you are now prevented from breaking the relation. 62 - 63 63 == **Fancy Forum Answers** == 64 64 65 65 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: 66 66 67 -* [[H2 Database on ESF Across Multiple Runtimes>>https://my.emagiz.com/p/question/172825635703991017||target="blank"]] 59 +* [[Access a WSDL in your browser>>https://my.emagiz.com/p/question/172825635704016587||target="blank"]] 60 +* [[Spaces handled differently in folder name after using SMB components for file connectivity>>https://my.emagiz.com/p/question/172825635703940018||target="blank"]] 61 +* [[Operation is not present in wsdl>>https://my.emagiz.com/p/question/172825635704016691||target="blank"]] 62 +* [[Code Mappings on Gen3 error during restart ISPN000323>>https://my.emagiz.com/p/question/172825635704016854||target="blank"]] 63 +* [[How to add Basic Authentication on a soap webservice?>>https://my.emagiz.com/p/question/172825635704017021||target="blank"]] 68 68 69 69 == **Key Takeaways** == 70 70 ... ... @@ -74,7 +74,7 @@ 74 74 * If you have feedback or ideas for us, talk to the Platypus 75 75 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 76 76 * Clear your browser cache (Ctrl + Shift + Del) 77 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.23 2-Bug Busters.WebHome||target="blank"]]73 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.235 - Last Log.WebHome||target="blank"]] 78 78 * Start thinking about how the license tracker can aid your development 79 79 * Start thinking about major, minor, and patch 80 80 * Keep making great integrations