Releases: Esri/geoportal-server-catalog
v2.7.2
This version includes the following enhancements and bug fixes:
Spatio-Temporal Asset Catalog (STAC) API:
- Support multiple collections per STAC instance - #518
- Implement STAC transaction API - #528
- Use 'thumbnail' asset when available in STAC item - #531
- Stac Service -Search - Next link should not be present in last result page - #539
- Add delete collection to STAC API - #549
- Spatio-temporal search in STAC gives unexpected results - #551
Bug fixes
- Geoportal application does not work with ArcGIS Enterprise if portal user has large number of groups - #533
- Sorting by title is not working - #538
- Catalog results don't load after commit 406adc5 - #547
- Remove duplicate api folder - #552
- Ensure API page references proper gpt_api.json - #553
- Update field mapping for _clob field - #555
2.6.5.1
2.7.1.3
2.7.1.2
2.7.1.1
2.7.1
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
updated jquery and bootstrap versions in the geoportal catalog web application.
2.7.0 patch 3
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
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
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.