Release 5.1.0

New and noteworthy

System requirements

Linking

Tables user experience

Reviews

Emails list

Bug fixes

Excel: support for links in cells.

Reviews: changing the review does not always update the review creator.

Reviews: free comments are created on the resource the free comment is dropped upon rather the one which is currently selected.

Reviews: links between review and findings are not limited to 100 anymore. For performance reasons, this is achieved by iterating multiple times creating links by batches of 100.

Known issues

The list of known issues can be found on the known issues page.

Migration notes

Release 5.1.0 requires updating the Neo4j plugin for SECollab.

Migrating from version 5.0.x requires installing PostgreSQL. We strongly recommend using PostreSQL 17.4, bundled with SECollab. Once installed, the secollab.xml file in the Tomcat server must be edited with the below new lines:

<Parameter name="mdw.server.postgresql.user" value="<your postgres username>" override="1"/>
<Parameter name="mdw.server.postgresql.password" value="<the corresponding postgres password>" override="1"/>
<Parameter name="mdw.server.postgresql.uri" value="<uri to the postgres server>" override="1"/>

Upgrading from version 5.0.x also requires a migration. Before this migration, stop the Tomcat service, then the Neo4j service, then backup the following:

Finally, follow the instructions in section Updating SECollab. This release requires updating the application's WAR file and the Neo4j plugin.