|
| 1 | +--- |
| 2 | +author: meshcloud |
| 3 | +title: Release 2025.11.0 |
| 4 | +--- |
| 5 | + |
| 6 | +Release period: 2025-03-13 to 2025-03-19 |
| 7 | + |
| 8 | +This release includes the following issues: |
| 9 | +* New meshObject API endpoints for meshUsers |
| 10 | +* Building Blocks on Workspace Control Plane |
| 11 | +* Fix Placeholders in Building Block Failed E-Mail |
| 12 | +* Fix Update of Unmanaged Tenants |
| 13 | +* Expandable Tags |
| 14 | +* Fixed Workspace Filtering |
| 15 | +* Fix Error on Communication Definition Deletion |
| 16 | +* Building Block Runs fail on Missing Outputs |
| 17 | +* Removal of old Azure Role management API |
| 18 | +* Inputs in Platform Configurations are Trimmed |
| 19 | +* Unsaved Changes Alert in Building Blocks Definition |
| 20 | +* Minor Changes to API Key Login |
| 21 | +* Rename Platform Type Marketplace to OSB Services |
| 22 | +* Abort Building Block Run Improvement |
| 23 | +<!--truncate--> |
| 24 | + |
| 25 | +## Ticket Details |
| 26 | +### New meshObject API endpoints for meshUsers |
| 27 | +**Audience:** Partner<br> |
| 28 | + |
| 29 | +#### Description |
| 30 | +The meshObject API in meshStack now provides new endpoints for POST, PUT and DELETE operations on meshUsers. |
| 31 | +These endpoints require an API Key with the appropriate admin permission. |
| 32 | +We recommend using these endpoints only for advanced IAM integration scenarios where you cannot use meshStack's SCIM integration. |
| 33 | + |
| 34 | +### Building Blocks on Workspace Control Plane |
| 35 | +**Audience:** User<br> |
| 36 | + |
| 37 | +#### Description |
| 38 | +We changed the content of the building blocks tab on the workspace control plane |
| 39 | +so it shows only building blocks on workspace level and no longer any building blocks |
| 40 | +that belong to tenants of the current workspace. |
| 41 | + |
| 42 | +### Fix Placeholders in Building Block Failed E-Mail |
| 43 | +**Audience:** User<br> |
| 44 | + |
| 45 | +#### Description |
| 46 | +When an email was sent for a workspace building block, the tenant related fields were still shown in the email. |
| 47 | +Those fields are now not shown anymore for workspace level building block. |
| 48 | + |
| 49 | +### Fix Update of Unmanaged Tenants |
| 50 | +**Audience:** Partner<br> |
| 51 | + |
| 52 | +#### Description |
| 53 | +When importing an unmanaged tenant into meshStack, the tenant remained in the unmanaged tenant list. |
| 54 | +This issue only affected meshStacks that were set up since December 2024. The issue is fixed now. |
| 55 | + |
| 56 | +### Expandable Tags |
| 57 | +**Audience:** User<br> |
| 58 | + |
| 59 | +#### Description |
| 60 | +We now have a button to expand/collapse the tags. This is useful when you have a lot of tags and you want to see them all at once. |
| 61 | + |
| 62 | +### Fixed Workspace Filtering |
| 63 | +**Audience:** User<br> |
| 64 | + |
| 65 | +#### Description |
| 66 | +In the admin area projects list, the workspace filter was not working correctly. This has been fixed. |
| 67 | + |
| 68 | +### Fix Error on Communication Definition Deletion |
| 69 | +**Audience:** Partner, Customer<br> |
| 70 | + |
| 71 | +#### Description |
| 72 | +Release v2025.10.0 introduced a regression that led to an error when a communication definition was deleted. |
| 73 | +This has been fixed. |
| 74 | + |
| 75 | +### Building Block Runs fail on Missing Outputs |
| 76 | +**Audience:** User, Partner<br> |
| 77 | + |
| 78 | +#### Description |
| 79 | +Previously a building block run that did not return all the expected outputs would be successful |
| 80 | +but children depending on the now missing outputs never ran and seemed stuck. |
| 81 | +Now if a run ends but not all outputs are provided it is marked as failed so building block developer |
| 82 | +can quickly identify this problem and fix it. |
| 83 | + |
| 84 | +### Removal of old Azure Role management API |
| 85 | +**Audience:** Partner<br> |
| 86 | + |
| 87 | +#### Description |
| 88 | +We have updated the Azure API for role management to the latest version, now also in use for |
| 89 | +Azure Kubernetes platforms and Azure Blueprint assignment functionality. No behavior changes are expected. |
| 90 | + |
| 91 | +### Inputs in Platform Configurations are Trimmed |
| 92 | +**Audience:** Partner<br> |
| 93 | + |
| 94 | +#### Description |
| 95 | +Form inputs in the admin area's platform configuration are now automatically |
| 96 | +trimmed for whitespace, reducing copy-and-paste errors. |
| 97 | + |
| 98 | +### Unsaved Changes Alert in Building Blocks Definition |
| 99 | +**Audience:** User<br> |
| 100 | + |
| 101 | +#### Description |
| 102 | +To enhance building blocks definition creation and editing, and reduce unintended data loss, users will now receive a confirmation |
| 103 | +alert when navigating away from the building blocks definition creation or edit page with unsaved changes. |
| 104 | + |
| 105 | +### Minor Changes to API Key Login |
| 106 | +**Audience:** Partner<br> |
| 107 | + |
| 108 | +#### Description |
| 109 | +This release introduces minor changes to the way meshStack records API Key logins. |
| 110 | +When calling "/api/login" clients will now receive a HTTP 307 redirect code to meshStack's identity broker |
| 111 | +instead of the HTTP 308 code used previously. This prevents client-side caching of the redirect URL. |
| 112 | +meshStack now updates the "last login" timestamp for an API key upon login attempt instead of only updating the timestamp |
| 113 | +on successful API requests. This change ensures that the "last login" timestamp accurately reflects attempts to use the API key. |
| 114 | + |
| 115 | +### Rename Platform Type Marketplace to OSB Services |
| 116 | +**Audience:** Customer<br> |
| 117 | + |
| 118 | +#### Description |
| 119 | +This ensures a consistent naming across the application. |
| 120 | + |
| 121 | +### Abort Building Block Run Improvement |
| 122 | +**Audience:** Operator<br> |
| 123 | + |
| 124 | +#### Description |
| 125 | +The functionality to abort a ongoing building block run |
| 126 | +has been improved in a way that all asynchronous runs are |
| 127 | +now aborted immediately within meshStack. |
| 128 | + |
0 commit comments