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

develop #1222

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions blog/2025-09-04-Release-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
author: meshcloud
title: Release 2025.38.1
---

Release period: 2025-09-03 to 2025-09-04

This release includes the following issues:
* Remove Rate Limits on meshObject API in Production Environments
<!--truncate-->

## Ticket Details
### Remove Rate Limits on meshObject API in Production Environments
**Audience:** User<br>

#### Description
The last meshStack release introduced API rate limits intended for evaluation in QA environments.
Due to a configuration bug these rate limits were also rolled out to productive meshStacks ahead of time and without proper calibration.

API consumers that were exceeding the rate limit have seen HTTP 429 responses in production environments.
We fixed this now so rate limiting is only active in QA environments and will separately inform you about further rollout timelines and implications for production environments.

2 changes: 1 addition & 1 deletion static/api/api_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h3 id="_index">Index</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-03 12:34:45 UTC
Last updated 2025-09-04 15:03:45 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion static/api/api_key_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ <h3 id="api_key_login">API Key Login</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-03 12:34:45 UTC
Last updated 2025-09-04 15:03:45 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion static/api/authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h3 id="_basic_authentication">Basic Authentication</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-03 12:34:45 UTC
Last updated 2025-09-04 15:03:45 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion static/api/common_data_formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h3 id="tags">Tags</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-03 12:34:45 UTC
Last updated 2025-09-04 15:03:45 UTC
</div>
</div>
</body>
Expand Down
22 changes: 11 additions & 11 deletions static/api/deprecated_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,25 +472,25 @@ <h3 id="_deprecated_meshobject_api_endpoints">Deprecated meshObject API Endpoint
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">2025-03-01</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshcustomers/{identifier}</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshcustomers</code><br>
<code>meshCustomer.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Replace all uses of the <code>meshCustomer</code> object with <code>meshWorkspace</code>.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">2025-03-01</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshcustomers</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshcustomers/{identifier}</code><br>
<code>meshCustomer.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Replace all uses of the <code>meshCustomer</code> object with <code>meshWorkspace</code>.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">2025-03-01</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshserviceinstances/{serviceIdentifier}</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshserviceinstances</code><br>
<code>meshServiceInstance.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please upgrade to <code>meshServiceInstance.v2</code>, which is owned by a <code>meshWorkspace</code> instead of a <code>meshCustomer</code>.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">2025-03-01</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshserviceinstances</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshserviceinstances/{serviceIdentifier}</code><br>
<code>meshServiceInstance.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please upgrade to <code>meshServiceInstance.v2</code>, which is owned by a <code>meshWorkspace</code> instead of a <code>meshCustomer</code>.</p></td>
</tr>
Expand Down Expand Up @@ -592,13 +592,13 @@ <h3 id="_deprecated_meshobject_api_endpoints">Deprecated meshObject API Endpoint
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshworkspaces/{identifier}</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshworkspaces</code><br>
<code>meshWorkspace.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please update to <code>meshWorkspace.vv2</code> at your earliest convenience.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshworkspaces</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshworkspaces/{identifier}</code><br>
<code>meshWorkspace.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please update to <code>meshWorkspace.vv2</code> at your earliest convenience.</p></td>
</tr>
Expand All @@ -610,13 +610,13 @@ <h3 id="_deprecated_meshobject_api_endpoints">Deprecated meshObject API Endpoint
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants/{tenantIdentifier}</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>POST /api/meshobjects/meshtenants</code><br>
<code>meshTenant.v3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider upgrading to <code>meshTenant.v4</code>, which uses a UUID to identify a meshTenant.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>POST /api/meshobjects/meshtenants</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants/{tenantIdentifier}</code><br>
<code>meshTenant.v3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider upgrading to <code>meshTenant.v4</code>, which uses a UUID to identify a meshTenant.</p></td>
</tr>
Expand All @@ -628,13 +628,13 @@ <h3 id="_deprecated_meshobject_api_endpoints">Deprecated meshObject API Endpoint
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>POST /api/meshobjects/meshbuildingblocks</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshbuildingblocks/{buildingBlockUuid}</code><br>
<code>meshBuildingBlock.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider adopting <code>meshBuildingBlock.v2</code>, which supports building blocks on workspace level as well.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshbuildingblocks/{buildingBlockUuid}</code><br>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>POST /api/meshobjects/meshbuildingblocks</code><br>
<code>meshBuildingBlock.v1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider adopting <code>meshBuildingBlock.v2</code>, which supports building blocks on workspace level as well.</p></td>
</tr>
Expand Down Expand Up @@ -756,7 +756,7 @@ <h3 id="_deprecated_meshobjects_in_declarative_import">Deprecated meshObjects in
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-03 12:34:45 UTC
Last updated 2025-09-04 15:03:45 UTC
</div>
</div>
</body>
Expand Down
Loading