Update M16 Release Notes authored by Joel Romero's avatar Joel Romero
...@@ -49,17 +49,17 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res ...@@ -49,17 +49,17 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
### Core and Helper Services ### Core and Helper Services
- `Schema` - `Schema`
- OSDU Data Definition M16 deliverables. See MR [!443](https://community.opengroup.org/osdu/platform/system/schema-service/-/merge_requests/443) - OSDU Data Definition M16 deliverables. See MR [!443](https://community.opengroup.org/osdu/platform/system/schema-service/-/merge_requests/443 "OSDU Data Definition M16 deliverables")
- `Register` - `Register`
- Add records topic v2 behind feature flag. See MR [!298](https://community.opengroup.org/osdu/platform/system/register/-/merge_requests/298) - Add records topic v2 behind feature flag. See MR [!298](https://community.opengroup.org/osdu/platform/system/register/-/merge_requests/298 "Add records topic v2 behind feature flag")
- `Indexer` - `Indexer`
- Index normalizedKind attribute under tags for all records. See MR [!456](https://community.opengroup.org/osdu/platform/system/indexer-service/-/merge_requests/456) - Index normalizedKind attribute under tags for all records. See MR [!456](https://community.opengroup.org/osdu/platform/system/indexer-service/-/merge_requests/456 "index normalizedKind attribute under tags for all records")
- `Lib` - `Lib`
- Add support for partition and properties specific feature flags. See MR [!189](https://community.opengroup.org/osdu/platform/system/lib/core/os-core-common/-/merge_requests/189) - Add support for partition and properties specific feature flags. See MR [!189](https://community.opengroup.org/osdu/platform/system/lib/core/os-core-common/-/merge_requests/189 "Add support for partition and properties specific feature flags")
- `Storage` - `Storage`
- Connection to Redis must be protected by password. See MR [!580](https://community.opengroup.org/osdu/platform/system/storage/-/merge_requests/580) - Connection to Redis must be protected by password. See MR [!580](https://community.opengroup.org/osdu/platform/system/storage/-/merge_requests/580 "Connection to Redis must be protected by password")
- `Indexer Queue` - `Indexer Queue`
- Add correlation-id and data-partition-id headers to logs and modify retry. See MR [!282](https://community.opengroup.org/osdu/platform/system/indexer-queue/-/merge_requests/282) - Add correlation-id and data-partition-id headers to logs and modify retry. See MR [!282](https://community.opengroup.org/osdu/platform/system/indexer-queue/-/merge_requests/282 "add correlation-id and data-partition-id headers to logs and modify retry...")
- `Policy` - `Policy`
- [New Features](https://osdu.pages.opengroup.org/platform/security-and-compliance/policy/releasenotes/#m16-features) - [New Features](https://osdu.pages.opengroup.org/platform/security-and-compliance/policy/releasenotes/#m16-features)
- [Minor Changes](https://osdu.pages.opengroup.org/platform/security-and-compliance/policy/releasenotes/#m16-minor-changes) - [Minor Changes](https://osdu.pages.opengroup.org/platform/security-and-compliance/policy/releasenotes/#m16-minor-changes)
...@@ -105,10 +105,16 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res ...@@ -105,10 +105,16 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
- Changes in Workflow Parameters: Moving workflows to the ConnectedSourceRegistryEntry and using Activity Template to use the parameters. - Changes in Workflow Parameters: Moving workflows to the ConnectedSourceRegistryEntry and using Activity Template to use the parameters.
- Introduced new schema for Reference Mapping Values ({{schema-authority}}:wks:reference-data--ExternalReferenceValueMapping:1.0.0) - Introduced new schema for Reference Mapping Values ({{schema-authority}}:wks:reference-data--ExternalReferenceValueMapping:1.0.0)
### GCZ (Geospatial Consumption Zone) ### GCZ (Geospatial Consumption Zone)
- To add - Ambassador Service now implements Authentication using OSDU Entitlement Groups
* Restricts ambassador service (update cache, get cache size) to authorized users only
* Postman Collection updated for Abassador Endpoints
* Must add GCZ Groups to OSDU environment:
* service.gcz.viewer
* service.gcz.creator
* service.gcz.admin
- Added utility for parsing CSVs of Trajectory Stations (for use in Trajectory ingestion, planned for M17)
## Bug Fixes ## Bug Fixes
...@@ -131,7 +137,7 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res ...@@ -131,7 +137,7 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
- `CRS Catalog` - `CRS Catalog`
- To add - To add
- `CRS Conversion` - `CRS Conversion`
- Mercator bug fixed after using Apache SIS 1.3 library. [See MR](https://community.opengroup.org/osdu/platform/system/reference/crs-conversion-service/-/merge_requests/283) - Mercator bug fixed after using Apache SIS 1.3 library. [See MR](https://community.opengroup.org/osdu/platform/system/reference/crs-conversion-service/-/merge_requests/283 "update to use apache sis 1.3")
- `Unit` - `Unit`
- To add - To add
...@@ -161,7 +167,6 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res ...@@ -161,7 +167,6 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
- Ingestion of the Multiple WPC: Fixed the issue from M15 now M16 supports multiple WPC ingestion. - Ingestion of the Multiple WPC: Fixed the issue from M15 now M16 supports multiple WPC ingestion.
- Provide new variable connectedSourceSchemaAuthority for provider's schemaAuthority - Provide new variable connectedSourceSchemaAuthority for provider's schemaAuthority
### GCZ (Geospatial Consumption Zone) ### GCZ (Geospatial Consumption Zone)
- To add - To add
...@@ -188,7 +193,6 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res ...@@ -188,7 +193,6 @@ As with M15, M16 does not contain any in-place schema changes (no M15 schema res
- Search API not working when ID is given as filter. - Search API not working when ID is given as filter.
- Dataset IDs without “:” in WPC not passing schema validation check. - Dataset IDs without “:” in WPC not passing schema validation check.
### GCZ (Geospatial Consumption Zone) ### GCZ (Geospatial Consumption Zone)
- To add - To add
... ...
......