Version 9.3.1.0

General

An open-source component called log4net for writing log entries to the Windows Event Log and files in the past. As it had security issues reported over the years, and we do not need its flexibility, we opted to bid farewell to log4net.

PSLink Server

Login

In the previous version 9.3.0.0, we added support for SharePoint Server systems with Entra ID authentication. Unfortunately, the implementation was flawed and required an LDAP server to be available when we made the first authentication, otherwise PSLink Server failed all authentications and needed to be restarted to get it fixed.

Additionally, we unintentionally broke usage of TPG PSLink on machines that are not domain-joined.

We've fixed these in the new version.

Site Configuration

Back in version 9.2.0.0, we added generic database support via ODBC and ADO.NET providers. But even with 9.2.1.0 we did not get the user experience in Site Configuration fully right, and the UI behaved somewhat weirdly.

That is also fixed now.

UpdateSPListItems action

Our action UpdateSPListItems had a bug where it never failed, even when errors occurred and were written to the log correctly, this is fixed now. When the action encounters an error, it will now fail and job execution proceeds in the corresponding catch or finally block.