Highlights

Open source
The source code of the entire Servoy Developer suite and the Smart and Web Client has been made publicly available under the AGPL license. The source code for Servoy 5.2 is available from https://subversion.servoy.com/product/branches/v52x_branch. A new Open Source Guide has been added to the documentation wiki specifically targeted to developers interested in contributing to the open source projects.

PostgreSQL
As of Servoy 5.2, the database bundled in the Servoy installer is PostgreSQL. Servoy 5.2 ships with PostgreSQL 8.4.

Window support
Ability to forms in windows. Windows differ from dialogs in the way that each windows shows up on the system bar, can be minimized to the system bar and windows can move behind eachother.

Enhanced Security
Even more robust authentication for clients.

Details

Window support
Servoy 5.2 adds window support, besides the already existing dialog support.

The behavior of windows is as follows:

The behavior of dialogs differs form windows in that they:

The introduction of window support has the following impact on the available API:

Enhanced Security
Servoy 5.2 supports an enhanced security mechanism, separating the login logic from the actual authentication logic, to provide more robust authentication.

Existing solution, developed in Servoy versions before Servoy 5.2 will not work correctly in Servoy 5.2 IF Enhanced Security is enabled (which it is by default) AND IF the solution falls in one of the 2 below mentioned scenario's

To support developers to adopt the Enhanced Security mechanism quickly into their existing solution, an upgrade tutorial has been provided here. Although the Enhanced Security mechanism can be disabled on adminpage, it is highly recommended to utilize this from Servoy 5.2 onwards. 
The Enhanced Security mechanism (when enabled) affects existing solutions in the following scenarios:

The following API changes have been made:

File plugin enhancements
The file plugin was enhanced with the following functionality:

The following API changes have been made:

The plugin also got a new serverside property:

Mail plugin enhancements
The mail plugin was enhanced with the functionality to supply "Reply To" address when sending an email using the the email plugin's sendMail() function. The "from" email address parameter can be 2 separate email addresses, separates by a comma. The first will be utilized as the "from" email address, the second as the "reply to" email address.

Also, the following API changes were made:

The following Server properties were deprecated, because they are not relevant

Other API changes

Documentation updates

Deployment changes
Batch processors & Headless Clients can open solutions of type "Module" directly. This also goes for Headless Clients started with the Headless Client plugin