Skip to content

Commit

Permalink
Merge pull request mendix#8370 from mendix/ctl-9.24.28-RNs
Browse files Browse the repository at this point in the history
9.24.28 RNs
  • Loading branch information
ConnorLand authored Sep 30, 2024
2 parents 2bf9997 + db558a0 commit ffc6acc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 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,34 @@ lts: true
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
{{% /alert %}}

## 9.24.28

**Release date: September 30, 2024**

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

### Partial Application Clones

We added an improvement (currently in public beta) which allows you to use partial application clones with Git instead of full clones. Partial clones download a minimum required set of data, making this method significantly faster than full clones when working with large repositories.

Through Open app settings or version control preferences, you can choose which cloning strategy to use for future cloning operations, such as downloading a new app or branch.

### Improvements

* We improved error handling on the **Delete Object** action when it tries to delete a file which does not exist.
* We updated the system to store log files for up to 30 days, compared to the previous duration of 7 days.

### Fixes

* We added check for missing Git credentials in *.gitconfig*. The check performs while opening a version-controlled app and while uploading an app to Version Control system
* We fixed an issue where the garbage collector could clean up objects being returned from a microflow before they could be returned, leading to an error. (Ticket 222075)
* We made the unreferenced file cleanup mechanism more robust against null values. (Ticket 227234)
* We fixed an issue where the user got **Oops** dialog with No user is signed in while opening an app.

### Deprecations

* We will drop support for PostgreSQL 12 after November 14, 2024, as the vendor has announced the end of support for that version.

## 9.24.27 {#92427}

**Release date: September 5, 2024**
Expand Down

0 comments on commit ffc6acc

Please sign in to comment.