Skip to main content

Release 2025.19.0

· 3 min read
meshcloud

Release period: 2025-04-30 to 2025-05-08

This release includes the following issues:

  • Fix empty Static Input Variables in Drafts
  • Fixed workspace targeting in notifications
  • Allow tenant move if tenant of same platform is deleted
  • Fix AWS Tenant Deletion For Unexpected Account IDs
  • Allow Due Date Changes to Published Communications
  • Extended Permissions of the Onboarding Support Role
  • New meshTenant API version

Ticket Details

Fix empty Static Input Variables in Drafts

Audience: Customer

Description

Previously, when you created or opened a draft with static input variables, the form doesn't load correctly. This prevents you from saving the draft until the inputs are manually re-entered. This issue has now been fixed.

Fixed workspace targeting in notifications

Audience: Partner

Description

Resolved an issue where the workspace targeting filter was not applied correctly. Notifications now respect the selected workspace(s) and are only delivered to the intended recipients.

Allow tenant move if tenant of same platform is deleted

Audience: Partner

Description

You can now move a tenant to a project with the same platform as long as the existing tenant has been fully deleted. Previously, the move blocked all tenants from the same platform, even those that were already deleted.

Fix AWS Tenant Deletion For Unexpected Account IDs

Audience: User

Description

This fixes a bug which prevented the deletion of an AWS tenant if this tenant was imported with an ID that did not match the expected AWS format.

Allow Due Date Changes to Published Communications

Audience: Partner

Description

Users can now update the due date of published communications. Changes are applied instantly across workspace and admin views.

Extended Permissions of the Onboarding Support Role

Audience: Customer, Partner

Description

Users with the "Onboarding Support" role can now view all other users and their project and role assignments in the Admin Area.

New meshTenant API version

Audience: Customer, Partner

Description

In order to fully support moving tenants to other projects, we introduced a new API version v4 for meshTenants. With this new version, meshTenants are identified via their UUID, instead of the tenant name as it was before. This change allows us to move tenants to other projects without the need to change the tenant name for API calls. We also improved some other aspects of the meshTenant in the API. You can check how the new version looks like in the API docs. Please make sure to switch to this new meshTenant version, if you are using the meshTenant API. Otherwise you may run into issues, when you also use the move tenant functionality.