Skip to content

Releases: Esri/geoportal-server-catalog

2.6.5.1

02 Jul 16:27
Compare
Choose a tag to compare

This hotfix release removes the use of Calcite bootstrap from Geoportal Server.

2.7.1.3

17 Jun 22:49
Compare
Choose a tag to compare

This release removes the use of calcite-bootstrap in Geoportal Server Catalog.

2.7.1.2

06 Jun 14:14
Compare
Choose a tag to compare

fix #522 related to DCAT

2.7.1.1

27 Jan 00:40
5d7b91b
Compare
Choose a tag to compare

hotfix to better handle HTML injection in metadata editor

2.7.1

21 Dec 20:26
3c6e4fa
Compare
Choose a tag to compare

What's New?

Following are the main updates for this release:

  • #512, #510, #509 - First release of Spatio-Temporal Asset Catalog (STAC) API
  • #516 - Enable adding vector tile services in map viewer via widget
  • #517 - Dynamic map service sub-layer cannot be added to the map viewer
  • #503 - Non public item in ArcGIS Portal can not be added to Map
  • Support Elasticsearch 8
  • Update 3rd-party dependencies

2.7.0 patch 4

30 Oct 22:10
Compare
Choose a tag to compare

updated jquery and bootstrap versions in the geoportal catalog web application.

2.7.0 patch 3

23 Oct 21:57
Compare
Choose a tag to compare

small update to the catalog app regarding deleting records (during harvesting). this 2.7.0 patch 3 would work with harvester 2.7.0 patch 3. the code for this patch can be found in branch 2.7.0-patch-3

2.7.0 patch 1

16 Jun 19:08
Compare
Choose a tag to compare

What's New?

In this release we have included:

  • Support for OpenSearch
  • Fixed an issue in the DCAT Builder for cached DCAT file for your catalog
  • Fixed an issue in the Docker build file
  • Many updates to current versions of 3rd party dependencies
  • Add support for dynamic maps for the search map (thanks @lindhor!)
  • Included a catalog search widget for ArcGIS Experience Builder

2.6.5

17 Dec 21:05
17c5842
Compare
Choose a tag to compare

What's New?
Here are the major enhancements for this release:

  • Implemented "Collections" feature for Geoportal. Now it is possible to have one set of search facets for one set of metadata (e.g. metadata for vector files) and a different set of facets for a different set of metadata (e.g. imagery catalog), all within the same Geoportal, see Collections
  • Added support for hierarchical search facet. Now it is possible to configure hierarchical search structure based on primary/secondary categories, different level of geography, and folder structure.
  • Create Dublin Core metadata through the metadata editor
  • Improved CSW 2.0.2 functionality, including support for DescribeRecord operation, additional elements for DC metadata, and improved compliance.
  • Added keywords into the item card in search results
  • Corrected search result count in search results
  • Fixed issue with browser back button when navigating among different tabs
  • Details will open in a popup window instead of new browser tab when clicking on the title of an item
  • Updated JAVA and Spring Framework Dependencies
  • Upgraded Geoportal to use Esri JS API 3.36
  • Updated Log4j2 (2.16.0) to address the critical security issue CVE-2021-44228
  • ...

Log4j2 Security Fix
If you have an existing Geoportal Server 2.x, you can either update to version 2.6.5, or update the library manually as follows:

  • Download Log4j2 version 2.16.0
  • Stop Tomcat Service
  • Delete the old version of Log4j* in geoportal/WEB-INF/lib and copy the new version log4j-api-2.16.0.jar, log4j-core-2.16.0.jar, log4j-jcl-2.16.0.jar, log4j-slf4j-impl-2.16.0.jar to geoportal/WEB-INF/lib
  • Restart Tomcat Service

IMPORTANT NOTE: Shortly after this release, Apache released Log4j2 2.17.0. We recommend you update to this latest version following the same process as above.

2.6.4

08 Jul 23:36
Compare
Choose a tag to compare

What's New?

This is a special release for INSPIRE to support INSPIRE metadata 2.0.1 creation and editing in additional to all the general geoportal features.

  • Added support for INSPIRE metadata 2.0.1

Please see Use-Geoportal-Server-for-INSPIRE for instructions.