Update M14 Release Notes authored by Joel Romero's avatar Joel Romero
......@@ -104,7 +104,19 @@ No in-place schema changes are required in M14 (no M13 schema resources were cha
### GCZ (Geospatial Consumption Zone)
- Placeholder
- - Transformer Enhancements:
o Implemented batch loading options `loadInBatch` and `batchSize` for Transformer to significantly reduce memory overhead when ingesting large datasets. The batch size is configurable and can be customized higher or lower to scale for different environments.
o Implemented Schema Service fetching in Transformer to determine field types of record attributes with greater authority
o Config changes
`authorizeUrl` removed from configurable options
`dataPartitionId` added as configurable option
o New log file `geoJsonSummaryLog` generated to track records that failed to ingest due to invalid geometries
- Provider Bug Fixes:
o Prevent crash when nonexistent feature layer is requested from Provider
o Prevent error when `returnCountOnly` and `returnExtentOnly` request parameters are simultaneously true in a request sent to a FeatureLayer generated by the Provider
o Prevent `returnExtentOnly` requests from erroneously returning null geometry
o General improvements to error handling
- Wiki updates
## Bug Fixes
### Core and Helper Services
......
......