@@ -222,6 +222,20 @@ Detailed report of changes _after_ [2024-06-17](https://community.opengroup.org/
### Geospatial Consumption Zone (GCZ)
* GCZ Authorization overhauled with support for a new `osdu` mode, which enables role-based authorization standardized to the OSDU Entitlements Service for enhanced security and multi-CSP compatibility - [!232](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/232)
* New data type support: Document via LineageAssertions - [!223](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/223)
*[Document Data Type](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/data_types/Document.md)
* New data type support: HorizonExtent - [!241](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/241)
*[Horizon Extent Data Type](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/data_types/HorizonExtents.md)
* New data type support: [GeoContexts](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/data_types/GeoContext.md)
* Extend Trajectory Ingestion to support Station Retrieval via Wellbore DDMS - [!251](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/251)
*[Wellbore Trajectory Data Type](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/data_types/wellboreTrajectory.md?ref_type=heads)
* Instead of destroying/rebuilding an Ignite Cache on scheduled updates, the Transformer now intelligently identifies records which have been modified/added since the last update, and publishes only those updates to the existing cache.
## Bug Fixes
### Core and Helper Services
...
...
@@ -247,6 +261,11 @@ Detailed report of changes _after_ [2024-06-17](https://community.opengroup.org/
### Geospatial Consumption Zone (GCZ)
* Fix python dependencies so that they build with compatibility for multiple operating systems - [!238](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/238#cbaa10c4b03727d1c903a4c4efa38892f7e25f67)
* Fix exception handling in Incremental Refresh - [!249](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/249)
* Natively support Boolean values in Data - [!252](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/252)
* Fix bug where the GCZ Provider's AST Parser errored out when processing queries for columns that match a RESERVED string - [!259](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/259)
## Enhancements
### Core and Helper Services
...
...
@@ -271,15 +290,37 @@ Detailed report of changes _after_ [2024-06-17](https://community.opengroup.org/
### Geospatial Consumption Zone (GCZ) - General
TBA
* Move Apache Identity Provider to separate maven module for alignment with OSDU standards - [!222](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/222)
* Update to Springboot 3 and Spring Security 6 - [!254](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/254)
* Ambassador `/cacheSize` endpoint automatically summarizes all available caches - [!216](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/216)
* No longer need to specify the `kind` when making the request
* Now correctly handles cases where multiple caches may exist per-`kind`
* Improved formatting for Ambassador docs
* Ambassador enhanced to support automatic generation of config files for both Transformer and Provider - [!218](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/218)
*[Documentation](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/README.md?ref_type=heads) overhauled to streamline GCZ instructions into digestible sections (e.g. "Getting Started").
*[Ambassador Configuration Utility guide](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/deployment/ambassador_configuration_utility.md) describes the new services, while the [Base Deployment guide](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/deployment/offline_deployment_guide.md) shows how these utilities can be used to facilitate a deployment.
* Ambassador `/getKindFields` endpoint added to retrieve all fields/columns stored in Ignite for a specified `kindName` - [!217](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/217)
* Delivered in a format that can be copied directly into GCZ Provider configured LayerDefinitions
* Ambassador automatic config generation enhanced to optionally use available fields from Ignite as a basis for koop-config.json layer definitions - [!224](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/224)
* Azure - use azure koop config - [!242](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/242)
* AWS - Add ability to use a configuration file provided at runtime - [!255](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/255)
* Azure - Add configmaps for Provider and Transformer deployments - [!250](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/250)
* Azure - Update charts for M24 - [!257](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/257)
* AWS - Address spring security vulnerability - [!258](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/258)
### Geospatial Consumption Zone (GCZ) - Documentation
TBA
* Enabling HTTPS Gateway for GCZ using IIS Reverse Proxy - [!221](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/221)
* Data type doc updates - [!230](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/230#4646eba2a7b7371071f1bb08e92353d078aef920)
* Improve base deployment guide from testing feedback - [!253](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/253)