Skip to content

Releases: molgenis/molgenis

10.1.0

02 Feb 14:21
Compare
Choose a tag to compare

Features

  • Users need to agree to a Privacy Policy when logging in. This feature can be turned off in Settings > Authentication Settings

  • Changes to the FAIR module to support the new specification of the FDP.
    In the EMX file, some tags have been deleted (e.g., the ones from r3d ontology) or replaced and some others have been
    added (e.g. some fdp-o specific terms such as fdp-o:MetadataService).
    Also, in the model two attributes have been added to the FDP entities (Metadata, Catalog, Dataset and Distribution):

    • hasMemberRelation, to specify the IRI of the property of the entity that contains children of the FDP Resource
    • directContainerTitle, a string with the title of the LDP DirectContainer with the navigation information for the Resource

10.0.4

18 May 19:37
Compare
Choose a tag to compare

This release increases the REST API v2 upload limit to 5000 (was 1000).

9.2.3

05 Apr 07:14
Compare
Choose a tag to compare

This release contains a Spring Framework upgrade to mitigate CVE-2022-22965

10.0.3

05 Apr 07:12
Compare
Choose a tag to compare

This release contains a Spring Framework upgrade to mitigate CVE-2022-22965

10.0.2

24 Mar 13:38
Compare
Choose a tag to compare

This release requires a complete reindexing, even if you've already installed a previous MOLGENIS 10.0.x

Fixes

#9386 Search-all slow, inconsistent with previous versions and in some cases completely broken

10.0.1

22 Feb 08:01
Compare
Choose a tag to compare

Fixes

Fix #9376 Molgenis no longer waits for Elasticsearch to be up

10.0.0

15 Feb 09:45
Compare
Choose a tag to compare

Breaking changes

Elasticsearch 7.15.0

  • The Elasticsearch client is upgraded to high level REST client version 7.15.0.
  • The Elasticsearch backend needs to be version 7.x. Version 7.15 and up are supported on JDK 17.
  • Reimplements search on * attribute (*=q=searchterm) in a way that combines searches on the individual attributes and the individual attributes of references (1 level deep)
  • Switches to high-level REST client. The old tcp client is deprecated.

MOLGENIS configuration changes

  • The configuration property for Elasticsearch changes from elasticsearch.transport.addresses to elasticsearch.hosts.
  • The default server port changes from 9300 (native) to 9200 (http REST).

Elasticsearch configuration changes

Upgrading existing servers

To upgrade, you need to remove the existing Elasticsearch 5 installation, including the indices, and install a fresh Elasticsearch 7.x. Molgenis will recreate the indices when it boots.

Features

  • Admin endpoints for getting the value of a database sequence and deleting a sequence (docs)
  • Improved search behaviour of the mref filter in the Data Explorer
  • Template expressions now support simple math operations (with the molgenis-math helper) (docs - look for "Math helpers")

Bugfixes

  • #8505 Inconsistent search operator behaviour
  • Data Explorer 1 now has compounds visible by default

Frontend

The new release of the frontend contains various features and fixes in the forms.

9.2.1

06 Dec 13:30
f4b655c
Compare
Choose a tag to compare

Bugfixes

  • fix: enable auto id pattern scrambler

9.2.0

12 Nov 14:07
Compare
Choose a tag to compare

Features

  • You can now update your apps in the App Manager instead of having to remove and re-upload an app.
  • Configurable patterns for automatically generated identifiers that increment sequentially. Read more about it in the documentation

9.1.1

11 Oct 09:07
Compare
Choose a tag to compare

Bugfixes

  • #9335: Change password validation is broken