Skip to main content

Release 2026.7.0

· 5 min read
meshcloud

Release period: 2026-02-11 to 2026-02-17

This release includes the following issues:

  • MeshLocation API Now Requires Explicit Workspace Ownership
  • General Availability for Platform-Related meshObject APIs
  • More Reliable and Polished Building Block Definition Editing
  • meshServiceInstance API Now Documents Optional Parameters
  • Fix Create New Communication Button in Platform Builder Area
  • Platform Builder Permissions Excluded from Building Block Definitions
  • Platform Tags Now Refresh Automatically After Manual Tenant Replication
  • Fixed Error When Creating Landing Zones
  • Building Block Dependencies Now Work Correctly with Draft Versions
  • Bulk Remove Users and Groups in Access Control V2

Ticket Details

MeshLocation API Now Requires Explicit Workspace Ownership

Audience: User

Description

The meshLocation API now requires specifying which workspace owns a location. This change makes location ownership explicit and enables workspace-scoped users to manage locations within their own workspace. Previously, only administrators could create and manage locations.

Audience: User

Description

The meshObject APIs for meshPlatform (v2), meshLandingZone (v1), meshLocation (v1), meshPlatformType (v1), and meshIntegration (v1) have been promoted from preview to General Availability (GA). These APIs are now considered stable and ready for production use. Breaking changes will follow the standard versioning process for GA APIs.

How to use

Clients can temporarily continue using the preview media types like application/vnd.meshcloud.api.meshplatform.v2-preview.hal+json for backward compatibility. But this preview version will be removed according to the deprecation policy, so clients are encouraged to switch to the GA media types.

If you keep using a preview Content-Type header, you must also keep sending the matching preview value in the apiVersion field of request bodies (for example, v2-preview). Requests that mix a preview Content-Type header with a GA apiVersion (for example, v2) will fail validation.

To adopt the GA versions, update your API client's Accept and Content-Type headers to use the GA media types without the -preview suffix (for example, application/vnd.meshcloud.api.meshplatform.v2.hal+json), and update the apiVersion field in request bodies to the matching GA version (for example, v2).

More Reliable and Polished Building Block Definition Editing

Audience: User

Description

We polished the building block definition editor to make it more reliable and less error-prone. The improved implementation better handles edge cases when updating configuration sections like general information, implementation details, dependencies, inputs, outputs, and tags.

meshServiceInstance API Now Documents Optional Parameters

Audience: User

Description

The meshServiceInstance API now documents the optional parameters on the spec of a service instances. These parameters are forwarded to the Service Broker during provisioning or update operations and the last known values are returned when fetching the service instance. The field was already supported before, but documentation was missing.

Fix Create New Communication Button in Platform Builder Area

Audience: User

Description

We fixed an issue where clicking the "Create New Communication" button from the Platform Builder area (e.g. from workspaces, building block definitions, or platform instances) caused an error and prevented the communication creation dialog from opening. The button now works correctly across all areas of meshPanel.

Platform Builder Permissions Excluded from Building Block Definitions

Audience: User

Description

Platform Builder permissions are now excluded from the available permissions when creating or editing building block definitions. These permissions allow platform teams to manage resources in other workspaces and are not suitable for building blocks running in workspace context.

Building block definitions can now only use workspace-level permissions, ensuring they operate within the appropriate authorization boundaries.

How to use

If your existing building block definitions already have Platform Builder permissions assigned, they will remain. However, you cannot add new Platform Builder permissions to building block definitions going forward.

Platform Tags Now Refresh Automatically After Manual Tenant Replication

Audience: User

Description

Fixed an issue where platform tags displayed in the tenant details page did not refresh automatically when triggering a manual tenant replication. Previously, you had to reload the entire page to see updated tag values after replication completed. Now, the platform tags update automatically when the replication finishes, providing immediate feedback on tag changes.

Fixed Error When Creating Landing Zones

Audience: User

Description

We fixed an issue that could cause a 500 error when creating or updating landing zones through the meshPanel.

Building Block Dependencies Now Work Correctly with Draft Versions

Audience: User

Description

We fixed an issue where building block dependencies were not displayed correctly when working with draft versions of building block definitions. Previously, the system always queried the latest published version when determining dependencies, which caused confusion and incorrect dependency information during building block configuration. Now, when you configure a building block based on a draft version, you will see the accurate dependencies specific to that draft version. Additionally, we improved the building block configuration dialog to provide a more reliable and maintainable user experience.

Bulk Remove Users and Groups in Access Control V2

Audience: User

Description

You can now select and remove multiple users or groups from workspace and project access lists in a single action in the new access control interface (access control v2).

Note: This change only affects customers who have access to the new access control v2 feature. If you are using the standard access control interface, you already have this capability.