Update M23 Release Notes authored by Brian's avatar Brian
...@@ -282,10 +282,14 @@ TBA ...@@ -282,10 +282,14 @@ TBA
### Geospatial Consumption Zone (GCZ) ### Geospatial Consumption Zone (GCZ)
- `GeoSpatial` * Transformer - Fix GeoJSON Generation Error when certain properties were inaccessible - [!180](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/180 "316 fix generate geo json")
- Update the Security Filter chain to disable Spring Security Defaults. See MR [!207](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/207) by (@LeviRemi) * Related properties: `AliasNameTypeID`, `FacilityEventTypeID`, `GeoTypeID`
- Replace static `osdu` references from Search.java with `dataPartitionId` variable. See MR [!183](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/183) by (@LeviRemi) * Transformer - Replace straggling static `osdu` references in common code with references to the `dataPartitionId` environment variable - [!183](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/183 "Replace static `osdu` references from Search.java with `dataPartitionId` variable")
- 316 fix generate geo json. See MR [!180](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/180) by (@asrivastaava) * Provider - Catch and handle spatial filter exceptions - [!197](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/197 "Provider - Catch exception when processing spatial filter")
* Provider - Update Provider API to use setArgs for all incoming parameters to strengthen Ignite/SQL interrogation - [!196](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/196 "Update Provider API to use setArgs for all parameters")
* Transformer - Close entitlement calls in all cases to avoid HTTP Pool Exhaustion - [!199](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/199 "Transformer - Close entitlement calls in all cases to avoid http pool exhaustion")
* Transformer - Address CVE by upgrading JSON Dependencies - [!201](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/201 "Upgrade json dependencies to fix CVE")
* Unblock Ambassador endpoints after installation of Spring Security Default Auth - [!207](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/207 "Update the Security Filter chain to disable Spring Security Defaults")
## Enhancements ## Enhancements
... ...
......