GeoNetwork 4.4.10 and 4.2.15 released

Dear all,

We’re proud to announce the releases of GeoNetwork opensource v4.4.10 and v4.2.15.

GeoNetwork 4.4.10

This release brings many improvements such as:

  • Creating a revokable public link to a private record in the catalog (sponsored by IRD)
  • Support turtle and json-ld formats for the DCAT output
  • Groups can now be of three types: Workspace, Record Privilege and System privilege, each with their specific levels of allowed privilege
  • Support API keys in harvesters
  • Add support for more filters in the GeoNetwork 4.x harvester
  • Add support for reindexing all metadata of a harvester
  • Update OpenLayers and MapFish Print to their latest version
  • … and many others!

Important:

  • The recommended ElasticSearch version for this release is now 8.19.13

  • When using this release, the default OSM background in the metadata Full View is broken; to fix this, the following change can be done in the WEB-INF/config.properties file, line 61:

Replace

map.bbox.background.service=https://ows.terrestris.de/osm/service?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.0&LAYERS=OSM-WMS&STYLES=default&SRS={srs}&BBOX={minx},{miny},{maxx},{maxy}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png`

By

map.bbox.background.service=https://ows.terrestris.de/osm/service?SERVICE=WMS&REQUEST=GetMap&VERSION=1.1.0&LAYERS=OSM-WMS&STYLES=default&SRS={srs}&BBOX={minx},{miny},{maxx},{maxy}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png

This will be fixed in the 4.4.11 release.

Read the full change log here: https://docs.geonetwork-opensource.org/4.4/overview/change-log/version-4.4.10/

GeoNetwork 4.2.15

This release on the stable branch brings multiple fixes and small improvements that were done for the 4.4.10 version.

Read the full change log here: https://docs.geonetwork-opensource.org/4.4/overview/change-log/version-4.2.15/

You can download the software at:

2 Likes