Update M13 Release Notes authored by Mohammad Malekmakan's avatar Mohammad Malekmakan
......@@ -7,7 +7,8 @@ For detailed services that are included in this release, please refer to [M13 ta
## New Features
- `Data Definition` - Refer here for [full changes "OSDU schemas"](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/E-R/ChangeReport.md#snapshot-2022-05-20-towards-m13) and [full changes "OSDU reference-values"](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/ReferenceValues/ChangeLogs/M13/README.md)
- _Schema Highlights_ <br> All M13 bootstrapped schemas have status PUBLISHED. Schemas shipped in M12 are unchanged; only new schema versions are added. For the complete list, please see [Summary of New Schemas](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/E-R/_ChangeReports/ChangeReport-2022-05-20.md#summary-of-new-schemas).
- _Schema Highlights_ \
All M13 bootstrapped schemas have status PUBLISHED. Schemas shipped in M12 are unchanged; only new schema versions are added. For the complete list, please see [Summary of New Schemas](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/E-R/\_ChangeReports/ChangeReport-2022-05-20.md#summary-of-new-schemas).
- **Patch Versions for reference-data schemas**, which move under PPDM content governance. The 5 patched versions [are listed on this page](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/MigrationGuides/M13/README.md#ppdm-reference-data-updates) with links to the migration instructions. Migration is optional.
- **Minor updates**
- `FaultSystem:1.2.0` [added `SeismicLineGeometries`](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/MigrationGuides/M13/FaultSystem.1.1.0.md)
......@@ -15,32 +16,47 @@ For detailed services that are included in this release, please refer to [M13 ta
- `SeismicTraceData:1.2.0` [time lapse support added](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/MigrationGuides/M13/SeismicTraceData.1.1.0.md)
- `VelocityModeling:1.1.0` [added `SeismicLineGeometries`](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/MigrationGuides/M13/VelocityModeling.1.0.0.md)
- **External Data Services**/ConnectedDataSource schemas and reference-data types. [Introduction via worked examples here](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Examples/WorkedExamples/ExternalDataServices/README.md).
- **PerforationJob** and **PerforationInterval** ([preliminary worked examples](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Examples/WorkedExamples/Perforations/README.md)) <br>with 17 reference value lists.
- **PerforationJob** and **PerforationInterval** ([preliminary worked examples](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Examples/WorkedExamples/Perforations/README.md)) \
with 17 reference value lists.
- _Reference Values Highlights_
- PPDM Governed Reference Value Lists, <br> including `BitType:1.0.1`, `SeismicMigrationType:1.0.1`, `SeismicPickingType:1.0.1`, `SeismicWaveType:1.0.1`, `VerticalMeasurementType:1.0.1`. <br> [Changes are documented here](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/ReferenceValues/ChangeLogs/M13/README.md).
- PPDM Governed Reference Value Lists, \
including `BitType:1.0.1`, `SeismicMigrationType:1.0.1`, `SeismicPickingType:1.0.1`, `SeismicWaveType:1.0.1`, `VerticalMeasurementType:1.0.1`. \
[Changes are documented here](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/ReferenceValues/ChangeLogs/M13/README.md).
- External Data Services added 2 reference value lists `OAuth2FlowType:1.0.0` and `SecuritySchemeType:1.0.0`.
- 17 Perforation related reference value lists, some with preliminary content.
- _Updated [Glossary](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/Chapters/91-Glossary.md)_
- _Extended [Schema Usage Guide](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/README.md), specifically a new section about [OSDU Schemas](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/Chapters/93-OSDU-Schemas.md)_
- _Updated_ [_Glossary_](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/Chapters/91-Glossary.md)
- _Extended_ [_Schema Usage Guide_](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/README.md)_, specifically a new section about_ [_OSDU Schemas_](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.16.0/Guides/Chapters/93-OSDU-Schemas.md)
- `Core and Helper Services`
- _CRS Catalog and Conversion_
- **POST CRS and POST CT**
- Change default search limit to a large value (10000)
- Add includeDeprecated (exclude InactiveIndicator: true)
- Add field “returnAllFields”
- Change the default return fields
- Make schema authority configurable with an env var “SCHEMA_AUTHORITY”
- **POST CRS**
- Correct the handling of returnBoundProjectedAndProjectedBasedOnWgs84 and returnBoundGeographic2DAndWgs84
- Change extent.name to extent.description (the reason it was not working before was because extent.description was not in initial version of schema)
- **POST CT**
- Make source and target crs interchangable
- Add id and code
- Remove "includeHorizontal" and "includeVertical" and add kind instead. Add "All" as a magical keyword. Use “excludeVertical” as default.
* `Storage`
*
`File`
*
* `Search`
*
* `Indexer Queue`
*
* `CRS Conversion V3`
-
- `Ingestion Services`
* `CRS Catalogue and Conversion`
* **POST CRS and POST CT**
* Change default search limit to a large value (10000)
* Add includeDeprecated (exclude InactiveIndicator: true)
* Add field “returnAllFields”
* Change the default return fields
* Make schema authority configurable with an env var “SCHEMA_AUTHORITY”
* **POST CRS**
* Correct the handling of returnBoundProjectedAndProjectedBasedOnWgs84 and returnBoundGeographic2DAndWgs84
* Change extent.name to extent.description (the reason it was not working before was because extent.description was not in initial version of schema)
* **POST CT**
* Make source and target crs interchangable
* Add id and code
* Remove "includeHorizontal" and "includeVertical" and add kind instead. Add "All" as a magical keyword. Use “excludeVertical” as default.
- `DDMS`
- _Seismic DDMS_
- [Implementation](osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service!420) for [[ADR] Domain API](osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service#32)
- [Implementation](/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/-/merge_requests/420 "feat: SDDMS-V4 implementation") for [\[ADR\] Domain API](/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/-/issues/32 "[ADR] Domain API")
- `Audit and Metric`
## Bug Fixes
......
......