1. Home
  2. Docs
  3. Release notes
  4. CLEVR Dev Suite
  5. 1.10

1.10

Download revisions and branches directly from the team server

If your app does not run in the Mendix cloud you now can download revisions and branches directly from the team server. This requires you to invite a special user, so ACR has access to get revisions and branches.

New rules

If an anonymous user is allowed to create objects, constrain these objects to the owner.

Keep the number of index columns low. More than a few columns hardly ever increases performance. In rare cases making sure an index has all the needed columns prevents a read of the table row.

Persistent entities should have indices.

A project administrator should only be able to create administrative accounts.

Entity access default rights for new members should be None or Read.