Changes for page 232 - Bug Busters
Last modified by Carlijn Kokkeler on 2024/11/04 11:23
From version 62.1
edited by Erik Bakker
on 2023/04/11 08:29
on 2023/04/11 08:29
Change comment:
There is no comment for this version
To version 278.1
edited by Bouke Reitsma
on 2024/07/18 09:54
on 2024/07/18 09:54
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 195 -EasterParty1 +225 - Pop-up Party - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.BoukeReitsma - Content
-
... ... @@ -1,34 +1,22 @@ 1 - As a quarterhas cometo aclosewe went silentfor acoupleofweekstoplanaheadfor the upcoming quarterduringur PI rituals. This timeweddedthefamous "Hackathon" to the end ofthePIweekso wecould start theEasterbreakwithgood spiritaftersolving severalsmaller feedbackitemsand bugsreported by you.Inhis and theupcomingreleaseseveralof thosestories willbeincluded.On topofthat weintroducevariousimprovements toourAPI Gatewaypatternandtoour3rd generation runtimearchitecture.Subsequently,wewill release aewruntime imagesupporting thevariousimprovements.1 +During our recent sprint cycle, we have worked to release a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]]. This [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] includes changes to our infinispan cache manager, SMB inbound channel adapter, and heap memory configuration. Moreover, several pop-ups have been added and improved. Without further ado, check all items below! 2 2 3 -Please find out more on our [[Release blog>>Main.Release Information.Release Blogs. 195 -EasterParty.WebHome||target=3 +Please find out more on our [[Release blog>>Main.Release Information.Release Blogs.225 - Pop-up Party||target="blank"]]. 4 4 5 -=====New features===== 5 +====Minor changes==== 6 +* Design - Architecture: If a model does not have a license for a pattern, the model contact now has the option to delete the process container of that given pattern. (#1297) 7 +* Design - Settings: When pressing Apply settings in Design Settings, a confirmation screen will now be shown to present the changes that will be taken into effect for each environment. (#787) 8 +* Create - Flow Designer: Added support for the Infinispan Cache Manager to perform clustering through JGroups' GossipRouter. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 9 +* Create - Flow Designer: Improved the error message when configuring an Infinispan Cache Manager with 'TCP-ping' transport type, when the list of peer hosts are passed in invalid format. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 10 +* Create - Flow Designer: Support objects are now shown in two sections, namely 'Support objects' and 'Unused support objects'. (#795) 11 +* Create - Resources: When bumping a new version of flows that are using a resource, you can specify which version type you want to create, Major, Minor or Patch version. You can also give more information in a description. (#1326) 12 +* Deploy - Architecture: For clarity purposes, a confirmation pop-up will be shown when deleting routes. (#1380) 13 +* Manage - Explore: The 'Open debug queue' button in the queue browser enables the user to directly open the debug queue when it exists instead of having to search for it. 14 +* Deploy - Releases: A warning will be shown when a release is activated on production with a new runtime image version which has not been tested on acceptance before. 6 6 7 -* A new runtime image for customer models running on the 3rd generation runtime. Please learn more about our [[Runtime Image release notes>>Main.Release Information.Runtime Images.V131.WebHome||target="blank"]]. 8 -* Deploy - Architecture: Putting your cloud slot to sleep will stop your local docker containers, and waking up a cloud slot will start those containers. (#889) 9 - 10 -=====Minor changes===== 11 - 12 -* Design - Architecture: New calculation for topic size is applied and the feedback on topic retentions bytes has more information. 13 -* Create - 3rd generation runtime migration: When migrating your event streaming container to the 3rd generation runtime, the event streaming infra flow will be updated correctly based on whether you use custom error handling on your event processors. 14 -* Deploy - User Management: Consistent naming download buttons and filename certificate contains environment (#807) 15 -* Deploy - User Management: Roles are sorted alphabetically. (#806) 16 -* Deploy - Architecture: We removed the deprecated cloud update feature from the ‘Details' popup. Please use the ‘Upgrade’ feature to keep your cloud architecture up-to-date. 17 -* Manage - Event Streaming Statistics: Updated graphs to display the average of the selected timeframe, added help texts to each table and chart, and made minor visual improvements. 18 -* Manage - Alerting: History is recorded when notifications are paused or unpaused. (#833) 19 - 20 20 ====Bug fixes==== 21 - 22 -* Generic: We fixed an issue in that you may see a screen with a broken styling when switching among phases. 23 -* Create - Flow Designer: Removed the option to create a new resource on the resource selection popup of a simple XSD schema support object. 24 -* Create - Flow designer: We fixed the flow generation of entry flows for API Key secured API Gateway operations. This problem was introduced in version 193 (2023-02-04). (#902) 25 -* Create - Resources: We fixed an issue when deploying flows with uploaded resources with very long filenames (>100 characters). 26 -* Deploy - Releases: You need edit rights in the test environment of the deploy phase to execute the “Update flows to latest versions” action. 27 -* Manage - Dashboard: We update the view to visualize the split entries after you migrate combined entries. 28 -* Manage - Logging: When a container cannot be started due to an incorrect stylesheet, the error message will include what the error is and in which stylesheet it occurred (#825) 29 -* Manage - Logging: Reduced the occurrence of 'Failed to send to Elastic' log messages which trigger alerts. (#898) 30 -* Manage - Alerting: Editable column shows the correct value. 31 - 32 -====Remarks==== 33 - 34 -* Create - Flow designer: After the deployment, the ‘Version Compare' and 'Version Restore’ features will be unavailable for a few hours because of data migration. You will get an error stating that the version is incompatible with the selected feature until the migration is finished. 17 +* Design - Message mapping: We fixed an issue where a pop-up was shown with an incorrect error while editing the message mapping of a synchronous flows. (#1357) 18 +* Create - General: The internal server error pop-up is not received anymore when moving to Create in a model which has an Event Streaming license but is not using it. (#1159) 19 +* Create - Flow Designer: Editing a namespace used in a message definition automatically updates the message definition & transformations. 20 +* Create - Flow Designer: The SMB inbound channel adapter failed to retrieve files when the remote directory pointed to a path with multiple directories in it, unless they were seperated with \ instead of /. This has been resolved, meaning that remote directories that contain multiple folders in its path can (and should) contain / again. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 21 +* Manage - Monitoring: The initial committed heap memory of runtimes has been lowered to better match actual usage. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 22 +* General - Updated transitive runtime dependencies to prevent potential conflicts on the classpath for extended images. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available.