base-repo v1.4.0 released

A Generic, General Purpose Research Data Repository Service.

Today, we like to announce the new release v1.4.0 of base-repo. Besides regular dependency updates for security reasons, we’ve added some new nice features which will increase your productivity while using base-repo for managing your research data.

New Features

Bugfixes

Dependency Upgrades

Migration Remarks

For existing databases, a manual update is required to adjust the column size of the ‘description’ column of the Description table. The query may depend on the used database system, for PostgreSQL this would be:

alter table description alter column description type character varying(10240);