New features and enhancements

New form API method

You can now use the FormNameIsOrInheritsFrom form API method to check whether a specified form name is the same as the name of the current form object or to the name of the form from which the current form is inherited.

Enhanced the LoadCollection REST API

A new Boolean property called MoreRowsExist has been added to the LoadCollection REST API response to indicate that there are more rows available. This property is used for cases where the current API call is capped or limited.

This enhancement is implemented for the LoadCollection REST version 2 only.

Password complexity increased to latest ISO standard

We improved the security for Mongoose to adhere to the Open Web Application Security Project (OWASP) Application Security Verification Standard. We added a new IDO method under IDO class extension UserNames that will verify whether a password is a bad password or not.