Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 2953dc4

Browse files
author
GitHub Actions
committed
Added release notes and version entries for 2025.55.0
1 parent 4128470 commit 2953dc4

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

blog/2025-12-17-Release-0.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
author: meshcloud
3+
title: Release 2025.55.0
4+
---
5+
6+
Release period: 2025-12-16 to 2025-12-17
7+
8+
This release includes the following issues:
9+
* Building Block Search Bar Remains Visible When no Results Are Found
10+
* Mandatory Building Blocks via API
11+
* Creator Can Now Be Removed During Project Creation
12+
* Building Block API Query Parameters Now Use Exact Match
13+
* Fixed Greyed Out Code Editor in Building Block Input Definition
14+
* Search Filter for Workspace and Project Access Control v2 Tables
15+
<!--truncate-->
16+
17+
## Ticket Details
18+
### Building Block Search Bar Remains Visible When no Results Are Found
19+
**Audience:** User<br>
20+
21+
#### Description
22+
We fixed a bug where the search bar in a lot of tables would disappear when no search results were found.
23+
The search bar now remains visible, allowing you to refine your search without having to reload the page.
24+
25+
### Mandatory Building Blocks via API
26+
**Audience:** User<br>
27+
28+
#### Description
29+
Tenants can now be created via the API with mandatory building blocks that have user inputs with default values.
30+
Previously, mandatory building blocks with "User Input" assignment type would prevent tenant creation,
31+
even when default values were defined. This enhancement allows for more flexible building block configurations
32+
while ensuring tenants can be created automatically via the API.
33+
34+
### Creator Can Now Be Removed During Project Creation
35+
**Audience:** User<br>
36+
37+
#### Description
38+
When creating a project, the creator was automatically added and could not be removed. This restriction has been
39+
lifted. You can now remove the creator during the creation process, allowing you to create projects with a
40+
different set of users or even without any users assigned initially.
41+
42+
### Building Block API Query Parameters Now Use Exact Match
43+
**Audience:** User<br>
44+
45+
#### Description
46+
The meshBuildingBlock API endpoint now performs exact matching for all provided query parameters when filtering
47+
building blocks. Previously, these parameters used partial matching, returning all building blocks whose field values
48+
included the query parameter values as substrings. This could return unintended results when one value was a substring
49+
of another. With the new exact match behavior, only building blocks with exact matches for all provided query
50+
parameters are returned. For example, you can now reliably fetch all building blocks from one particular workspace by
51+
specifying the exact workspaceIdentifier.
52+
53+
### Fixed Greyed Out Code Editor in Building Block Input Definition
54+
**Audience:** User<br>
55+
56+
#### Description
57+
Previously, when creating a new building block definition and adding an input of type 'Code', the code
58+
editor was sometimes greyed out, making it impossible to specify a default value. This issue has been
59+
resolved.
60+
61+
### Search Filter for Workspace and Project Access Control v2 Tables
62+
**Audience:** User<br>
63+
64+
#### Description
65+
A search filter is now available in workspace and project access control tables, allowing you to quickly find specific
66+
users or groups by typing their name. This makes it easier to manage access in workspaces and projects with many users.
67+
68+
Note: This change only affects customers who have access to the new access control v2 feature. If you are using the
69+
standard access control interface, this change does not apply to you.
70+

0 commit comments

Comments
 (0)