Skip to content
Merged
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
13 changes: 13 additions & 0 deletions content/en/docs/releasenotes/studio-pro/9/9.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ lts: true
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
{{% /alert %}}

## 9.24.39

**Release date: September 29, 2025**

{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.39" text="Go to Marketplace" title="Download version 9.24.39 from the Marketplace" %}}

### Fixes

* We fixed an issue that could result in the error *Duplicate objects are not allowed* in the console log when synchronizing offline. Please note that the root cause of this issue is the use of background synchronization, which is [not recommended for offline apps](/refguide/synchronize/#background-sync). (Ticket 235130, 251202)
* We fixed an issue where changing MxAdmin user's name in Studio Pro does not result in changing MxAdmin user's name in database. (Ticket 255505)
* We fixed an issue where passing an empty enumeration value to a microflow executed in a task queue would cause the execution to fail. (Ticket 259170)
* We fixed an issue where task queue tasks were not able to mark themselves as completed after execution.

## 9.24.38 {#92438}

**Release date: September 18, 2025**
Expand Down